-
Notifications
You must be signed in to change notification settings - Fork 180
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
9adcea0
commit 993c3de
Showing
50 changed files
with
1,215 additions
and
1,215 deletions.
There are no files selected for viewing
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.0.1", | ||
"version": "1.0.2", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
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.28.3", | ||
"version": "0.28.4", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -58,7 +58,7 @@ | |
"@mongodb-js/eslint-config-compass": "^1.1.7", | ||
"@mongodb-js/mocha-config-compass": "^1.4.2", | ||
"@mongodb-js/prettier-config-compass": "^1.0.2", | ||
"@mongodb-js/testing-library-compass": "^1.0.1", | ||
"@mongodb-js/testing-library-compass": "^1.0.2", | ||
"@mongodb-js/tsconfig-compass": "^1.0.5", | ||
"@types/chai": "^4.2.21", | ||
"@types/mocha": "^9.0.0", | ||
|
@@ -73,16 +73,16 @@ | |
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.29.4", | ||
"@mongodb-js/compass-logging": "^1.4.7", | ||
"@mongodb-js/compass-telemetry": "^1.1.7", | ||
"@mongodb-js/compass-user-data": "^0.3.7", | ||
"@mongodb-js/compass-components": "^1.29.5", | ||
"@mongodb-js/compass-logging": "^1.4.8", | ||
"@mongodb-js/compass-telemetry": "^1.1.8", | ||
"@mongodb-js/compass-user-data": "^0.3.8", | ||
"@mongodb-js/compass-utils": "^0.6.12", | ||
"@mongodb-js/devtools-connect": "^3.2.10", | ||
"@mongodb-js/devtools-proxy-support": "^0.3.9", | ||
"@mongodb-js/oidc-plugin": "^1.1.1", | ||
"hadron-app-registry": "^9.2.6", | ||
"compass-preferences-model": "^2.28.3", | ||
"hadron-app-registry": "^9.2.7", | ||
"compass-preferences-model": "^2.28.4", | ||
"electron": "^30.5.1", | ||
"hadron-ipc": "^3.2.23", | ||
"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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "mongodb-collection-model", | ||
"description": "MongoDB collection model", | ||
"author": "Lucas Hrabovsky <[email protected]>", | ||
"version": "5.23.3", | ||
"version": "5.23.4", | ||
"bugs": { | ||
"url": "https://jira.mongodb.org/projects/COMPASS/issues", | ||
"email": "[email protected]" | ||
|
@@ -31,7 +31,7 @@ | |
"dependencies": { | ||
"ampersand-collection": "^2.0.2", | ||
"ampersand-model": "^8.0.1", | ||
"mongodb-data-service": "^22.23.3", | ||
"mongodb-data-service": "^22.23.4", | ||
"mongodb-ns": "^2.4.2" | ||
}, | ||
"devDependencies": { | ||
|
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.28.0", | ||
"version": "7.28.1", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -56,7 +56,7 @@ | |
"@mongodb-js/eslint-config-compass": "^1.1.7", | ||
"@mongodb-js/mocha-config-compass": "^1.4.2", | ||
"@mongodb-js/prettier-config-compass": "^1.0.2", | ||
"@mongodb-js/testing-library-compass": "^1.0.1", | ||
"@mongodb-js/testing-library-compass": "^1.0.2", | ||
"@mongodb-js/tsconfig-compass": "^1.0.5", | ||
"@types/chai": "^4.2.21", | ||
"@types/mocha": "^9.0.0", | ||
|
@@ -73,14 +73,14 @@ | |
"xvfb-maybe": "^0.2.1" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.29.4", | ||
"@mongodb-js/compass-connections": "^1.42.0", | ||
"@mongodb-js/compass-logging": "^1.4.7", | ||
"@mongodb-js/connection-info": "^0.8.0", | ||
"hadron-app-registry": "^9.2.6", | ||
"mongodb-collection-model": "^5.23.3", | ||
"mongodb-database-model": "^2.23.3", | ||
"mongodb-instance-model": "^12.24.3", | ||
"@mongodb-js/compass-components": "^1.29.5", | ||
"@mongodb-js/compass-connections": "^1.42.1", | ||
"@mongodb-js/compass-logging": "^1.4.8", | ||
"@mongodb-js/connection-info": "^0.8.1", | ||
"hadron-app-registry": "^9.2.7", | ||
"mongodb-collection-model": "^5.23.4", | ||
"mongodb-database-model": "^2.23.4", | ||
"mongodb-instance-model": "^12.24.4", | ||
"mongodb-ns": "^2.4.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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "4.41.0", | ||
"version": "4.41.1", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -48,17 +48,17 @@ | |
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-app-stores": "^7.28.0", | ||
"@mongodb-js/compass-components": "^1.29.4", | ||
"@mongodb-js/compass-connections": "^1.42.0", | ||
"@mongodb-js/compass-logging": "^1.4.7", | ||
"@mongodb-js/compass-telemetry": "^1.1.7", | ||
"@mongodb-js/compass-workspaces": "^0.23.0", | ||
"@mongodb-js/connection-info": "^0.8.0", | ||
"@mongodb-js/compass-app-stores": "^7.28.1", | ||
"@mongodb-js/compass-components": "^1.29.5", | ||
"@mongodb-js/compass-connections": "^1.42.1", | ||
"@mongodb-js/compass-logging": "^1.4.8", | ||
"@mongodb-js/compass-telemetry": "^1.1.8", | ||
"@mongodb-js/compass-workspaces": "^0.23.1", | ||
"@mongodb-js/connection-info": "^0.8.1", | ||
"@mongodb-js/mongodb-constants": "^0.10.2", | ||
"compass-preferences-model": "^2.28.3", | ||
"hadron-app-registry": "^9.2.6", | ||
"mongodb-collection-model": "^5.23.3", | ||
"compass-preferences-model": "^2.28.4", | ||
"hadron-app-registry": "^9.2.7", | ||
"mongodb-collection-model": "^5.23.4", | ||
"mongodb-ns": "^2.4.2", | ||
"numeral": "^2.0.6", | ||
"react": "^17.0.2", | ||
|
@@ -70,7 +70,7 @@ | |
"@mongodb-js/eslint-config-compass": "^1.1.7", | ||
"@mongodb-js/mocha-config-compass": "^1.4.2", | ||
"@mongodb-js/prettier-config-compass": "^1.0.2", | ||
"@mongodb-js/testing-library-compass": "^1.0.1", | ||
"@mongodb-js/testing-library-compass": "^1.0.2", | ||
"@mongodb-js/tsconfig-compass": "^1.0.5", | ||
"@types/chai": "^4.2.21", | ||
"@types/chai-dom": "^0.0.10", | ||
|
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.38.0", | ||
"version": "0.38.1", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -51,18 +51,18 @@ | |
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.29.4", | ||
"@mongodb-js/compass-connections": "^1.42.0", | ||
"@mongodb-js/connection-storage": "^0.21.0", | ||
"compass-preferences-model": "^2.28.3", | ||
"@mongodb-js/compass-components": "^1.29.5", | ||
"@mongodb-js/compass-connections": "^1.42.1", | ||
"@mongodb-js/connection-storage": "^0.21.1", | ||
"compass-preferences-model": "^2.28.4", | ||
"hadron-ipc": "^3.2.23", | ||
"react": "^17.0.2" | ||
}, | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "^1.1.7", | ||
"@mongodb-js/mocha-config-compass": "^1.4.2", | ||
"@mongodb-js/prettier-config-compass": "^1.0.2", | ||
"@mongodb-js/testing-library-compass": "^1.0.1", | ||
"@mongodb-js/testing-library-compass": "^1.0.2", | ||
"@mongodb-js/tsconfig-compass": "^1.0.5", | ||
"@types/chai": "^4.2.21", | ||
"@types/chai-dom": "^0.0.10", | ||
|
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.41.0", | ||
"version": "1.41.1", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -49,12 +49,12 @@ | |
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-connections": "^1.42.0", | ||
"@mongodb-js/compass-components": "^1.29.4", | ||
"@mongodb-js/connection-info": "^0.8.0", | ||
"@mongodb-js/connection-form": "^1.40.0", | ||
"@mongodb-js/compass-workspaces": "^0.23.0", | ||
"compass-preferences-model": "^2.28.3", | ||
"@mongodb-js/compass-connections": "^1.42.1", | ||
"@mongodb-js/compass-components": "^1.29.5", | ||
"@mongodb-js/connection-info": "^0.8.1", | ||
"@mongodb-js/connection-form": "^1.40.1", | ||
"@mongodb-js/compass-workspaces": "^0.23.1", | ||
"compass-preferences-model": "^2.28.4", | ||
"mongodb-build-info": "^1.7.2", | ||
"react": "^17.0.2", | ||
"react-virtualized-auto-sizer": "^1.0.6", | ||
|
@@ -64,7 +64,7 @@ | |
"@mongodb-js/eslint-config-compass": "^1.1.7", | ||
"@mongodb-js/mocha-config-compass": "^1.4.2", | ||
"@mongodb-js/prettier-config-compass": "^1.0.2", | ||
"@mongodb-js/testing-library-compass": "^1.0.1", | ||
"@mongodb-js/testing-library-compass": "^1.0.2", | ||
"@mongodb-js/tsconfig-compass": "^1.0.5", | ||
"@types/chai": "^4.2.21", | ||
"@types/chai-dom": "^0.0.10", | ||
|
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.42.0", | ||
"version": "1.42.1", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -51,21 +51,21 @@ | |
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.29.4", | ||
"@mongodb-js/compass-logging": "^1.4.7", | ||
"@mongodb-js/compass-maybe-protect-connection-string": "^0.26.3", | ||
"@mongodb-js/compass-telemetry": "^1.1.7", | ||
"@mongodb-js/compass-components": "^1.29.5", | ||
"@mongodb-js/compass-logging": "^1.4.8", | ||
"@mongodb-js/compass-maybe-protect-connection-string": "^0.26.4", | ||
"@mongodb-js/compass-telemetry": "^1.1.8", | ||
"@mongodb-js/compass-utils": "^0.6.12", | ||
"@mongodb-js/connection-form": "^1.40.0", | ||
"@mongodb-js/connection-info": "^0.8.0", | ||
"@mongodb-js/connection-storage": "^0.21.0", | ||
"@mongodb-js/connection-form": "^1.40.1", | ||
"@mongodb-js/connection-info": "^0.8.1", | ||
"@mongodb-js/connection-storage": "^0.21.1", | ||
"bson": "^6.7.0", | ||
"compass-preferences-model": "^2.28.3", | ||
"hadron-app-registry": "^9.2.6", | ||
"compass-preferences-model": "^2.28.4", | ||
"hadron-app-registry": "^9.2.7", | ||
"lodash": "^4.17.21", | ||
"mongodb-build-info": "^1.7.2", | ||
"mongodb-connection-string-url": "^3.0.1", | ||
"mongodb-data-service": "^22.23.3", | ||
"mongodb-data-service": "^22.23.4", | ||
"react": "^17.0.2", | ||
"react-redux": "^8.1.3", | ||
"redux": "^4.2.1", | ||
|
@@ -75,7 +75,7 @@ | |
"@mongodb-js/eslint-config-compass": "^1.1.7", | ||
"@mongodb-js/mocha-config-compass": "^1.4.2", | ||
"@mongodb-js/prettier-config-compass": "^1.0.2", | ||
"@mongodb-js/testing-library-compass": "^1.0.1", | ||
"@mongodb-js/testing-library-compass": "^1.0.2", | ||
"@mongodb-js/tsconfig-compass": "^1.0.5", | ||
"@types/chai": "^4.2.21", | ||
"@types/chai-dom": "^0.0.10", | ||
|
Oops, something went wrong.