Skip to content

Commit ee86261

Browse files
committed
v4.0.1
1 parent d0d6517 commit ee86261

File tree

12 files changed

+39
-39
lines changed

12 files changed

+39
-39
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "4.0.0"
3+
"version": "4.0.1"
44
}

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.0",
3+
"version": "4.0.1",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs abstract analytics package",
@@ -26,7 +26,7 @@
2626
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2727
},
2828
"dependencies": {
29-
"@monkvision/types": "^4.0.0"
29+
"@monkvision/types": "^4.0.1"
3030
},
3131
"peerDependencies": {
3232
"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.0",
3+
"version": "4.0.1",
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",
@@ -26,9 +26,9 @@
2626
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2727
},
2828
"dependencies": {
29-
"@monkvision/common": "^4.0.0",
30-
"@monkvision/common-ui-web": "^4.0.0",
31-
"@monkvision/monitoring": "^4.0.0",
29+
"@monkvision/common": "^4.0.1",
30+
"@monkvision/common-ui-web": "^4.0.1",
31+
"@monkvision/monitoring": "^4.0.1",
3232
"fast-deep-equal": "^3.1.3",
3333
"i18next": "^23.4.5",
3434
"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.0",
6+
"version": "4.0.1",
77
"packageManager": "[email protected]",
88
"main": "lib/index.js",
99
"files": [
@@ -25,10 +25,10 @@
2525
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2626
},
2727
"dependencies": {
28-
"@monkvision/common": "^4.0.0",
29-
"@monkvision/network": "^4.0.0",
30-
"@monkvision/sights": "^4.0.0",
31-
"@monkvision/types": "^4.0.0",
28+
"@monkvision/common": "^4.0.1",
29+
"@monkvision/network": "^4.0.1",
30+
"@monkvision/sights": "^4.0.1",
31+
"@monkvision/types": "^4.0.1",
3232
"css": "^3.0.0",
3333
"i18next": "^23.4.5",
3434
"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.0",
3+
"version": "4.0.1",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs common logic package",
@@ -26,10 +26,10 @@
2626
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2727
},
2828
"dependencies": {
29-
"@monkvision/analytics": "^4.0.0",
30-
"@monkvision/monitoring": "^4.0.0",
31-
"@monkvision/sights": "^4.0.0",
32-
"@monkvision/types": "^4.0.0",
29+
"@monkvision/analytics": "^4.0.1",
30+
"@monkvision/monitoring": "^4.0.1",
31+
"@monkvision/sights": "^4.0.1",
32+
"@monkvision/types": "^4.0.1",
3333
"i18next": "^23.4.5",
3434
"jsonwebtoken": "^9.0.2",
3535
"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.0",
3+
"version": "4.0.1",
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",
@@ -26,11 +26,11 @@
2626
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2727
},
2828
"dependencies": {
29-
"@monkvision/analytics": "^4.0.0",
30-
"@monkvision/camera-web": "^4.0.0",
31-
"@monkvision/common": "^4.0.0",
32-
"@monkvision/common-ui-web": "^4.0.0",
33-
"@monkvision/sights": "^4.0.0",
29+
"@monkvision/analytics": "^4.0.1",
30+
"@monkvision/camera-web": "^4.0.1",
31+
"@monkvision/common": "^4.0.1",
32+
"@monkvision/common-ui-web": "^4.0.1",
33+
"@monkvision/sights": "^4.0.1",
3434
"i18next": "^23.4.5",
3535
"react-i18next": "^13.2.0"
3636
},
@@ -44,7 +44,7 @@
4444
"@monkvision/eslint-config-typescript": "4.0.0",
4545
"@monkvision/eslint-config-typescript-react": "4.0.0",
4646
"@monkvision/jest-config": "4.0.0",
47-
"@monkvision/network": "^4.0.0",
47+
"@monkvision/network": "^4.0.1",
4848
"@monkvision/prettier-config": "4.0.0",
4949
"@monkvision/sights": "4.0.0",
5050
"@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.0",
3+
"version": "4.0.1",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs abstract monitoring package",
@@ -26,7 +26,7 @@
2626
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2727
},
2828
"dependencies": {
29-
"@monkvision/types": "^4.0.0"
29+
"@monkvision/types": "^4.0.1"
3030
},
3131
"peerDependencies": {
3232
"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.0",
3+
"version": "4.0.1",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs core package used to communicate with the API",
@@ -26,8 +26,8 @@
2626
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
2727
},
2828
"dependencies": {
29-
"@monkvision/common": "^4.0.0",
30-
"@monkvision/sights": "^4.0.0",
29+
"@monkvision/common": "^4.0.1",
30+
"@monkvision/sights": "^4.0.1",
3131
"jsonwebtoken": "^9.0.2",
3232
"jwt-decode": "^4.0.0",
3333
"ky": "^1.2.0",
@@ -44,7 +44,7 @@
4444
"@monkvision/eslint-config-typescript": "4.0.0",
4545
"@monkvision/jest-config": "4.0.0",
4646
"@monkvision/prettier-config": "4.0.0",
47-
"@monkvision/types": "^4.0.0",
47+
"@monkvision/types": "^4.0.1",
4848
"@monkvision/typescript-config": "4.0.0",
4949
"@types/jest": "^29.2.2",
5050
"@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.0",
3+
"version": "4.0.1",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs posthog package",
@@ -29,8 +29,8 @@
2929
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
3030
},
3131
"dependencies": {
32-
"@monkvision/analytics": "^4.0.0",
33-
"@monkvision/types": "^4.0.0",
32+
"@monkvision/analytics": "^4.0.1",
33+
"@monkvision/types": "^4.0.1",
3434
"posthog-js": "^1.139.1"
3535
},
3636
"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.0",
3+
"version": "4.0.1",
44
"license": "BSD-3-Clause-Clear",
55
"packageManager": "[email protected]",
66
"description": "MonkJs sentry package",
@@ -29,8 +29,8 @@
2929
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
3030
},
3131
"dependencies": {
32-
"@monkvision/monitoring": "^4.0.0",
33-
"@monkvision/types": "^4.0.0",
32+
"@monkvision/monitoring": "^4.0.1",
33+
"@monkvision/types": "^4.0.1",
3434
"@sentry/react": "^7.61.1"
3535
},
3636
"peerDependencies": {

0 commit comments

Comments
 (0)