-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): bump package versions (#5991)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7872186
commit 1a8b9ea
Showing
35 changed files
with
567 additions
and
567 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.23.0", | ||
"version": "0.24.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -73,7 +73,7 @@ | |
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.26.1", | ||
"@mongodb-js/compass-components": "^1.27.0", | ||
"@mongodb-js/compass-logging": "^1.4.0", | ||
"@mongodb-js/compass-telemetry": "^1.1.0", | ||
"@mongodb-js/compass-user-data": "^0.3.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "7.20.0", | ||
"version": "7.21.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -74,8 +74,8 @@ | |
"xvfb-maybe": "^0.2.1" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.26.1", | ||
"@mongodb-js/compass-connections": "^1.34.0", | ||
"@mongodb-js/compass-components": "^1.27.0", | ||
"@mongodb-js/compass-connections": "^1.35.0", | ||
"@mongodb-js/compass-logging": "^1.4.0", | ||
"@mongodb-js/connection-info": "^0.5.0", | ||
"hadron-app-registry": "^9.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "4.33.0", | ||
"version": "4.34.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -48,13 +48,13 @@ | |
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-app-stores": "^7.20.0", | ||
"@mongodb-js/compass-components": "^1.26.1", | ||
"@mongodb-js/compass-connections": "^1.34.0", | ||
"@mongodb-js/compass-app-stores": "^7.21.0", | ||
"@mongodb-js/compass-components": "^1.27.0", | ||
"@mongodb-js/compass-connections": "^1.35.0", | ||
"@mongodb-js/connection-info": "^0.5.0", | ||
"@mongodb-js/compass-logging": "^1.4.0", | ||
"@mongodb-js/compass-telemetry": "^1.1.0", | ||
"@mongodb-js/compass-workspaces": "^0.15.0", | ||
"@mongodb-js/compass-workspaces": "^0.16.0", | ||
"compass-preferences-model": "^2.24.0", | ||
"hadron-app-registry": "^9.2.0", | ||
"mongodb-collection-model": "^5.22.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.30.0", | ||
"version": "0.31.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -51,8 +51,8 @@ | |
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.26.1", | ||
"@mongodb-js/compass-connections": "^1.34.0", | ||
"@mongodb-js/compass-components": "^1.27.0", | ||
"@mongodb-js/compass-connections": "^1.35.0", | ||
"@mongodb-js/connection-storage": "^0.15.0", | ||
"compass-preferences-model": "^2.24.0", | ||
"hadron-ipc": "^3.2.17", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "1.33.0", | ||
"version": "1.34.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -47,11 +47,11 @@ | |
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-connections": "^1.34.0", | ||
"@mongodb-js/compass-components": "^1.26.1", | ||
"@mongodb-js/compass-connections": "^1.35.0", | ||
"@mongodb-js/compass-components": "^1.27.0", | ||
"@mongodb-js/connection-info": "^0.5.0", | ||
"@mongodb-js/connection-form": "^1.32.0", | ||
"@mongodb-js/compass-workspaces": "^0.15.0", | ||
"@mongodb-js/connection-form": "^1.33.0", | ||
"@mongodb-js/compass-workspaces": "^0.16.0", | ||
"compass-preferences-model": "^2.24.0", | ||
"mongodb-build-info": "^1.7.2", | ||
"react": "^17.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "1.34.0", | ||
"version": "1.35.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -51,11 +51,11 @@ | |
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.26.1", | ||
"@mongodb-js/compass-components": "^1.27.0", | ||
"@mongodb-js/compass-logging": "^1.4.0", | ||
"@mongodb-js/compass-telemetry": "^1.1.0", | ||
"@mongodb-js/compass-maybe-protect-connection-string": "^0.22.0", | ||
"@mongodb-js/connection-form": "^1.32.0", | ||
"@mongodb-js/connection-form": "^1.33.0", | ||
"@mongodb-js/connection-info": "^0.5.0", | ||
"@mongodb-js/connection-storage": "^0.15.0", | ||
"bson": "^6.7.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"private": true, | ||
"version": "13.34.0", | ||
"version": "13.35.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -71,18 +71,18 @@ | |
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-app-stores": "^7.20.0", | ||
"@mongodb-js/compass-collection": "^4.33.0", | ||
"@mongodb-js/compass-components": "^1.26.1", | ||
"@mongodb-js/compass-connections": "^1.34.0", | ||
"@mongodb-js/compass-editor": "^0.25.1", | ||
"@mongodb-js/compass-field-store": "^9.9.0", | ||
"@mongodb-js/compass-app-stores": "^7.21.0", | ||
"@mongodb-js/compass-collection": "^4.34.0", | ||
"@mongodb-js/compass-components": "^1.27.0", | ||
"@mongodb-js/compass-connections": "^1.35.0", | ||
"@mongodb-js/compass-editor": "^0.26.0", | ||
"@mongodb-js/compass-field-store": "^9.10.0", | ||
"@mongodb-js/compass-logging": "^1.4.0", | ||
"@mongodb-js/compass-telemetry": "^1.1.0", | ||
"@mongodb-js/compass-query-bar": "^8.35.0", | ||
"@mongodb-js/compass-workspaces": "^0.15.0", | ||
"@mongodb-js/compass-query-bar": "^8.36.0", | ||
"@mongodb-js/compass-workspaces": "^0.16.0", | ||
"@mongodb-js/explain-plan-helper": "^1.1.13", | ||
"@mongodb-js/my-queries-storage": "^0.11.0", | ||
"@mongodb-js/my-queries-storage": "^0.12.0", | ||
"@mongodb-js/reflux-state-mixin": "^1.0.2", | ||
"ag-grid-community": "^20.2.0", | ||
"ag-grid-react": "^20.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.25.1", | ||
"version": "0.26.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -72,7 +72,7 @@ | |
"@codemirror/state": "^6.1.4", | ||
"@codemirror/view": "^6.7.1", | ||
"@lezer/highlight": "^1.1.3", | ||
"@mongodb-js/compass-components": "^1.26.1", | ||
"@mongodb-js/compass-components": "^1.27.0", | ||
"@mongodb-js/mongodb-constants": "^0.10.0", | ||
"polished": "^4.2.2", | ||
"prettier": "^2.7.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"private": true, | ||
"version": "6.34.0", | ||
"version": "6.35.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -69,10 +69,10 @@ | |
"xvfb-maybe": "^0.2.1" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-collection": "^4.33.0", | ||
"@mongodb-js/compass-components": "^1.26.1", | ||
"@mongodb-js/compass-connections": "^1.34.0", | ||
"@mongodb-js/compass-editor": "^0.25.1", | ||
"@mongodb-js/compass-collection": "^4.34.0", | ||
"@mongodb-js/compass-components": "^1.27.0", | ||
"@mongodb-js/compass-connections": "^1.35.0", | ||
"@mongodb-js/compass-editor": "^0.26.0", | ||
"@mongodb-js/compass-logging": "^1.4.0", | ||
"@mongodb-js/compass-telemetry": "^1.1.0", | ||
"@mongodb-js/explain-plan-helper": "^1.1.13", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "9.10.0", | ||
"version": "9.11.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -48,10 +48,10 @@ | |
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-collection": "^4.33.0", | ||
"@mongodb-js/compass-components": "^1.26.1", | ||
"@mongodb-js/compass-connections": "^1.34.0", | ||
"@mongodb-js/compass-editor": "^0.25.1", | ||
"@mongodb-js/compass-collection": "^4.34.0", | ||
"@mongodb-js/compass-components": "^1.27.0", | ||
"@mongodb-js/compass-connections": "^1.35.0", | ||
"@mongodb-js/compass-editor": "^0.26.0", | ||
"@mongodb-js/compass-maybe-protect-connection-string": "^0.22.0", | ||
"@mongodb-js/compass-telemetry": "^1.1.0", | ||
"bson-transpilers": "^3.0.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "9.9.0", | ||
"version": "9.10.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -70,7 +70,7 @@ | |
"xvfb-maybe": "^0.2.1" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-connections": "^1.34.0", | ||
"@mongodb-js/compass-connections": "^1.35.0", | ||
"hadron-app-registry": "^9.2.0", | ||
"lodash": "^4.17.21", | ||
"mongodb-schema": "^12.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"private": true, | ||
"version": "4.27.0", | ||
"version": "4.28.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -74,7 +74,7 @@ | |
"xvfb-maybe": "^0.2.1" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.26.1", | ||
"@mongodb-js/compass-components": "^1.27.0", | ||
"hadron-app-registry": "^9.2.0", | ||
"hadron-ipc": "^3.2.17", | ||
"react": "^17.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.17.0", | ||
"version": "0.18.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -53,8 +53,8 @@ | |
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/atlas-service": "^0.23.0", | ||
"@mongodb-js/compass-components": "^1.26.1", | ||
"@mongodb-js/atlas-service": "^0.24.0", | ||
"@mongodb-js/compass-components": "^1.27.0", | ||
"@mongodb-js/compass-intercom": "^0.8.0", | ||
"@mongodb-js/compass-logging": "^1.4.0", | ||
"bson": "^6.7.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "7.33.0", | ||
"version": "7.34.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -49,13 +49,13 @@ | |
}, | ||
"dependencies": { | ||
"@electron/remote": "^2.1.2", | ||
"@mongodb-js/compass-components": "^1.26.1", | ||
"@mongodb-js/compass-connections": "^1.34.0", | ||
"@mongodb-js/compass-editor": "^0.25.1", | ||
"@mongodb-js/compass-components": "^1.27.0", | ||
"@mongodb-js/compass-connections": "^1.35.0", | ||
"@mongodb-js/compass-editor": "^0.26.0", | ||
"@mongodb-js/compass-logging": "^1.4.0", | ||
"@mongodb-js/compass-telemetry": "^1.1.0", | ||
"@mongodb-js/compass-utils": "^0.6.6", | ||
"@mongodb-js/compass-workspaces": "^0.15.0", | ||
"@mongodb-js/compass-workspaces": "^0.16.0", | ||
"bson": "^6.7.0", | ||
"compass-preferences-model": "^2.24.0", | ||
"debug": "^4.3.4", | ||
|
Oops, something went wrong.