-
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 (#4997)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
78b6386
commit f03a734
Showing
44 changed files
with
718 additions
and
718 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.7.0", | ||
"version": "0.8.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -69,12 +69,12 @@ | |
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.16.0", | ||
"@mongodb-js/compass-components": "^1.17.0", | ||
"@mongodb-js/compass-logging": "^1.2.3", | ||
"@mongodb-js/compass-utils": "^0.5.2", | ||
"@mongodb-js/devtools-connect": "^2.4.2", | ||
"@mongodb-js/oidc-plugin": "^0.3.0", | ||
"compass-preferences-model": "^2.15.2", | ||
"compass-preferences-model": "^2.15.3", | ||
"electron": "^25.8.4", | ||
"keytar": "^7.9.0", | ||
"node-fetch": "^2.6.7", | ||
|
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.12.2", | ||
"version": "5.13.0", | ||
"bugs": { | ||
"url": "https://jira.mongodb.org/projects/COMPASS/issues", | ||
"email": "[email protected]" | ||
|
@@ -34,7 +34,7 @@ | |
"mongodb-ns": "^2.4.0" | ||
}, | ||
"peerDependencies": { | ||
"mongodb-data-service": "^22.12.2" | ||
"mongodb-data-service": "^22.13.0" | ||
}, | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "^1.0.10", | ||
|
@@ -43,7 +43,7 @@ | |
"electron-mocha": "^10.1.0", | ||
"eslint": "^7.25.0", | ||
"mocha": "^10.2.0", | ||
"mongodb-data-service": "^22.12.2", | ||
"mongodb-data-service": "^22.13.0", | ||
"xvfb-maybe": "^0.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
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.3.2", | ||
"version": "7.4.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -76,10 +76,10 @@ | |
"xvfb-maybe": "^0.2.1" | ||
}, | ||
"dependencies": { | ||
"mongodb-instance-model": "^12.12.2" | ||
"mongodb-instance-model": "^12.13.0" | ||
}, | ||
"peerDependencies": { | ||
"mongodb-instance-model": "^12.12.2" | ||
"mongodb-instance-model": "^12.13.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
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": "4.16.0", | ||
"version": "4.17.0", | ||
"apiVersion": "3.0.0", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -56,19 +56,19 @@ | |
"reformat": "npm run prettier -- --write . && npm run eslint . --fix" | ||
}, | ||
"peerDependencies": { | ||
"@mongodb-js/compass-components": "^1.16.0", | ||
"@mongodb-js/compass-components": "^1.17.0", | ||
"@mongodb-js/compass-logging": "^1.2.3", | ||
"bson": "^6.0.0", | ||
"compass-preferences-model": "^2.15.2", | ||
"compass-preferences-model": "^2.15.3", | ||
"hadron-app-registry": "^9.0.12", | ||
"hadron-ipc": "^3.2.2", | ||
"react": "^17.0.2" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.16.0", | ||
"@mongodb-js/compass-components": "^1.17.0", | ||
"@mongodb-js/compass-logging": "^1.2.3", | ||
"bson": "^6.0.0", | ||
"compass-preferences-model": "^2.15.2", | ||
"compass-preferences-model": "^2.15.3", | ||
"hadron-app-registry": "^9.0.12", | ||
"hadron-ipc": "^3.2.2" | ||
}, | ||
|
@@ -92,9 +92,9 @@ | |
"eslint": "^7.25.0", | ||
"mocha": "^10.2.0", | ||
"mongodb": "^6.0.0", | ||
"mongodb-collection-model": "^5.12.2", | ||
"mongodb-data-service": "^22.12.2", | ||
"mongodb-instance-model": "^12.12.2", | ||
"mongodb-collection-model": "^5.13.0", | ||
"mongodb-data-service": "^22.13.0", | ||
"mongodb-instance-model": "^12.13.0", | ||
"mongodb-ns": "^2.4.0", | ||
"numeral": "^2.0.6", | ||
"nyc": "^15.1.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.14.0", | ||
"version": "0.15.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -51,19 +51,19 @@ | |
"reformat": "npm run prettier -- --write . && npm run eslint . --fix" | ||
}, | ||
"peerDependencies": { | ||
"@mongodb-js/compass-components": "^1.16.0", | ||
"@mongodb-js/compass-components": "^1.17.0", | ||
"hadron-ipc": "^3.2.2", | ||
"mongodb-data-service": "^22.12.2", | ||
"mongodb-data-service": "^22.13.0", | ||
"react": "^17.0.2" | ||
}, | ||
"dependencies": { | ||
"@electron/remote": "^2.0.11", | ||
"@mongodb-js/compass-components": "^1.16.0", | ||
"@mongodb-js/compass-components": "^1.17.0", | ||
"hadron-ipc": "^3.2.2", | ||
"mongodb-data-service": "^22.12.2" | ||
"mongodb-data-service": "^22.13.0" | ||
}, | ||
"devDependencies": { | ||
"@mongodb-js/connection-storage": "^0.6.2", | ||
"@mongodb-js/connection-storage": "^0.6.3", | ||
"@mongodb-js/eslint-config-compass": "^1.0.10", | ||
"@mongodb-js/mocha-config-compass": "^1.3.1", | ||
"@mongodb-js/prettier-config-compass": "^1.0.1", | ||
|
@@ -77,7 +77,7 @@ | |
"@types/react-dom": "^17.0.10", | ||
"@types/sinon-chai": "^3.2.5", | ||
"chai": "^4.3.6", | ||
"compass-preferences-model": "^2.15.2", | ||
"compass-preferences-model": "^2.15.3", | ||
"depcheck": "^1.4.1", | ||
"eslint": "^7.25.0", | ||
"gen-esm-wrapper": "^1.1.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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "1.17.0", | ||
"version": "1.18.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -48,27 +48,27 @@ | |
"reformat": "npm run prettier -- --write . && npm run eslint . --fix" | ||
}, | ||
"peerDependencies": { | ||
"@mongodb-js/compass-components": "^1.16.0", | ||
"compass-preferences-model": "^2.15.2", | ||
"@mongodb-js/compass-components": "^1.17.0", | ||
"compass-preferences-model": "^2.15.3", | ||
"hadron-ipc": "^3.2.2", | ||
"mongodb-data-service": "^22.12.2", | ||
"mongodb-data-service": "^22.13.0", | ||
"react": "^17.0.2" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-connection-import-export": "^0.14.0", | ||
"@mongodb-js/compass-connection-import-export": "^0.15.0", | ||
"@mongodb-js/compass-logging": "^1.2.3", | ||
"@mongodb-js/compass-utils": "^0.5.2", | ||
"@mongodb-js/connection-form": "^1.16.0", | ||
"compass-preferences-model": "^2.15.2", | ||
"@mongodb-js/connection-form": "^1.17.0", | ||
"compass-preferences-model": "^2.15.3", | ||
"hadron-ipc": "^3.2.2", | ||
"lodash": "^4.17.21", | ||
"mongodb": "^6.0.0", | ||
"uuid": "^8.2.0" | ||
}, | ||
"devDependencies": { | ||
"@mongodb-js/compass-components": "^1.16.0", | ||
"@mongodb-js/compass-maybe-protect-connection-string": "^0.13.2", | ||
"@mongodb-js/connection-storage": "^0.6.2", | ||
"@mongodb-js/compass-components": "^1.17.0", | ||
"@mongodb-js/compass-maybe-protect-connection-string": "^0.13.3", | ||
"@mongodb-js/connection-storage": "^0.6.3", | ||
"@mongodb-js/eslint-config-compass": "^1.0.10", | ||
"@mongodb-js/mocha-config-compass": "^1.3.1", | ||
"@mongodb-js/prettier-config-compass": "^1.0.1", | ||
|
@@ -90,7 +90,7 @@ | |
"mongodb-build-info": "^1.7.0", | ||
"mongodb-cloud-info": "^2.0.1", | ||
"mongodb-connection-string-url": "^2.6.0", | ||
"mongodb-data-service": "^22.12.2", | ||
"mongodb-data-service": "^22.13.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.7.1", | ||
"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
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": "1.16.0", | ||
"version": "1.17.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -50,7 +50,7 @@ | |
"react": "^17.0.2" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.16.0", | ||
"@mongodb-js/compass-components": "^1.17.0", | ||
"react-virtualized-auto-sizer": "^1.0.6", | ||
"react-window": "^1.8.6" | ||
}, | ||
|
Oops, something went wrong.