Skip to content

Commit dda7eb2

Browse files
committed
Release MonkJs v4.0.3
1 parent 7420099 commit dda7eb2

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.2",
3+
"version": "4.0.3",
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.2",
3+
"version": "4.0.3",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs abstract analytics package",
@@ -20,7 +20,7 @@
2020
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2121
},
2222
"dependencies": {
23-
"@monkvision/types": "4.0.2"
23+
"@monkvision/types": "4.0.3"
2424
},
2525
"peerDependencies": {
2626
"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.2",
3+
"version": "4.0.3",
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",
@@ -20,9 +20,9 @@
2020
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2121
},
2222
"dependencies": {
23-
"@monkvision/common": "4.0.2",
24-
"@monkvision/common-ui-web": "4.0.2",
25-
"@monkvision/monitoring": "4.0.2",
23+
"@monkvision/common": "4.0.3",
24+
"@monkvision/common-ui-web": "4.0.3",
25+
"@monkvision/monitoring": "4.0.3",
2626
"fast-deep-equal": "^3.1.3",
2727
"i18next": "^23.4.5",
2828
"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.2",
6+
"version": "4.0.3",
77
"packageManager": "[email protected]",
88
"main": "lib/index.js",
99
"scripts": {
@@ -19,10 +19,10 @@
1919
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2020
},
2121
"dependencies": {
22-
"@monkvision/common": "4.0.2",
23-
"@monkvision/network": "4.0.2",
24-
"@monkvision/sights": "4.0.2",
25-
"@monkvision/types": "4.0.2",
22+
"@monkvision/common": "4.0.3",
23+
"@monkvision/network": "4.0.3",
24+
"@monkvision/sights": "4.0.3",
25+
"@monkvision/types": "4.0.3",
2626
"css": "^3.0.0",
2727
"i18next": "^23.4.5",
2828
"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.2",
3+
"version": "4.0.3",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs common logic package",
@@ -20,10 +20,10 @@
2020
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2121
},
2222
"dependencies": {
23-
"@monkvision/analytics": "4.0.2",
24-
"@monkvision/monitoring": "4.0.2",
25-
"@monkvision/sights": "4.0.2",
26-
"@monkvision/types": "4.0.2",
23+
"@monkvision/analytics": "4.0.3",
24+
"@monkvision/monitoring": "4.0.3",
25+
"@monkvision/sights": "4.0.3",
26+
"@monkvision/types": "4.0.3",
2727
"i18next": "^23.4.5",
2828
"jsonwebtoken": "^9.0.2",
2929
"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.2",
3+
"version": "4.0.3",
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",
@@ -20,11 +20,11 @@
2020
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2121
},
2222
"dependencies": {
23-
"@monkvision/analytics": "4.0.2",
24-
"@monkvision/camera-web": "4.0.2",
25-
"@monkvision/common": "4.0.2",
26-
"@monkvision/common-ui-web": "4.0.2",
27-
"@monkvision/sights": "4.0.2",
23+
"@monkvision/analytics": "4.0.3",
24+
"@monkvision/camera-web": "4.0.3",
25+
"@monkvision/common": "4.0.3",
26+
"@monkvision/common-ui-web": "4.0.3",
27+
"@monkvision/sights": "4.0.3",
2828
"i18next": "^23.4.5",
2929
"react-i18next": "^13.2.0"
3030
},
@@ -39,7 +39,7 @@
3939
"@monkvision/eslint-config-typescript": "4.0.0",
4040
"@monkvision/eslint-config-typescript-react": "4.0.0",
4141
"@monkvision/jest-config": "4.0.0",
42-
"@monkvision/network": "4.0.2",
42+
"@monkvision/network": "4.0.3",
4343
"@monkvision/prettier-config": "4.0.0",
4444
"@monkvision/sights": "4.0.0",
4545
"@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.2",
3+
"version": "4.0.3",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs abstract monitoring package",
@@ -20,7 +20,7 @@
2020
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2121
},
2222
"dependencies": {
23-
"@monkvision/types": "4.0.2"
23+
"@monkvision/types": "4.0.3"
2424
},
2525
"peerDependencies": {
2626
"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.2",
3+
"version": "4.0.3",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs core package used to communicate with the API",
@@ -20,8 +20,8 @@
2020
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2121
},
2222
"dependencies": {
23-
"@monkvision/common": "4.0.2",
24-
"@monkvision/sights": "4.0.2",
23+
"@monkvision/common": "4.0.3",
24+
"@monkvision/sights": "4.0.3",
2525
"jsonwebtoken": "^9.0.2",
2626
"jwt-decode": "^4.0.0",
2727
"ky": "^1.2.0",
@@ -38,7 +38,7 @@
3838
"@monkvision/eslint-config-typescript": "4.0.0",
3939
"@monkvision/jest-config": "4.0.0",
4040
"@monkvision/prettier-config": "4.0.0",
41-
"@monkvision/types": "4.0.2",
41+
"@monkvision/types": "4.0.3",
4242
"@monkvision/typescript-config": "4.0.0",
4343
"@types/jest": "^29.2.2",
4444
"@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.2",
3+
"version": "4.0.3",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs posthog package",
@@ -23,8 +23,8 @@
2323
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2424
},
2525
"dependencies": {
26-
"@monkvision/analytics": "4.0.2",
27-
"@monkvision/types": "4.0.2",
26+
"@monkvision/analytics": "4.0.3",
27+
"@monkvision/types": "4.0.3",
2828
"posthog-js": "^1.139.1"
2929
},
3030
"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.2",
3+
"version": "4.0.3",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs sentry package",
@@ -23,8 +23,8 @@
2323
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2424
},
2525
"dependencies": {
26-
"@monkvision/monitoring": "4.0.2",
27-
"@monkvision/types": "4.0.2",
26+
"@monkvision/monitoring": "4.0.3",
27+
"@monkvision/types": "4.0.3",
2828
"@sentry/react": "^7.61.1"
2929
},
3030
"peerDependencies": {

0 commit comments

Comments
 (0)