-
Notifications
You must be signed in to change notification settings - Fork 178
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 (#6366)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f1b8e6e
commit fc362f1
Showing
54 changed files
with
1,151 additions
and
1,151 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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"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.30.1", | ||
"version": "0.31.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -73,19 +73,19 @@ | |
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.30.1", | ||
"@mongodb-js/compass-logging": "^1.4.8", | ||
"@mongodb-js/compass-telemetry": "^1.2.1", | ||
"@mongodb-js/compass-user-data": "^0.3.8", | ||
"@mongodb-js/compass-utils": "^0.6.12", | ||
"@mongodb-js/connection-info": "^0.9.1", | ||
"@mongodb-js/compass-components": "^1.31.0", | ||
"@mongodb-js/compass-logging": "^1.4.9", | ||
"@mongodb-js/compass-telemetry": "^1.2.2", | ||
"@mongodb-js/compass-user-data": "^0.3.9", | ||
"@mongodb-js/compass-utils": "^0.6.13", | ||
"@mongodb-js/connection-info": "^0.9.2", | ||
"@mongodb-js/devtools-connect": "^3.3.1", | ||
"@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.1", | ||
"compass-preferences-model": "^2.29.2", | ||
"electron": "^32.2.1", | ||
"hadron-ipc": "^3.2.23", | ||
"hadron-ipc": "^3.2.24", | ||
"lodash": "^4.17.21", | ||
"react": "^17.0.2", | ||
"react-redux": "^8.1.3", | ||
|
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.5", | ||
"version": "5.23.6", | ||
"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.5", | ||
"mongodb-data-service": "^22.23.6", | ||
"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.30.1", | ||
"version": "7.31.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -73,14 +73,14 @@ | |
"xvfb-maybe": "^0.2.1" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.30.1", | ||
"@mongodb-js/compass-connections": "^1.44.1", | ||
"@mongodb-js/compass-logging": "^1.4.8", | ||
"@mongodb-js/connection-info": "^0.9.1", | ||
"@mongodb-js/compass-components": "^1.31.0", | ||
"@mongodb-js/compass-connections": "^1.45.0", | ||
"@mongodb-js/compass-logging": "^1.4.9", | ||
"@mongodb-js/connection-info": "^0.9.2", | ||
"hadron-app-registry": "^9.2.7", | ||
"mongodb-collection-model": "^5.23.5", | ||
"mongodb-database-model": "^2.23.5", | ||
"mongodb-instance-model": "^12.24.5", | ||
"mongodb-collection-model": "^5.23.6", | ||
"mongodb-database-model": "^2.23.6", | ||
"mongodb-instance-model": "^12.24.6", | ||
"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.43.1", | ||
"version": "4.44.0", | ||
"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.30.1", | ||
"@mongodb-js/compass-components": "^1.30.1", | ||
"@mongodb-js/compass-connections": "^1.44.1", | ||
"@mongodb-js/compass-logging": "^1.4.8", | ||
"@mongodb-js/compass-telemetry": "^1.2.1", | ||
"@mongodb-js/compass-workspaces": "^0.25.1", | ||
"@mongodb-js/connection-info": "^0.9.1", | ||
"@mongodb-js/compass-app-stores": "^7.31.0", | ||
"@mongodb-js/compass-components": "^1.31.0", | ||
"@mongodb-js/compass-connections": "^1.45.0", | ||
"@mongodb-js/compass-logging": "^1.4.9", | ||
"@mongodb-js/compass-telemetry": "^1.2.2", | ||
"@mongodb-js/compass-workspaces": "^0.26.0", | ||
"@mongodb-js/connection-info": "^0.9.2", | ||
"@mongodb-js/mongodb-constants": "^0.10.2", | ||
"compass-preferences-model": "^2.29.1", | ||
"compass-preferences-model": "^2.29.2", | ||
"hadron-app-registry": "^9.2.7", | ||
"mongodb-collection-model": "^5.23.5", | ||
"mongodb-collection-model": "^5.23.6", | ||
"mongodb-ns": "^2.4.2", | ||
"react": "^17.0.2", | ||
"react-redux": "^8.1.3", | ||
|
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.40.1", | ||
"version": "0.41.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.30.1", | ||
"@mongodb-js/compass-connections": "^1.44.1", | ||
"@mongodb-js/connection-storage": "^0.22.2", | ||
"compass-preferences-model": "^2.29.1", | ||
"hadron-ipc": "^3.2.23", | ||
"@mongodb-js/compass-components": "^1.31.0", | ||
"@mongodb-js/compass-connections": "^1.45.0", | ||
"@mongodb-js/connection-storage": "^0.22.3", | ||
"compass-preferences-model": "^2.29.2", | ||
"hadron-ipc": "^3.2.24", | ||
"react": "^17.0.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
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.43.1", | ||
"version": "1.44.0", | ||
"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.44.1", | ||
"@mongodb-js/compass-components": "^1.30.1", | ||
"@mongodb-js/connection-info": "^0.9.1", | ||
"@mongodb-js/connection-form": "^1.42.0", | ||
"@mongodb-js/compass-workspaces": "^0.25.1", | ||
"compass-preferences-model": "^2.29.1", | ||
"@mongodb-js/compass-connections": "^1.45.0", | ||
"@mongodb-js/compass-components": "^1.31.0", | ||
"@mongodb-js/connection-info": "^0.9.2", | ||
"@mongodb-js/connection-form": "^1.43.0", | ||
"@mongodb-js/compass-workspaces": "^0.26.0", | ||
"compass-preferences-model": "^2.29.2", | ||
"mongodb-build-info": "^1.7.2", | ||
"react": "^17.0.2", | ||
"react-virtualized-auto-sizer": "^1.0.6", | ||
|
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.44.1", | ||
"version": "1.45.0", | ||
"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.30.1", | ||
"@mongodb-js/compass-logging": "^1.4.8", | ||
"@mongodb-js/compass-maybe-protect-connection-string": "^0.27.1", | ||
"@mongodb-js/compass-telemetry": "^1.2.1", | ||
"@mongodb-js/compass-utils": "^0.6.12", | ||
"@mongodb-js/connection-form": "^1.42.0", | ||
"@mongodb-js/connection-info": "^0.9.1", | ||
"@mongodb-js/connection-storage": "^0.22.2", | ||
"@mongodb-js/compass-components": "^1.31.0", | ||
"@mongodb-js/compass-logging": "^1.4.9", | ||
"@mongodb-js/compass-maybe-protect-connection-string": "^0.27.2", | ||
"@mongodb-js/compass-telemetry": "^1.2.2", | ||
"@mongodb-js/compass-utils": "^0.6.13", | ||
"@mongodb-js/connection-form": "^1.43.0", | ||
"@mongodb-js/connection-info": "^0.9.2", | ||
"@mongodb-js/connection-storage": "^0.22.3", | ||
"bson": "^6.8.0", | ||
"compass-preferences-model": "^2.29.1", | ||
"compass-preferences-model": "^2.29.2", | ||
"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.5", | ||
"mongodb-data-service": "^22.23.6", | ||
"react": "^17.0.2", | ||
"react-redux": "^8.1.3", | ||
"redux": "^4.2.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": "13.44.1", | ||
"version": "13.45.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -64,37 +64,37 @@ | |
"enzyme": "^3.11.0", | ||
"eslint": "^7.25.0", | ||
"mocha": "^10.2.0", | ||
"mongodb-instance-model": "^12.24.5", | ||
"mongodb-instance-model": "^12.24.6", | ||
"nyc": "^15.1.0", | ||
"react-dom": "^17.0.2", | ||
"sinon": "^8.1.1", | ||
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-app-stores": "^7.30.1", | ||
"@mongodb-js/compass-collection": "^4.43.1", | ||
"@mongodb-js/compass-components": "^1.30.1", | ||
"@mongodb-js/compass-connections": "^1.44.1", | ||
"@mongodb-js/compass-editor": "^0.31.1", | ||
"@mongodb-js/compass-field-store": "^9.19.1", | ||
"@mongodb-js/compass-logging": "^1.4.8", | ||
"@mongodb-js/compass-query-bar": "^8.45.1", | ||
"@mongodb-js/compass-telemetry": "^1.2.1", | ||
"@mongodb-js/compass-workspaces": "^0.25.1", | ||
"@mongodb-js/compass-app-stores": "^7.31.0", | ||
"@mongodb-js/compass-collection": "^4.44.0", | ||
"@mongodb-js/compass-components": "^1.31.0", | ||
"@mongodb-js/compass-connections": "^1.45.0", | ||
"@mongodb-js/compass-editor": "^0.32.0", | ||
"@mongodb-js/compass-field-store": "^9.20.0", | ||
"@mongodb-js/compass-logging": "^1.4.9", | ||
"@mongodb-js/compass-query-bar": "^8.46.0", | ||
"@mongodb-js/compass-telemetry": "^1.2.2", | ||
"@mongodb-js/compass-workspaces": "^0.26.0", | ||
"@mongodb-js/explain-plan-helper": "^1.2.4", | ||
"@mongodb-js/my-queries-storage": "^0.17.1", | ||
"@mongodb-js/my-queries-storage": "^0.18.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.1", | ||
"compass-preferences-model": "^2.29.2", | ||
"hadron-app-registry": "^9.2.7", | ||
"hadron-document": "^8.6.4", | ||
"hadron-document": "^8.6.5", | ||
"hadron-type-checker": "^7.2.3", | ||
"jsondiffpatch": "^0.5.0", | ||
"lodash": "^4.17.21", | ||
"mongodb-data-service": "^22.23.5", | ||
"mongodb-data-service": "^22.23.6", | ||
"mongodb-ns": "^2.4.2", | ||
"mongodb-query-parser": "^4.2.3", | ||
"numeral": "^2.0.6", | ||
|
Oops, something went wrong.