Skip to content

Commit

Permalink
chore(release): bump package versions (#5074)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
svc-devtoolsbot and github-actions[bot] authored Nov 8, 2023
1 parent a83fd28 commit c18fdc5
Show file tree
Hide file tree
Showing 50 changed files with 826 additions and 826 deletions.
1,020 changes: 510 additions & 510 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/atlas-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"email": "[email protected]"
},
"homepage": "https://github.com/mongodb-js/compass",
"version": "0.10.0",
"version": "0.10.1",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -74,11 +74,11 @@
},
"dependencies": {
"@mongodb-js/compass-components": "^1.19.0",
"@mongodb-js/compass-logging": "^1.2.5",
"@mongodb-js/compass-utils": "^0.5.4",
"@mongodb-js/compass-logging": "^1.2.6",
"@mongodb-js/compass-utils": "^0.5.5",
"@mongodb-js/devtools-connect": "^2.4.2",
"@mongodb-js/oidc-plugin": "^0.3.0",
"compass-preferences-model": "^2.15.5",
"compass-preferences-model": "^2.15.6",
"electron": "^25.9.3",
"hadron-ipc": "^3.2.4",
"keytar": "^7.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bson-transpilers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bson-transpilers",
"version": "2.1.0",
"version": "2.2.0",
"apiVersion": "0.0.1",
"description": "Source to source compilers using ANTLR",
"contributors": [
Expand Down
6 changes: 3 additions & 3 deletions packages/collection-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mongodb-collection-model",
"description": "MongoDB collection model",
"author": "Lucas Hrabovsky <[email protected]>",
"version": "5.15.0",
"version": "5.15.1",
"bugs": {
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
"email": "[email protected]"
Expand Down Expand Up @@ -34,7 +34,7 @@
"mongodb-ns": "^2.4.0"
},
"peerDependencies": {
"mongodb-data-service": "^22.15.0"
"mongodb-data-service": "^22.15.1"
},
"devDependencies": {
"@mongodb-js/eslint-config-compass": "^1.0.11",
Expand All @@ -43,7 +43,7 @@
"electron-mocha": "^10.1.0",
"eslint": "^7.25.0",
"mocha": "^10.2.0",
"mongodb-data-service": "^22.15.0",
"mongodb-data-service": "^22.15.1",
"xvfb-maybe": "^0.2.1"
}
}
34 changes: 17 additions & 17 deletions packages/compass-aggregations/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mongodb-js/compass-aggregations",
"productName": "Aggregations plugin",
"version": "9.20.0",
"version": "9.21.0",
"apiVersion": "3.0.0",
"description": "Compass Aggregation Pipeline Builder",
"main": "dist/index.js",
Expand Down Expand Up @@ -38,19 +38,19 @@
},
"license": "SSPL",
"peerDependencies": {
"@mongodb-js/atlas-service": "^0.10.0",
"@mongodb-js/atlas-service": "^0.10.1",
"@mongodb-js/compass-components": "^1.19.0",
"@mongodb-js/compass-crud": "^13.19.0",
"@mongodb-js/compass-crud": "^13.20.0",
"@mongodb-js/compass-editor": "^0.18.0",
"@mongodb-js/compass-generative-ai": "^0.5.0",
"@mongodb-js/compass-logging": "^1.2.5",
"@mongodb-js/compass-utils": "^0.5.4",
"@mongodb-js/compass-logging": "^1.2.6",
"@mongodb-js/compass-utils": "^0.5.5",
"@mongodb-js/explain-plan-helper": "^1.1.4",
"@mongodb-js/mongodb-constants": "^0.8.7",
"@mongodb-js/mongodb-redux-common": "^2.0.14",
"@mongodb-js/my-queries-storage": "^0.2.0",
"@mongodb-js/mongodb-redux-common": "^2.0.15",
"@mongodb-js/my-queries-storage": "^0.2.1",
"bson": "^6.0.0",
"compass-preferences-model": "^2.15.5",
"compass-preferences-model": "^2.15.6",
"hadron-document": "^8.4.3",
"hadron-type-checker": "^7.1.0",
"react": "^17.0.2"
Expand All @@ -77,11 +77,11 @@
"ejson-shell-parser": "^1.2.4",
"enzyme": "^3.11.0",
"eslint": "^7.25.0",
"hadron-app-registry": "^9.0.13",
"hadron-app-registry": "^9.0.14",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"mongodb": "^6.0.0",
"mongodb-data-service": "^22.15.0",
"mongodb-data-service": "^22.15.1",
"mongodb-ns": "^2.4.0",
"mongodb-query-parser": "^3.1.3",
"mongodb-schema": "^12.0.0",
Expand All @@ -99,19 +99,19 @@
"xvfb-maybe": "^0.2.1"
},
"dependencies": {
"@mongodb-js/atlas-service": "^0.10.0",
"@mongodb-js/atlas-service": "^0.10.1",
"@mongodb-js/compass-components": "^1.19.0",
"@mongodb-js/compass-crud": "^13.19.0",
"@mongodb-js/compass-crud": "^13.20.0",
"@mongodb-js/compass-editor": "^0.18.0",
"@mongodb-js/compass-generative-ai": "^0.5.0",
"@mongodb-js/compass-logging": "^1.2.5",
"@mongodb-js/compass-utils": "^0.5.4",
"@mongodb-js/compass-logging": "^1.2.6",
"@mongodb-js/compass-utils": "^0.5.5",
"@mongodb-js/explain-plan-helper": "^1.1.4",
"@mongodb-js/mongodb-constants": "^0.8.7",
"@mongodb-js/mongodb-redux-common": "^2.0.14",
"@mongodb-js/my-queries-storage": "^0.2.0",
"@mongodb-js/mongodb-redux-common": "^2.0.15",
"@mongodb-js/my-queries-storage": "^0.2.1",
"bson": "^6.0.0",
"compass-preferences-model": "^2.15.5",
"compass-preferences-model": "^2.15.6",
"hadron-document": "^8.4.3",
"hadron-type-checker": "^7.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/compass-app-stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"email": "[email protected]"
},
"homepage": "https://github.com/mongodb-js/compass",
"version": "7.6.0",
"version": "7.6.1",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -66,7 +66,7 @@
"debug": "^4.3.1",
"depcheck": "^1.4.1",
"eslint": "^7.25.0",
"hadron-app-registry": "^9.0.13",
"hadron-app-registry": "^9.0.14",
"mocha": "^10.2.0",
"mongodb-ns": "^2.4.0",
"nyc": "^15.1.0",
Expand All @@ -76,10 +76,10 @@
"xvfb-maybe": "^0.2.1"
},
"dependencies": {
"mongodb-instance-model": "^12.15.0"
"mongodb-instance-model": "^12.15.1"
},
"peerDependencies": {
"mongodb-instance-model": "^12.15.0"
"mongodb-instance-model": "^12.15.1"
},
"publishConfig": {
"access": "public"
Expand Down
20 changes: 10 additions & 10 deletions packages/compass-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"email": "[email protected]"
},
"homepage": "https://github.com/mongodb-js/compass",
"version": "4.19.0",
"version": "4.19.1",
"apiVersion": "3.0.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,18 +57,18 @@
},
"peerDependencies": {
"@mongodb-js/compass-components": "^1.19.0",
"@mongodb-js/compass-logging": "^1.2.5",
"@mongodb-js/compass-logging": "^1.2.6",
"bson": "^6.0.0",
"compass-preferences-model": "^2.15.5",
"hadron-app-registry": "^9.0.13",
"compass-preferences-model": "^2.15.6",
"hadron-app-registry": "^9.0.14",
"react": "^17.0.2"
},
"dependencies": {
"@mongodb-js/compass-components": "^1.19.0",
"@mongodb-js/compass-logging": "^1.2.5",
"@mongodb-js/compass-logging": "^1.2.6",
"bson": "^6.0.0",
"compass-preferences-model": "^2.15.5",
"hadron-app-registry": "^9.0.13"
"compass-preferences-model": "^2.15.6",
"hadron-app-registry": "^9.0.14"
},
"devDependencies": {
"@mongodb-js/eslint-config-compass": "^1.0.11",
Expand All @@ -90,9 +90,9 @@
"eslint": "^7.25.0",
"mocha": "^10.2.0",
"mongodb": "^6.0.0",
"mongodb-collection-model": "^5.15.0",
"mongodb-data-service": "^22.15.0",
"mongodb-instance-model": "^12.15.0",
"mongodb-collection-model": "^5.15.1",
"mongodb-data-service": "^22.15.1",
"mongodb-instance-model": "^12.15.1",
"mongodb-ns": "^2.4.0",
"numeral": "^2.0.6",
"nyc": "^15.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/compass-connection-import-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"email": "[email protected]"
},
"homepage": "https://github.com/mongodb-js/compass",
"version": "0.17.0",
"version": "0.17.1",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -53,17 +53,17 @@
"peerDependencies": {
"@mongodb-js/compass-components": "^1.19.0",
"hadron-ipc": "^3.2.4",
"mongodb-data-service": "^22.15.0",
"mongodb-data-service": "^22.15.1",
"react": "^17.0.2"
},
"dependencies": {
"@electron/remote": "^2.0.12",
"@mongodb-js/compass-components": "^1.19.0",
"hadron-ipc": "^3.2.4",
"mongodb-data-service": "^22.15.0"
"mongodb-data-service": "^22.15.1"
},
"devDependencies": {
"@mongodb-js/connection-storage": "^0.6.5",
"@mongodb-js/connection-storage": "^0.6.6",
"@mongodb-js/eslint-config-compass": "^1.0.11",
"@mongodb-js/mocha-config-compass": "^1.3.2",
"@mongodb-js/prettier-config-compass": "^1.0.1",
Expand All @@ -77,7 +77,7 @@
"@types/react-dom": "^17.0.10",
"@types/sinon-chai": "^3.2.5",
"chai": "^4.3.6",
"compass-preferences-model": "^2.15.5",
"compass-preferences-model": "^2.15.6",
"depcheck": "^1.4.1",
"eslint": "^7.25.0",
"gen-esm-wrapper": "^1.1.0",
Expand Down
24 changes: 12 additions & 12 deletions packages/compass-connections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"email": "[email protected]"
},
"homepage": "https://github.com/mongodb-js/compass",
"version": "1.20.0",
"version": "1.20.1",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -49,26 +49,26 @@
},
"peerDependencies": {
"@mongodb-js/compass-components": "^1.19.0",
"compass-preferences-model": "^2.15.5",
"compass-preferences-model": "^2.15.6",
"hadron-ipc": "^3.2.4",
"mongodb-data-service": "^22.15.0",
"mongodb-data-service": "^22.15.1",
"react": "^17.0.2"
},
"dependencies": {
"@mongodb-js/compass-connection-import-export": "^0.17.0",
"@mongodb-js/compass-logging": "^1.2.5",
"@mongodb-js/compass-utils": "^0.5.4",
"@mongodb-js/connection-form": "^1.19.0",
"compass-preferences-model": "^2.15.5",
"@mongodb-js/compass-connection-import-export": "^0.17.1",
"@mongodb-js/compass-logging": "^1.2.6",
"@mongodb-js/compass-utils": "^0.5.5",
"@mongodb-js/connection-form": "^1.19.1",
"compass-preferences-model": "^2.15.6",
"hadron-ipc": "^3.2.4",
"lodash": "^4.17.21",
"mongodb": "^6.0.0",
"uuid": "^8.2.0"
},
"devDependencies": {
"@mongodb-js/compass-components": "^1.19.0",
"@mongodb-js/compass-maybe-protect-connection-string": "^0.13.5",
"@mongodb-js/connection-storage": "^0.6.5",
"@mongodb-js/compass-maybe-protect-connection-string": "^0.13.6",
"@mongodb-js/connection-storage": "^0.6.6",
"@mongodb-js/eslint-config-compass": "^1.0.11",
"@mongodb-js/mocha-config-compass": "^1.3.2",
"@mongodb-js/prettier-config-compass": "^1.0.1",
Expand All @@ -84,13 +84,13 @@
"chai": "^4.3.4",
"depcheck": "^1.4.1",
"eslint": "^7.25.0",
"hadron-app-registry": "^9.0.13",
"hadron-app-registry": "^9.0.14",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"mongodb-build-info": "^1.7.0",
"mongodb-cloud-info": "^2.0.1",
"mongodb-connection-string-url": "^2.6.0",
"mongodb-data-service": "^22.15.0",
"mongodb-data-service": "^22.15.1",
"nyc": "^15.1.0",
"prettier": "^2.7.1",
"react": "^17.0.2",
Expand Down
18 changes: 9 additions & 9 deletions packages/compass-crud/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mongodb-js/compass-crud",
"productName": "Compass CRUD plugin",
"version": "13.19.0",
"version": "13.20.0",
"description": "Compass Plugin for CRUD Operations",
"author": {
"name": "MongoDB Inc",
Expand Down Expand Up @@ -58,10 +58,10 @@
"peerDependencies": {
"@mongodb-js/compass-components": "^1.19.0",
"@mongodb-js/compass-editor": "^0.18.0",
"@mongodb-js/compass-logging": "^1.2.5",
"@mongodb-js/compass-logging": "^1.2.6",
"@mongodb-js/explain-plan-helper": "^1.1.4",
"bson": "^6.0.0",
"compass-preferences-model": "^2.15.5",
"compass-preferences-model": "^2.15.6",
"hadron-document": "^8.4.3",
"hadron-type-checker": "^7.1.0",
"react": "^17.0.2"
Expand All @@ -86,12 +86,12 @@
"electron": "^25.9.3",
"enzyme": "^3.11.0",
"eslint": "^7.25.0",
"hadron-app": "^5.15.0",
"hadron-app-registry": "^9.0.13",
"hadron-app": "^5.15.1",
"hadron-app-registry": "^9.0.14",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"mongodb-data-service": "^22.15.0",
"mongodb-instance-model": "^12.15.0",
"mongodb-data-service": "^22.15.1",
"mongodb-instance-model": "^12.15.1",
"mongodb-query-parser": "^3.1.3",
"mongodb-ns": "^2.4.0",
"nyc": "^15.1.0",
Expand All @@ -106,10 +106,10 @@
"dependencies": {
"@mongodb-js/compass-components": "^1.19.0",
"@mongodb-js/compass-editor": "^0.18.0",
"@mongodb-js/compass-logging": "^1.2.5",
"@mongodb-js/compass-logging": "^1.2.6",
"@mongodb-js/explain-plan-helper": "^1.1.4",
"bson": "^6.0.0",
"compass-preferences-model": "^2.15.5",
"compass-preferences-model": "^2.15.6",
"hadron-document": "^8.4.3",
"hadron-type-checker": "^7.1.0"
}
Expand Down
Loading

0 comments on commit c18fdc5

Please sign in to comment.