Skip to content

Commit 454a985

Browse files
committed
Release MonkJs v4.0.4
1 parent 40960e1 commit 454a985

File tree

13 files changed

+73
-73
lines changed

13 files changed

+73
-73
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"command": {
55
"version": {
66
"message": "Release MonkJs %s"

packages/analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@monkvision/analytics",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs abstract analytics package",
@@ -28,7 +28,7 @@
2828
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2929
},
3030
"dependencies": {
31-
"@monkvision/types": "4.0.3"
31+
"@monkvision/types": "4.0.4"
3232
},
3333
"peerDependencies": {
3434
"react": "^17.0.2",

packages/camera-web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@monkvision/camera-web",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs camera package for React (web) used to display a camera preview and take pictures",
@@ -28,9 +28,9 @@
2828
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2929
},
3030
"dependencies": {
31-
"@monkvision/common": "4.0.3",
32-
"@monkvision/common-ui-web": "4.0.3",
33-
"@monkvision/monitoring": "4.0.3",
31+
"@monkvision/common": "4.0.4",
32+
"@monkvision/common-ui-web": "4.0.4",
33+
"@monkvision/monitoring": "4.0.4",
3434
"fast-deep-equal": "^3.1.3",
3535
"i18next": "^23.4.5",
3636
"react-i18next": "^13.2.0"

packages/common-ui-web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "monkvision",
44
"license": "BSD-3-Clause-Clear",
55
"description": "Monk's Web UI library for common elements for React applications",
6-
"version": "4.0.3",
6+
"version": "4.0.4",
77
"packageManager": "[email protected]",
88
"main": "lib/index.js",
99
"files": [
@@ -27,10 +27,10 @@
2727
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2828
},
2929
"dependencies": {
30-
"@monkvision/common": "4.0.3",
31-
"@monkvision/network": "4.0.3",
32-
"@monkvision/sights": "4.0.3",
33-
"@monkvision/types": "4.0.3",
30+
"@monkvision/common": "4.0.4",
31+
"@monkvision/network": "4.0.4",
32+
"@monkvision/sights": "4.0.4",
33+
"@monkvision/types": "4.0.4",
3434
"css": "^3.0.0",
3535
"i18next": "^23.4.5",
3636
"react-i18next": "^13.2.0"

packages/common/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@monkvision/common",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs common logic package",
@@ -28,10 +28,10 @@
2828
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2929
},
3030
"dependencies": {
31-
"@monkvision/analytics": "4.0.3",
32-
"@monkvision/monitoring": "4.0.3",
33-
"@monkvision/sights": "4.0.3",
34-
"@monkvision/types": "4.0.3",
31+
"@monkvision/analytics": "4.0.4",
32+
"@monkvision/monitoring": "4.0.4",
33+
"@monkvision/sights": "4.0.4",
34+
"@monkvision/types": "4.0.4",
3535
"i18next": "^23.4.5",
3636
"jsonwebtoken": "^9.0.2",
3737
"jwt-decode": "^4.0.0",

packages/inspection-capture-web/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@monkvision/inspection-capture-web",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs inspection capture package for React (web) used to implement the Monk inspection capture workflow",
@@ -28,11 +28,11 @@
2828
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2929
},
3030
"dependencies": {
31-
"@monkvision/analytics": "4.0.3",
32-
"@monkvision/camera-web": "4.0.3",
33-
"@monkvision/common": "4.0.3",
34-
"@monkvision/common-ui-web": "4.0.3",
35-
"@monkvision/sights": "4.0.3",
31+
"@monkvision/analytics": "4.0.4",
32+
"@monkvision/camera-web": "4.0.4",
33+
"@monkvision/common": "4.0.4",
34+
"@monkvision/common-ui-web": "4.0.4",
35+
"@monkvision/sights": "4.0.4",
3636
"i18next": "^23.4.5",
3737
"react-i18next": "^13.2.0"
3838
},
@@ -47,7 +47,7 @@
4747
"@monkvision/eslint-config-typescript": "4.0.0",
4848
"@monkvision/eslint-config-typescript-react": "4.0.0",
4949
"@monkvision/jest-config": "4.0.0",
50-
"@monkvision/network": "4.0.3",
50+
"@monkvision/network": "4.0.4",
5151
"@monkvision/prettier-config": "4.0.0",
5252
"@monkvision/sights": "4.0.0",
5353
"@monkvision/test-utils": "4.0.0",

packages/monitoring/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@monkvision/monitoring",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs abstract monitoring package",
@@ -28,7 +28,7 @@
2828
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2929
},
3030
"dependencies": {
31-
"@monkvision/types": "4.0.3"
31+
"@monkvision/types": "4.0.4"
3232
},
3333
"peerDependencies": {
3434
"react": "^17.0.2",

packages/network/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@monkvision/network",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs core package used to communicate with the API",
@@ -28,8 +28,8 @@
2828
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2929
},
3030
"dependencies": {
31-
"@monkvision/common": "4.0.3",
32-
"@monkvision/sights": "4.0.3",
31+
"@monkvision/common": "4.0.4",
32+
"@monkvision/sights": "4.0.4",
3333
"jsonwebtoken": "^9.0.2",
3434
"jwt-decode": "^4.0.0",
3535
"ky": "^1.2.0",
@@ -46,7 +46,7 @@
4646
"@monkvision/eslint-config-typescript": "4.0.0",
4747
"@monkvision/jest-config": "4.0.0",
4848
"@monkvision/prettier-config": "4.0.0",
49-
"@monkvision/types": "4.0.3",
49+
"@monkvision/types": "4.0.4",
5050
"@monkvision/typescript-config": "4.0.0",
5151
"@types/jest": "^29.2.2",
5252
"@types/jsonwebtoken": "^9.0.5",

packages/posthog/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@monkvision/posthog",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs posthog package",
@@ -31,8 +31,8 @@
3131
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
3232
},
3333
"dependencies": {
34-
"@monkvision/analytics": "4.0.3",
35-
"@monkvision/types": "4.0.3",
34+
"@monkvision/analytics": "4.0.4",
35+
"@monkvision/types": "4.0.4",
3636
"posthog-js": "^1.139.1"
3737
},
3838
"peerDependencies": {

packages/sentry/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@monkvision/sentry",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs sentry package",
@@ -31,8 +31,8 @@
3131
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
3232
},
3333
"dependencies": {
34-
"@monkvision/monitoring": "4.0.3",
35-
"@monkvision/types": "4.0.3",
34+
"@monkvision/monitoring": "4.0.4",
35+
"@monkvision/types": "4.0.4",
3636
"@sentry/react": "^7.61.1"
3737
},
3838
"peerDependencies": {

0 commit comments

Comments
 (0)