Skip to content

Commit

Permalink
chore(release): bump package versions (#5862)
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 Jun 5, 2024
1 parent 9661413 commit cc045b8
Show file tree
Hide file tree
Showing 35 changed files with 525 additions and 525 deletions.
678 changes: 339 additions & 339 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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.18.1",
"version": "0.19.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -80,7 +80,7 @@
"@mongodb-js/devtools-connect": "^2.6.3",
"@mongodb-js/oidc-plugin": "^0.4.0",
"hadron-app-registry": "^9.1.11",
"compass-preferences-model": "^2.20.2",
"compass-preferences-model": "^2.21.0",
"electron": "^29.4.2",
"hadron-ipc": "^3.2.15",
"lodash": "^4.17.21",
Expand Down
20 changes: 10 additions & 10 deletions packages/compass-aggregations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mongodb-js/compass-aggregations",
"description": "Compass Aggregation Pipeline Builder",
"private": true,
"version": "9.30.0",
"version": "9.31.0",
"main": "dist/index.js",
"compass:main": "src/index.ts",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -61,23 +61,23 @@
"@dnd-kit/core": "^6.0.7",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@mongodb-js/atlas-service": "^0.18.1",
"@mongodb-js/compass-app-stores": "^7.14.0",
"@mongodb-js/compass-collection": "^4.27.0",
"@mongodb-js/atlas-service": "^0.19.0",
"@mongodb-js/compass-app-stores": "^7.15.0",
"@mongodb-js/compass-collection": "^4.28.0",
"@mongodb-js/compass-components": "^1.25.1",
"@mongodb-js/compass-connections": "^1.29.0",
"@mongodb-js/compass-crud": "^13.28.0",
"@mongodb-js/compass-connections": "^1.30.0",
"@mongodb-js/compass-crud": "^13.29.0",
"@mongodb-js/compass-editor": "^0.24.1",
"@mongodb-js/compass-field-store": "^9.4.0",
"@mongodb-js/compass-generative-ai": "^0.11.1",
"@mongodb-js/compass-field-store": "^9.5.0",
"@mongodb-js/compass-generative-ai": "^0.12.0",
"@mongodb-js/compass-logging": "^1.2.18",
"@mongodb-js/compass-utils": "^0.6.4",
"@mongodb-js/compass-workspaces": "^0.9.0",
"@mongodb-js/compass-workspaces": "^0.10.0",
"@mongodb-js/explain-plan-helper": "^1.1.12",
"@mongodb-js/mongodb-constants": "^0.10.0",
"@mongodb-js/my-queries-storage": "^0.8.1",
"bson": "^6.7.0",
"compass-preferences-model": "^2.20.2",
"compass-preferences-model": "^2.21.0",
"ejson-shell-parser": "^2.0.1",
"hadron-app-registry": "^9.1.11",
"hadron-document": "^8.5.3",
Expand Down
4 changes: 2 additions & 2 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.14.0",
"version": "7.15.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@mongodb-js/compass-components": "^1.25.1",
"@mongodb-js/compass-connections": "^1.29.0",
"@mongodb-js/compass-connections": "^1.30.0",
"@mongodb-js/compass-logging": "^1.2.18",
"@mongodb-js/connection-info": "^0.3.0",
"hadron-app-registry": "^9.1.11",
Expand Down
10 changes: 5 additions & 5 deletions packages/compass-collection/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": "4.27.0",
"version": "4.28.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -48,13 +48,13 @@
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
},
"dependencies": {
"@mongodb-js/compass-app-stores": "^7.14.0",
"@mongodb-js/compass-app-stores": "^7.15.0",
"@mongodb-js/compass-components": "^1.25.1",
"@mongodb-js/compass-connections": "^1.29.0",
"@mongodb-js/compass-connections": "^1.30.0",
"@mongodb-js/connection-info": "^0.3.0",
"@mongodb-js/compass-logging": "^1.2.18",
"@mongodb-js/compass-workspaces": "^0.9.0",
"compass-preferences-model": "^2.20.2",
"@mongodb-js/compass-workspaces": "^0.10.0",
"compass-preferences-model": "^2.21.0",
"hadron-app-registry": "^9.1.11",
"mongodb-collection-model": "^5.20.0",
"mongodb-ns": "^2.4.2",
Expand Down
8 changes: 4 additions & 4 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.25.0",
"version": "0.26.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -52,9 +52,9 @@
},
"dependencies": {
"@mongodb-js/compass-components": "^1.25.1",
"@mongodb-js/compass-connections": "^1.29.0",
"@mongodb-js/connection-storage": "^0.11.0",
"compass-preferences-model": "^2.20.2",
"@mongodb-js/compass-connections": "^1.30.0",
"@mongodb-js/connection-storage": "^0.12.0",
"compass-preferences-model": "^2.21.0",
"hadron-ipc": "^3.2.15",
"react": "^17.0.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/compass-connections-navigation/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.27.0",
"version": "1.28.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -49,9 +49,9 @@
"dependencies": {
"@mongodb-js/compass-components": "^1.25.1",
"@mongodb-js/connection-info": "^0.3.0",
"@mongodb-js/connection-form": "^1.27.0",
"@mongodb-js/compass-workspaces": "^0.9.0",
"compass-preferences-model": "^2.20.2",
"@mongodb-js/connection-form": "^1.28.0",
"@mongodb-js/compass-workspaces": "^0.10.0",
"compass-preferences-model": "^2.21.0",
"react": "^17.0.2",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6"
Expand Down
10 changes: 5 additions & 5 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.29.0",
"version": "1.30.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -54,11 +54,11 @@
"@mongodb-js/compass-components": "^1.25.1",
"bson": "^6.7.0",
"@mongodb-js/compass-logging": "^1.2.18",
"@mongodb-js/compass-maybe-protect-connection-string": "^0.18.2",
"@mongodb-js/connection-form": "^1.27.0",
"@mongodb-js/compass-maybe-protect-connection-string": "^0.19.0",
"@mongodb-js/connection-form": "^1.28.0",
"@mongodb-js/connection-info": "^0.3.0",
"@mongodb-js/connection-storage": "^0.11.0",
"compass-preferences-model": "^2.20.2",
"@mongodb-js/connection-storage": "^0.12.0",
"compass-preferences-model": "^2.21.0",
"hadron-app-registry": "^9.1.11",
"lodash": "^4.17.21",
"mongodb-build-info": "^1.7.2",
Expand Down
16 changes: 8 additions & 8 deletions packages/compass-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]"
},
"private": true,
"version": "13.28.0",
"version": "13.29.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -71,21 +71,21 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@mongodb-js/compass-app-stores": "^7.14.0",
"@mongodb-js/compass-collection": "^4.27.0",
"@mongodb-js/compass-app-stores": "^7.15.0",
"@mongodb-js/compass-collection": "^4.28.0",
"@mongodb-js/compass-components": "^1.25.1",
"@mongodb-js/compass-connections": "^1.29.0",
"@mongodb-js/compass-connections": "^1.30.0",
"@mongodb-js/compass-editor": "^0.24.1",
"@mongodb-js/compass-field-store": "^9.4.0",
"@mongodb-js/compass-field-store": "^9.5.0",
"@mongodb-js/compass-logging": "^1.2.18",
"@mongodb-js/compass-query-bar": "^8.29.0",
"@mongodb-js/compass-workspaces": "^0.9.0",
"@mongodb-js/compass-query-bar": "^8.30.0",
"@mongodb-js/compass-workspaces": "^0.10.0",
"@mongodb-js/explain-plan-helper": "^1.1.12",
"@mongodb-js/my-queries-storage": "^0.8.1",
"ag-grid-community": "^20.2.0",
"ag-grid-react": "^20.2.0",
"bson": "^6.7.0",
"compass-preferences-model": "^2.20.2",
"compass-preferences-model": "^2.21.0",
"ejson-shell-parser": "^2.0.1",
"hadron-app-registry": "^9.1.11",
"hadron-document": "^8.5.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/compass-e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compass-e2e-tests",
"version": "1.21.2",
"version": "1.21.3",
"private": true,
"description": "E2E test suite for Compass app that follows smoke tests / feature testing matrix",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"clipboardy": "^2.3.0",
"compass-preferences-model": "^2.20.2",
"compass-preferences-model": "^2.21.0",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"depcheck": "^1.4.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/compass-explain-plan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]"
},
"private": true,
"version": "6.28.0",
"version": "6.29.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -69,13 +69,13 @@
"xvfb-maybe": "^0.2.1"
},
"dependencies": {
"@mongodb-js/compass-collection": "^4.27.0",
"@mongodb-js/compass-collection": "^4.28.0",
"@mongodb-js/compass-components": "^1.25.1",
"@mongodb-js/compass-connections": "^1.29.0",
"@mongodb-js/compass-connections": "^1.30.0",
"@mongodb-js/compass-editor": "^0.24.1",
"@mongodb-js/compass-logging": "^1.2.18",
"@mongodb-js/explain-plan-helper": "^1.1.12",
"compass-preferences-model": "^2.20.2",
"compass-preferences-model": "^2.21.0",
"d3": "^3.5.17",
"d3-flextree": "^2.1.2",
"d3-hierarchy": "^3.1.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/compass-export-to-language/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": "9.4.0",
"version": "9.5.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -48,14 +48,14 @@
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
},
"dependencies": {
"@mongodb-js/compass-collection": "^4.27.0",
"@mongodb-js/compass-collection": "^4.28.0",
"@mongodb-js/compass-components": "^1.25.1",
"@mongodb-js/compass-connections": "^1.29.0",
"@mongodb-js/compass-connections": "^1.30.0",
"@mongodb-js/compass-editor": "^0.24.1",
"@mongodb-js/compass-logging": "^1.2.18",
"@mongodb-js/compass-maybe-protect-connection-string": "^0.18.2",
"@mongodb-js/compass-maybe-protect-connection-string": "^0.19.0",
"bson-transpilers": "^3.0.3",
"compass-preferences-model": "^2.20.2",
"compass-preferences-model": "^2.21.0",
"ejson-shell-parser": "^2.0.1",
"hadron-app-registry": "^9.1.11",
"mongodb-ns": "^2.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/compass-field-store/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": "9.4.0",
"version": "9.5.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -70,7 +70,7 @@
"xvfb-maybe": "^0.2.1"
},
"dependencies": {
"@mongodb-js/compass-connections": "^1.29.0",
"@mongodb-js/compass-connections": "^1.30.0",
"hadron-app-registry": "^9.1.11",
"lodash": "^4.17.21",
"mongodb-schema": "^12.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/compass-generative-ai/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": "0.11.1",
"version": "0.12.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -53,12 +53,12 @@
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
},
"dependencies": {
"@mongodb-js/atlas-service": "^0.18.1",
"@mongodb-js/atlas-service": "^0.19.0",
"@mongodb-js/compass-components": "^1.25.1",
"@mongodb-js/compass-intercom": "^0.4.2",
"@mongodb-js/compass-intercom": "^0.5.0",
"@mongodb-js/compass-logging": "^1.2.18",
"bson": "^6.7.0",
"compass-preferences-model": "^2.20.2",
"compass-preferences-model": "^2.21.0",
"hadron-app-registry": "^9.1.11",
"mongodb": "^6.6.2",
"mongodb-schema": "^12.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/compass-import-export/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.27.0",
"version": "7.28.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -50,13 +50,13 @@
"dependencies": {
"@electron/remote": "^2.1.2",
"@mongodb-js/compass-components": "^1.25.1",
"@mongodb-js/compass-connections": "^1.29.0",
"@mongodb-js/compass-connections": "^1.30.0",
"@mongodb-js/compass-editor": "^0.24.1",
"@mongodb-js/compass-logging": "^1.2.18",
"@mongodb-js/compass-utils": "^0.6.4",
"@mongodb-js/compass-workspaces": "^0.9.0",
"@mongodb-js/compass-workspaces": "^0.10.0",
"bson": "^6.7.0",
"compass-preferences-model": "^2.20.2",
"compass-preferences-model": "^2.21.0",
"debug": "^4.3.4",
"electron": "^29.4.2",
"hadron-app-registry": "^9.1.11",
Expand Down
16 changes: 8 additions & 8 deletions packages/compass-indexes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]"
},
"private": true,
"version": "5.27.0",
"version": "5.28.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -67,18 +67,18 @@
"xvfb-maybe": "^0.2.1"
},
"dependencies": {
"@mongodb-js/compass-app-stores": "^7.14.0",
"@mongodb-js/compass-collection": "^4.27.0",
"@mongodb-js/compass-app-stores": "^7.15.0",
"@mongodb-js/compass-collection": "^4.28.0",
"@mongodb-js/compass-components": "^1.25.1",
"@mongodb-js/compass-connections": "^1.29.0",
"@mongodb-js/compass-connections": "^1.30.0",
"@mongodb-js/compass-editor": "^0.24.1",
"@mongodb-js/compass-field-store": "^9.4.0",
"@mongodb-js/compass-field-store": "^9.5.0",
"@mongodb-js/compass-logging": "^1.2.18",
"@mongodb-js/compass-workspaces": "^0.9.0",
"@mongodb-js/connection-storage": "^0.11.0",
"@mongodb-js/compass-workspaces": "^0.10.0",
"@mongodb-js/connection-storage": "^0.12.0",
"@mongodb-js/mongodb-constants": "^0.10.0",
"bson": "^6.7.0",
"compass-preferences-model": "^2.20.2",
"compass-preferences-model": "^2.21.0",
"ejson-shell-parser": "^2.0.1",
"hadron-app-registry": "^9.1.11",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit cc045b8

Please sign in to comment.