-
Notifications
You must be signed in to change notification settings - Fork 188
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
- Loading branch information
1 parent
d846b32
commit c6d9e03
Showing
30 changed files
with
431 additions
and
431 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
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.26.1", | ||
"version": "7.27.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -73,9 +73,9 @@ | |
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.29.2", | ||
"@mongodb-js/compass-connections": "^1.40.1", | ||
"@mongodb-js/compass-connections": "^1.41.0", | ||
"@mongodb-js/compass-logging": "^1.4.5", | ||
"@mongodb-js/connection-info": "^0.6.1", | ||
"@mongodb-js/connection-info": "^0.7.0", | ||
"hadron-app-registry": "^9.2.4", | ||
"mongodb-collection-model": "^5.23.1", | ||
"mongodb-database-model": "^2.23.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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "4.39.1", | ||
"version": "4.40.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.26.1", | ||
"@mongodb-js/compass-app-stores": "^7.27.0", | ||
"@mongodb-js/compass-components": "^1.29.2", | ||
"@mongodb-js/compass-connections": "^1.40.1", | ||
"@mongodb-js/compass-connections": "^1.41.0", | ||
"@mongodb-js/compass-logging": "^1.4.5", | ||
"@mongodb-js/compass-telemetry": "^1.1.5", | ||
"@mongodb-js/compass-workspaces": "^0.21.1", | ||
"@mongodb-js/connection-info": "^0.6.1", | ||
"@mongodb-js/compass-workspaces": "^0.22.0", | ||
"@mongodb-js/connection-info": "^0.7.0", | ||
"@mongodb-js/mongodb-constants": "^0.10.2", | ||
"compass-preferences-model": "^2.28.1", | ||
"hadron-app-registry": "^9.2.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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.36.1", | ||
"version": "0.37.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -52,8 +52,8 @@ | |
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.29.2", | ||
"@mongodb-js/compass-connections": "^1.40.1", | ||
"@mongodb-js/connection-storage": "^0.19.1", | ||
"@mongodb-js/compass-connections": "^1.41.0", | ||
"@mongodb-js/connection-storage": "^0.20.0", | ||
"compass-preferences-model": "^2.28.1", | ||
"hadron-ipc": "^3.2.21", | ||
"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.39.1", | ||
"version": "1.40.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -49,11 +49,11 @@ | |
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-connections": "^1.40.1", | ||
"@mongodb-js/compass-connections": "^1.41.0", | ||
"@mongodb-js/compass-components": "^1.29.2", | ||
"@mongodb-js/connection-info": "^0.6.1", | ||
"@mongodb-js/connection-form": "^1.38.1", | ||
"@mongodb-js/compass-workspaces": "^0.21.1", | ||
"@mongodb-js/connection-info": "^0.7.0", | ||
"@mongodb-js/connection-form": "^1.39.0", | ||
"@mongodb-js/compass-workspaces": "^0.22.0", | ||
"compass-preferences-model": "^2.28.1", | ||
"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.40.1", | ||
"version": "1.41.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -57,9 +57,9 @@ | |
"@mongodb-js/compass-maybe-protect-connection-string": "^0.26.1", | ||
"@mongodb-js/compass-telemetry": "^1.1.5", | ||
"@mongodb-js/compass-utils": "^0.6.10", | ||
"@mongodb-js/connection-form": "^1.38.1", | ||
"@mongodb-js/connection-info": "^0.6.1", | ||
"@mongodb-js/connection-storage": "^0.19.1", | ||
"@mongodb-js/connection-form": "^1.39.0", | ||
"@mongodb-js/connection-info": "^0.7.0", | ||
"@mongodb-js/connection-storage": "^0.20.0", | ||
"bson": "^6.7.0", | ||
"compass-preferences-model": "^2.28.1", | ||
"hadron-app-registry": "^9.2.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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"private": true, | ||
"version": "13.40.1", | ||
"version": "13.41.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -71,16 +71,16 @@ | |
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-app-stores": "^7.26.1", | ||
"@mongodb-js/compass-collection": "^4.39.1", | ||
"@mongodb-js/compass-app-stores": "^7.27.0", | ||
"@mongodb-js/compass-collection": "^4.40.0", | ||
"@mongodb-js/compass-components": "^1.29.2", | ||
"@mongodb-js/compass-connections": "^1.40.1", | ||
"@mongodb-js/compass-connections": "^1.41.0", | ||
"@mongodb-js/compass-editor": "^0.29.2", | ||
"@mongodb-js/compass-field-store": "^9.15.1", | ||
"@mongodb-js/compass-field-store": "^9.16.0", | ||
"@mongodb-js/compass-logging": "^1.4.5", | ||
"@mongodb-js/compass-query-bar": "^8.41.1", | ||
"@mongodb-js/compass-query-bar": "^8.42.0", | ||
"@mongodb-js/compass-telemetry": "^1.1.5", | ||
"@mongodb-js/compass-workspaces": "^0.21.1", | ||
"@mongodb-js/compass-workspaces": "^0.22.0", | ||
"@mongodb-js/explain-plan-helper": "^1.2.1", | ||
"@mongodb-js/my-queries-storage": "^0.15.2", | ||
"@mongodb-js/reflux-state-mixin": "^1.0.5", | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"private": true, | ||
"version": "6.40.1", | ||
"version": "6.41.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -69,9 +69,9 @@ | |
"xvfb-maybe": "^0.2.1" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-collection": "^4.39.1", | ||
"@mongodb-js/compass-collection": "^4.40.0", | ||
"@mongodb-js/compass-components": "^1.29.2", | ||
"@mongodb-js/compass-connections": "^1.40.1", | ||
"@mongodb-js/compass-connections": "^1.41.0", | ||
"@mongodb-js/compass-editor": "^0.29.2", | ||
"@mongodb-js/compass-logging": "^1.4.5", | ||
"@mongodb-js/compass-telemetry": "^1.1.5", | ||
|
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.16.1", | ||
"version": "9.17.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -48,9 +48,9 @@ | |
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-collection": "^4.39.1", | ||
"@mongodb-js/compass-collection": "^4.40.0", | ||
"@mongodb-js/compass-components": "^1.29.2", | ||
"@mongodb-js/compass-connections": "^1.40.1", | ||
"@mongodb-js/compass-connections": "^1.41.0", | ||
"@mongodb-js/compass-editor": "^0.29.2", | ||
"@mongodb-js/compass-maybe-protect-connection-string": "^0.26.1", | ||
"@mongodb-js/compass-telemetry": "^1.1.5", | ||
|
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.15.1", | ||
"version": "9.16.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -68,7 +68,7 @@ | |
"xvfb-maybe": "^0.2.1" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-connections": "^1.40.1", | ||
"@mongodb-js/compass-connections": "^1.41.0", | ||
"@mongodb-js/compass-logging": "^1.4.5", | ||
"hadron-app-registry": "^9.2.4", | ||
"lodash": "^4.17.21", | ||
|
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.39.1", | ||
"version": "7.40.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -50,12 +50,12 @@ | |
"dependencies": { | ||
"@electron/remote": "^2.1.2", | ||
"@mongodb-js/compass-components": "^1.29.2", | ||
"@mongodb-js/compass-connections": "^1.40.1", | ||
"@mongodb-js/compass-connections": "^1.41.0", | ||
"@mongodb-js/compass-editor": "^0.29.2", | ||
"@mongodb-js/compass-logging": "^1.4.5", | ||
"@mongodb-js/compass-telemetry": "^1.1.5", | ||
"@mongodb-js/compass-utils": "^0.6.10", | ||
"@mongodb-js/compass-workspaces": "^0.21.1", | ||
"@mongodb-js/compass-workspaces": "^0.22.0", | ||
"bson": "^6.7.0", | ||
"compass-preferences-model": "^2.28.1", | ||
"debug": "^4.3.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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"private": true, | ||
"version": "5.39.1", | ||
"version": "5.40.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -67,16 +67,16 @@ | |
"xvfb-maybe": "^0.2.1" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-app-stores": "^7.26.1", | ||
"@mongodb-js/compass-collection": "^4.39.1", | ||
"@mongodb-js/compass-app-stores": "^7.27.0", | ||
"@mongodb-js/compass-collection": "^4.40.0", | ||
"@mongodb-js/compass-components": "^1.29.2", | ||
"@mongodb-js/compass-connections": "^1.40.1", | ||
"@mongodb-js/compass-connections": "^1.41.0", | ||
"@mongodb-js/compass-editor": "^0.29.2", | ||
"@mongodb-js/compass-field-store": "^9.15.1", | ||
"@mongodb-js/compass-field-store": "^9.16.0", | ||
"@mongodb-js/compass-logging": "^1.4.5", | ||
"@mongodb-js/compass-telemetry": "^1.1.5", | ||
"@mongodb-js/compass-workspaces": "^0.21.1", | ||
"@mongodb-js/connection-storage": "^0.19.1", | ||
"@mongodb-js/compass-workspaces": "^0.22.0", | ||
"@mongodb-js/connection-storage": "^0.20.0", | ||
"@mongodb-js/mongodb-constants": "^0.10.0", | ||
"@mongodb-js/shell-bson-parser": "^1.1.2", | ||
"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": "8.41.1", | ||
"version": "8.42.0", | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"license": "SSPL", | ||
"bugs": { | ||
|
@@ -69,12 +69,12 @@ | |
}, | ||
"dependencies": { | ||
"@mongodb-js/atlas-service": "^0.28.1", | ||
"@mongodb-js/compass-app-stores": "^7.26.1", | ||
"@mongodb-js/compass-collection": "^4.39.1", | ||
"@mongodb-js/compass-app-stores": "^7.27.0", | ||
"@mongodb-js/compass-collection": "^4.40.0", | ||
"@mongodb-js/compass-components": "^1.29.2", | ||
"@mongodb-js/compass-connections": "^1.40.1", | ||
"@mongodb-js/compass-connections": "^1.41.0", | ||
"@mongodb-js/compass-editor": "^0.29.2", | ||
"@mongodb-js/compass-field-store": "^9.15.1", | ||
"@mongodb-js/compass-field-store": "^9.16.0", | ||
"@mongodb-js/compass-generative-ai": "^0.22.1", | ||
"@mongodb-js/compass-logging": "^1.4.5", | ||
"@mongodb-js/compass-telemetry": "^1.1.5", | ||
|
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": "1.40.1", | ||
"version": "1.41.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -48,14 +48,14 @@ | |
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-app-stores": "^7.26.1", | ||
"@mongodb-js/compass-app-stores": "^7.27.0", | ||
"@mongodb-js/compass-components": "^1.29.2", | ||
"@mongodb-js/compass-connections": "^1.40.1", | ||
"@mongodb-js/compass-connections": "^1.41.0", | ||
"@mongodb-js/compass-logging": "^1.4.5", | ||
"@mongodb-js/compass-telemetry": "^1.1.5", | ||
"@mongodb-js/compass-workspaces": "^0.21.1", | ||
"@mongodb-js/connection-form": "^1.38.1", | ||
"@mongodb-js/connection-info": "^0.6.1", | ||
"@mongodb-js/compass-workspaces": "^0.22.0", | ||
"@mongodb-js/connection-form": "^1.39.0", | ||
"@mongodb-js/connection-info": "^0.7.0", | ||
"@mongodb-js/my-queries-storage": "^0.15.2", | ||
"bson": "^6.7.0", | ||
"compass-preferences-model": "^2.28.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.40.1", | ||
"version": "6.41.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -67,13 +67,13 @@ | |
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-app-stores": "^7.26.1", | ||
"@mongodb-js/compass-collection": "^4.39.1", | ||
"@mongodb-js/compass-app-stores": "^7.27.0", | ||
"@mongodb-js/compass-collection": "^4.40.0", | ||
"@mongodb-js/compass-components": "^1.29.2", | ||
"@mongodb-js/compass-connections": "^1.40.1", | ||
"@mongodb-js/compass-crud": "^13.40.1", | ||
"@mongodb-js/compass-connections": "^1.41.0", | ||
"@mongodb-js/compass-crud": "^13.41.0", | ||
"@mongodb-js/compass-editor": "^0.29.2", | ||
"@mongodb-js/compass-field-store": "^9.15.1", | ||
"@mongodb-js/compass-field-store": "^9.16.0", | ||
"@mongodb-js/compass-logging": "^1.4.5", | ||
"@mongodb-js/compass-telemetry": "^1.1.5", | ||
"bson": "^6.7.0", | ||
|
Oops, something went wrong.