Skip to content

Commit

Permalink
Release MonkJs v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
souyahia-monk committed Aug 2, 2024
1 parent 7420099 commit dda7eb2
Show file tree
Hide file tree
Showing 13 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "4.0.2",
"version": "4.0.3",
"command": {
"version": {
"message": "Release MonkJs %s"
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monkvision/analytics",
"version": "4.0.2",
"version": "4.0.3",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "MonkJs abstract analytics package",
Expand All @@ -20,7 +20,7 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/types": "4.0.2"
"@monkvision/types": "4.0.3"
},
"peerDependencies": {
"react": "^17.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/camera-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monkvision/camera-web",
"version": "4.0.2",
"version": "4.0.3",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "MonkJs camera package for React (web) used to display a camera preview and take pictures",
Expand All @@ -20,9 +20,9 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/common": "4.0.2",
"@monkvision/common-ui-web": "4.0.2",
"@monkvision/monitoring": "4.0.2",
"@monkvision/common": "4.0.3",
"@monkvision/common-ui-web": "4.0.3",
"@monkvision/monitoring": "4.0.3",
"fast-deep-equal": "^3.1.3",
"i18next": "^23.4.5",
"react-i18next": "^13.2.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/common-ui-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "monkvision",
"license": "BSD-3-Clause-Clear",
"description": "Monk's Web UI library for common elements for React applications",
"version": "4.0.2",
"version": "4.0.3",
"packageManager": "[email protected]",
"main": "lib/index.js",
"scripts": {
Expand All @@ -19,10 +19,10 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/common": "4.0.2",
"@monkvision/network": "4.0.2",
"@monkvision/sights": "4.0.2",
"@monkvision/types": "4.0.2",
"@monkvision/common": "4.0.3",
"@monkvision/network": "4.0.3",
"@monkvision/sights": "4.0.3",
"@monkvision/types": "4.0.3",
"css": "^3.0.0",
"i18next": "^23.4.5",
"react-i18next": "^13.2.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monkvision/common",
"version": "4.0.2",
"version": "4.0.3",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "MonkJs common logic package",
Expand All @@ -20,10 +20,10 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/analytics": "4.0.2",
"@monkvision/monitoring": "4.0.2",
"@monkvision/sights": "4.0.2",
"@monkvision/types": "4.0.2",
"@monkvision/analytics": "4.0.3",
"@monkvision/monitoring": "4.0.3",
"@monkvision/sights": "4.0.3",
"@monkvision/types": "4.0.3",
"i18next": "^23.4.5",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/inspection-capture-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monkvision/inspection-capture-web",
"version": "4.0.2",
"version": "4.0.3",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "MonkJs inspection capture package for React (web) used to implement the Monk inspection capture workflow",
Expand All @@ -20,11 +20,11 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/analytics": "4.0.2",
"@monkvision/camera-web": "4.0.2",
"@monkvision/common": "4.0.2",
"@monkvision/common-ui-web": "4.0.2",
"@monkvision/sights": "4.0.2",
"@monkvision/analytics": "4.0.3",
"@monkvision/camera-web": "4.0.3",
"@monkvision/common": "4.0.3",
"@monkvision/common-ui-web": "4.0.3",
"@monkvision/sights": "4.0.3",
"i18next": "^23.4.5",
"react-i18next": "^13.2.0"
},
Expand All @@ -39,7 +39,7 @@
"@monkvision/eslint-config-typescript": "4.0.0",
"@monkvision/eslint-config-typescript-react": "4.0.0",
"@monkvision/jest-config": "4.0.0",
"@monkvision/network": "4.0.2",
"@monkvision/network": "4.0.3",
"@monkvision/prettier-config": "4.0.0",
"@monkvision/sights": "4.0.0",
"@monkvision/test-utils": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/monitoring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monkvision/monitoring",
"version": "4.0.2",
"version": "4.0.3",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "MonkJs abstract monitoring package",
Expand All @@ -20,7 +20,7 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/types": "4.0.2"
"@monkvision/types": "4.0.3"
},
"peerDependencies": {
"react": "^17.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monkvision/network",
"version": "4.0.2",
"version": "4.0.3",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "MonkJs core package used to communicate with the API",
Expand All @@ -20,8 +20,8 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/common": "4.0.2",
"@monkvision/sights": "4.0.2",
"@monkvision/common": "4.0.3",
"@monkvision/sights": "4.0.3",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"ky": "^1.2.0",
Expand All @@ -38,7 +38,7 @@
"@monkvision/eslint-config-typescript": "4.0.0",
"@monkvision/jest-config": "4.0.0",
"@monkvision/prettier-config": "4.0.0",
"@monkvision/types": "4.0.2",
"@monkvision/types": "4.0.3",
"@monkvision/typescript-config": "4.0.0",
"@types/jest": "^29.2.2",
"@types/jsonwebtoken": "^9.0.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/posthog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monkvision/posthog",
"version": "4.0.2",
"version": "4.0.3",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "MonkJs posthog package",
Expand All @@ -23,8 +23,8 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/analytics": "4.0.2",
"@monkvision/types": "4.0.2",
"@monkvision/analytics": "4.0.3",
"@monkvision/types": "4.0.3",
"posthog-js": "^1.139.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monkvision/sentry",
"version": "4.0.2",
"version": "4.0.3",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "MonkJs sentry package",
Expand All @@ -23,8 +23,8 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/monitoring": "4.0.2",
"@monkvision/types": "4.0.2",
"@monkvision/monitoring": "4.0.3",
"@monkvision/types": "4.0.3",
"@sentry/react": "^7.61.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sights/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monkvision/sights",
"version": "4.0.2",
"version": "4.0.3",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "Monk sights library providing sight details and overlays",
Expand All @@ -25,7 +25,7 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix && yarn run svgo"
},
"dependencies": {
"@monkvision/types": "4.0.2"
"@monkvision/types": "4.0.3"
},
"devDependencies": {
"@monkvision/eslint-config-base": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monkvision/types",
"version": "4.0.2",
"version": "4.0.3",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "Type definitions for the MonkJs project",
Expand Down
Loading

0 comments on commit dda7eb2

Please sign in to comment.