Skip to content

Commit

Permalink
chore(release): bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 8, 2024
1 parent f0655e0 commit 79afc9c
Show file tree
Hide file tree
Showing 35 changed files with 555 additions and 555 deletions.
718 changes: 359 additions & 359 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.31.1",
"version": "0.32.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -83,7 +83,7 @@
"@mongodb-js/devtools-proxy-support": "^0.4.1",
"@mongodb-js/oidc-plugin": "^1.1.1",
"hadron-app-registry": "^9.2.7",
"compass-preferences-model": "^2.29.3",
"compass-preferences-model": "^2.30.0",
"electron": "^32.2.2",
"hadron-ipc": "^3.2.25",
"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.48.0",
"version": "9.49.0",
"main": "dist/index.js",
"compass:main": "src/index.ts",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -61,25 +61,25 @@
"@dnd-kit/core": "^6.0.7",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@mongodb-js/atlas-service": "^0.31.1",
"@mongodb-js/compass-app-stores": "^7.32.0",
"@mongodb-js/compass-collection": "^4.45.0",
"@mongodb-js/atlas-service": "^0.32.0",
"@mongodb-js/compass-app-stores": "^7.33.0",
"@mongodb-js/compass-collection": "^4.46.0",
"@mongodb-js/compass-components": "^1.31.1",
"@mongodb-js/compass-connections": "^1.46.0",
"@mongodb-js/compass-crud": "^13.46.0",
"@mongodb-js/compass-connections": "^1.47.0",
"@mongodb-js/compass-crud": "^13.47.0",
"@mongodb-js/compass-editor": "^0.33.0",
"@mongodb-js/compass-field-store": "^9.21.0",
"@mongodb-js/compass-generative-ai": "^0.26.0",
"@mongodb-js/compass-field-store": "^9.22.0",
"@mongodb-js/compass-generative-ai": "^0.27.0",
"@mongodb-js/compass-logging": "^1.4.10",
"@mongodb-js/compass-telemetry": "^1.2.3",
"@mongodb-js/compass-utils": "^0.6.14",
"@mongodb-js/compass-workspaces": "^0.27.0",
"@mongodb-js/compass-workspaces": "^0.28.0",
"@mongodb-js/explain-plan-helper": "^1.2.4",
"@mongodb-js/mongodb-constants": "^0.10.0",
"@mongodb-js/my-queries-storage": "^0.19.0",
"@mongodb-js/shell-bson-parser": "^1.1.2",
"bson": "^6.8.0",
"compass-preferences-model": "^2.29.3",
"compass-preferences-model": "^2.30.0",
"hadron-app-registry": "^9.2.7",
"hadron-document": "^8.6.5",
"hadron-type-checker": "^7.2.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.32.0",
"version": "7.33.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -74,7 +74,7 @@
},
"dependencies": {
"@mongodb-js/compass-components": "^1.31.1",
"@mongodb-js/compass-connections": "^1.46.0",
"@mongodb-js/compass-connections": "^1.47.0",
"@mongodb-js/compass-logging": "^1.4.10",
"@mongodb-js/connection-info": "^0.9.3",
"hadron-app-registry": "^9.2.7",
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.45.0",
"version": "4.46.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -48,15 +48,15 @@
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
},
"dependencies": {
"@mongodb-js/compass-app-stores": "^7.32.0",
"@mongodb-js/compass-app-stores": "^7.33.0",
"@mongodb-js/compass-components": "^1.31.1",
"@mongodb-js/compass-connections": "^1.46.0",
"@mongodb-js/compass-connections": "^1.47.0",
"@mongodb-js/compass-logging": "^1.4.10",
"@mongodb-js/compass-telemetry": "^1.2.3",
"@mongodb-js/compass-workspaces": "^0.27.0",
"@mongodb-js/compass-workspaces": "^0.28.0",
"@mongodb-js/connection-info": "^0.9.3",
"@mongodb-js/mongodb-constants": "^0.10.2",
"compass-preferences-model": "^2.29.3",
"compass-preferences-model": "^2.30.0",
"hadron-app-registry": "^9.2.7",
"mongodb-collection-model": "^5.23.7",
"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.42.0",
"version": "0.43.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.31.1",
"@mongodb-js/compass-connections": "^1.46.0",
"@mongodb-js/connection-storage": "^0.22.4",
"compass-preferences-model": "^2.29.3",
"@mongodb-js/compass-connections": "^1.47.0",
"@mongodb-js/connection-storage": "^0.23.0",
"compass-preferences-model": "^2.30.0",
"hadron-ipc": "^3.2.25",
"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.45.0",
"version": "1.46.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -49,12 +49,12 @@
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
},
"dependencies": {
"@mongodb-js/compass-connections": "^1.46.0",
"@mongodb-js/compass-connections": "^1.47.0",
"@mongodb-js/compass-components": "^1.31.1",
"@mongodb-js/connection-info": "^0.9.3",
"@mongodb-js/connection-form": "^1.44.0",
"@mongodb-js/compass-workspaces": "^0.27.0",
"compass-preferences-model": "^2.29.3",
"@mongodb-js/compass-workspaces": "^0.28.0",
"compass-preferences-model": "^2.30.0",
"mongodb-build-info": "^1.7.2",
"react": "^17.0.2",
"react-virtualized-auto-sizer": "^1.0.6",
Expand Down
8 changes: 4 additions & 4 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.46.0",
"version": "1.47.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -53,14 +53,14 @@
"dependencies": {
"@mongodb-js/compass-components": "^1.31.1",
"@mongodb-js/compass-logging": "^1.4.10",
"@mongodb-js/compass-maybe-protect-connection-string": "^0.27.3",
"@mongodb-js/compass-maybe-protect-connection-string": "^0.28.0",
"@mongodb-js/compass-telemetry": "^1.2.3",
"@mongodb-js/compass-utils": "^0.6.14",
"@mongodb-js/connection-form": "^1.44.0",
"@mongodb-js/connection-info": "^0.9.3",
"@mongodb-js/connection-storage": "^0.22.4",
"@mongodb-js/connection-storage": "^0.23.0",
"bson": "^6.8.0",
"compass-preferences-model": "^2.29.3",
"compass-preferences-model": "^2.30.0",
"hadron-app-registry": "^9.2.7",
"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.46.0",
"version": "13.47.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -71,24 +71,24 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@mongodb-js/compass-app-stores": "^7.32.0",
"@mongodb-js/compass-collection": "^4.45.0",
"@mongodb-js/compass-app-stores": "^7.33.0",
"@mongodb-js/compass-collection": "^4.46.0",
"@mongodb-js/compass-components": "^1.31.1",
"@mongodb-js/compass-connections": "^1.46.0",
"@mongodb-js/compass-connections": "^1.47.0",
"@mongodb-js/compass-editor": "^0.33.0",
"@mongodb-js/compass-field-store": "^9.21.0",
"@mongodb-js/compass-field-store": "^9.22.0",
"@mongodb-js/compass-logging": "^1.4.10",
"@mongodb-js/compass-query-bar": "^8.47.0",
"@mongodb-js/compass-query-bar": "^8.48.0",
"@mongodb-js/compass-telemetry": "^1.2.3",
"@mongodb-js/compass-workspaces": "^0.27.0",
"@mongodb-js/compass-workspaces": "^0.28.0",
"@mongodb-js/explain-plan-helper": "^1.2.4",
"@mongodb-js/my-queries-storage": "^0.19.0",
"@mongodb-js/reflux-state-mixin": "^1.0.7",
"@mongodb-js/shell-bson-parser": "^1.1.2",
"ag-grid-community": "^20.2.0",
"ag-grid-react": "^20.2.0",
"bson": "^6.8.0",
"compass-preferences-model": "^2.29.3",
"compass-preferences-model": "^2.30.0",
"hadron-app-registry": "^9.2.7",
"hadron-document": "^8.6.5",
"hadron-type-checker": "^7.2.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.27.5",
"version": "1.27.6",
"private": true,
"description": "E2E test suite for Compass app that follows smoke tests / feature testing matrix",
"scripts": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"clipboardy": "^2.3.0",
"compass-preferences-model": "^2.29.3",
"compass-preferences-model": "^2.30.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.46.0",
"version": "6.47.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -69,14 +69,14 @@
"xvfb-maybe": "^0.2.1"
},
"dependencies": {
"@mongodb-js/compass-collection": "^4.45.0",
"@mongodb-js/compass-collection": "^4.46.0",
"@mongodb-js/compass-components": "^1.31.1",
"@mongodb-js/compass-connections": "^1.46.0",
"@mongodb-js/compass-connections": "^1.47.0",
"@mongodb-js/compass-editor": "^0.33.0",
"@mongodb-js/compass-logging": "^1.4.10",
"@mongodb-js/compass-telemetry": "^1.2.3",
"@mongodb-js/explain-plan-helper": "^1.2.4",
"compass-preferences-model": "^2.29.3",
"compass-preferences-model": "^2.30.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.22.0",
"version": "9.23.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -48,15 +48,15 @@
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
},
"dependencies": {
"@mongodb-js/compass-collection": "^4.45.0",
"@mongodb-js/compass-collection": "^4.46.0",
"@mongodb-js/compass-components": "^1.31.1",
"@mongodb-js/compass-connections": "^1.46.0",
"@mongodb-js/compass-connections": "^1.47.0",
"@mongodb-js/compass-editor": "^0.33.0",
"@mongodb-js/compass-maybe-protect-connection-string": "^0.27.3",
"@mongodb-js/compass-maybe-protect-connection-string": "^0.28.0",
"@mongodb-js/compass-telemetry": "^1.2.3",
"@mongodb-js/shell-bson-parser": "^1.1.2",
"bson-transpilers": "^3.0.10",
"compass-preferences-model": "^2.29.3",
"compass-preferences-model": "^2.30.0",
"hadron-app-registry": "^9.2.7",
"mongodb-ns": "^2.4.2",
"react": "^17.0.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.21.0",
"version": "9.22.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -69,7 +69,7 @@
"xvfb-maybe": "^0.2.1"
},
"dependencies": {
"@mongodb-js/compass-connections": "^1.46.0",
"@mongodb-js/compass-connections": "^1.47.0",
"@mongodb-js/compass-logging": "^1.4.10",
"hadron-app-registry": "^9.2.7",
"lodash": "^4.17.21",
Expand Down
10 changes: 5 additions & 5 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.26.0",
"version": "0.27.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -52,13 +52,13 @@
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
},
"dependencies": {
"@mongodb-js/atlas-service": "^0.31.1",
"@mongodb-js/atlas-service": "^0.32.0",
"@mongodb-js/compass-components": "^1.31.1",
"@mongodb-js/compass-connections": "^1.46.0",
"@mongodb-js/compass-intercom": "^0.13.3",
"@mongodb-js/compass-connections": "^1.47.0",
"@mongodb-js/compass-intercom": "^0.14.0",
"@mongodb-js/compass-logging": "^1.4.10",
"bson": "^6.8.0",
"compass-preferences-model": "^2.29.3",
"compass-preferences-model": "^2.30.0",
"hadron-app-registry": "^9.2.7",
"mongodb": "^6.9.0",
"mongodb-schema": "^12.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/compass-global-writes/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": "1.5.0",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -49,15 +49,15 @@
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
},
"dependencies": {
"@mongodb-js/atlas-service": "^0.31.1",
"@mongodb-js/compass-collection": "^4.45.0",
"@mongodb-js/atlas-service": "^0.32.0",
"@mongodb-js/compass-collection": "^4.46.0",
"@mongodb-js/compass-components": "^1.31.1",
"@mongodb-js/compass-connections": "^1.46.0",
"@mongodb-js/compass-connections": "^1.47.0",
"@mongodb-js/compass-logging": "^1.4.10",
"@mongodb-js/compass-telemetry": "^1.2.3",
"hadron-app-registry": "^9.2.7",
"lodash": "^4.17.21",
"@mongodb-js/compass-field-store": "^9.21.0",
"@mongodb-js/compass-field-store": "^9.22.0",
"mongodb-ns": "^2.4.2",
"react": "^17.0.2",
"react-redux": "^8.1.3",
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.45.0",
"version": "7.46.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -50,14 +50,14 @@
"dependencies": {
"@electron/remote": "^2.1.2",
"@mongodb-js/compass-components": "^1.31.1",
"@mongodb-js/compass-connections": "^1.46.0",
"@mongodb-js/compass-connections": "^1.47.0",
"@mongodb-js/compass-editor": "^0.33.0",
"@mongodb-js/compass-logging": "^1.4.10",
"@mongodb-js/compass-telemetry": "^1.2.3",
"@mongodb-js/compass-utils": "^0.6.14",
"@mongodb-js/compass-workspaces": "^0.27.0",
"@mongodb-js/compass-workspaces": "^0.28.0",
"bson": "^6.8.0",
"compass-preferences-model": "^2.29.3",
"compass-preferences-model": "^2.30.0",
"debug": "^4.3.4",
"electron": "^32.2.2",
"hadron-app-registry": "^9.2.7",
Expand Down
Loading

0 comments on commit 79afc9c

Please sign in to comment.