Skip to content

Commit

Permalink
Release MonkJs v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
souyahia-monk committed Aug 2, 2024
1 parent 10c157c commit bc03bf9
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.1",
"version": "4.0.2",
"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.1",
"version": "4.0.2",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "MonkJs abstract analytics package",
Expand All @@ -26,7 +26,7 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/types": "^4.0.1"
"@monkvision/types": "4.0.2"
},
"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.1",
"version": "4.0.2",
"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 @@ -26,9 +26,9 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/common": "^4.0.1",
"@monkvision/common-ui-web": "^4.0.1",
"@monkvision/monitoring": "^4.0.1",
"@monkvision/common": "4.0.2",
"@monkvision/common-ui-web": "4.0.2",
"@monkvision/monitoring": "4.0.2",
"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.1",
"version": "4.0.2",
"packageManager": "[email protected]",
"main": "lib/index.js",
"files": [
Expand All @@ -25,10 +25,10 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/common": "^4.0.1",
"@monkvision/network": "^4.0.1",
"@monkvision/sights": "^4.0.1",
"@monkvision/types": "^4.0.1",
"@monkvision/common": "4.0.2",
"@monkvision/network": "4.0.2",
"@monkvision/sights": "4.0.2",
"@monkvision/types": "4.0.2",
"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.1",
"version": "4.0.2",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "MonkJs common logic package",
Expand All @@ -26,10 +26,10 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/analytics": "^4.0.1",
"@monkvision/monitoring": "^4.0.1",
"@monkvision/sights": "^4.0.1",
"@monkvision/types": "^4.0.1",
"@monkvision/analytics": "4.0.2",
"@monkvision/monitoring": "4.0.2",
"@monkvision/sights": "4.0.2",
"@monkvision/types": "4.0.2",
"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.1",
"version": "4.0.2",
"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 @@ -26,11 +26,11 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/analytics": "^4.0.1",
"@monkvision/camera-web": "^4.0.1",
"@monkvision/common": "^4.0.1",
"@monkvision/common-ui-web": "^4.0.1",
"@monkvision/sights": "^4.0.1",
"@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",
"i18next": "^23.4.5",
"react-i18next": "^13.2.0"
},
Expand All @@ -44,7 +44,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.1",
"@monkvision/network": "4.0.2",
"@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.1",
"version": "4.0.2",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "MonkJs abstract monitoring package",
Expand All @@ -26,7 +26,7 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/types": "^4.0.1"
"@monkvision/types": "4.0.2"
},
"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.1",
"version": "4.0.2",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "MonkJs core package used to communicate with the API",
Expand All @@ -26,8 +26,8 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/common": "^4.0.1",
"@monkvision/sights": "^4.0.1",
"@monkvision/common": "4.0.2",
"@monkvision/sights": "4.0.2",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"ky": "^1.2.0",
Expand All @@ -44,7 +44,7 @@
"@monkvision/eslint-config-typescript": "4.0.0",
"@monkvision/jest-config": "4.0.0",
"@monkvision/prettier-config": "4.0.0",
"@monkvision/types": "^4.0.1",
"@monkvision/types": "4.0.2",
"@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.1",
"version": "4.0.2",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "MonkJs posthog package",
Expand Down Expand Up @@ -29,8 +29,8 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/analytics": "^4.0.1",
"@monkvision/types": "^4.0.1",
"@monkvision/analytics": "4.0.2",
"@monkvision/types": "4.0.2",
"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.1",
"version": "4.0.2",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "MonkJs sentry package",
Expand Down Expand Up @@ -29,8 +29,8 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
},
"dependencies": {
"@monkvision/monitoring": "^4.0.1",
"@monkvision/types": "^4.0.1",
"@monkvision/monitoring": "4.0.2",
"@monkvision/types": "4.0.2",
"@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.1",
"version": "4.0.2",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "Monk sights library providing sight details and overlays",
Expand Down Expand Up @@ -31,7 +31,7 @@
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix && yarn run svgo"
},
"dependencies": {
"@monkvision/types": "^4.0.1"
"@monkvision/types": "4.0.2"
},
"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.1",
"version": "4.0.2",
"license": "BSD-3-Clause-Clear",
"packageManager": "[email protected]",
"description": "Type definitions for the MonkJs project",
Expand Down
Loading

0 comments on commit bc03bf9

Please sign in to comment.