Skip to content

Commit f36d08e

Browse files
chore(release): bump package versions (#6861)
Co-authored-by: mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
1 parent c060544 commit f36d08e

File tree

7 files changed

+28
-28
lines changed

7 files changed

+28
-28
lines changed

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compass-e2e-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compass-e2e-tests",
3-
"version": "1.29.8",
3+
"version": "1.29.9",
44
"private": true,
55
"description": "E2E test suite for Compass app that follows smoke tests / feature testing matrix",
66
"scripts": {
@@ -54,7 +54,7 @@
5454
"electron-to-chromium": "^1.5.113",
5555
"glob": "^10.2.5",
5656
"globals": "^15.14.0",
57-
"hadron-build": "^25.7.8",
57+
"hadron-build": "^25.7.9",
5858
"lodash": "^4.17.21",
5959
"mocha": "^10.2.0",
6060
"mongodb": "^6.14.1",

packages/compass-schema-validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"email": "[email protected]"
77
},
88
"private": true,
9-
"version": "6.50.8",
9+
"version": "6.50.9",
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/mongodb-js/compass.git"

packages/compass-smoke-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"email": "[email protected]"
1212
},
1313
"homepage": "https://github.com/mongodb-js/compass",
14-
"version": "1.1.8",
14+
"version": "1.1.9",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/mongodb-js/compass.git"
@@ -35,10 +35,10 @@
3535
"@mongodb-js/prettier-config-compass": "^1.2.8",
3636
"@mongodb-js/tsconfig-compass": "^1.2.8",
3737
"@types/node": "^20",
38-
"compass-e2e-tests": "^1.29.8",
38+
"compass-e2e-tests": "^1.29.9",
3939
"depcheck": "^1.4.1",
4040
"debug": "^4.3.4",
41-
"hadron-build": "^25.7.8",
41+
"hadron-build": "^25.7.9",
4242
"lodash": "^4.17.21",
4343
"typescript": "^5.0.4",
4444
"yargs": "^17.7.2"

packages/compass-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"email": "[email protected]"
1515
},
1616
"homepage": "https://github.com/mongodb-js/compass",
17-
"version": "0.14.8",
17+
"version": "0.14.9",
1818
"repository": {
1919
"type": "git",
2020
"url": "https://github.com/mongodb-js/compass.git"
@@ -80,7 +80,7 @@
8080
"@mongodb-js/compass-logging": "^1.6.8",
8181
"@mongodb-js/compass-query-bar": "^8.51.8",
8282
"@mongodb-js/compass-schema": "^6.51.8",
83-
"@mongodb-js/compass-schema-validation": "^6.50.8",
83+
"@mongodb-js/compass-schema-validation": "^6.50.9",
8484
"@mongodb-js/compass-sidebar": "^5.50.8",
8585
"@mongodb-js/compass-telemetry": "^1.4.8",
8686
"@mongodb-js/compass-welcome": "^0.48.8",

packages/compass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"@mongodb-js/compass-query-bar": "^8.51.8",
215215
"@mongodb-js/compass-saved-aggregations-queries": "^1.50.8",
216216
"@mongodb-js/compass-schema": "^6.51.8",
217-
"@mongodb-js/compass-schema-validation": "^6.50.8",
217+
"@mongodb-js/compass-schema-validation": "^6.50.9",
218218
"@mongodb-js/compass-serverstats": "^16.49.8",
219219
"@mongodb-js/compass-settings": "^0.48.8",
220220
"@mongodb-js/compass-shell": "^3.49.8",
@@ -257,7 +257,7 @@
257257
"make-fetch-happen": "^10.2.1",
258258
"marky": "^1.2.1",
259259
"hadron-app-registry": "^9.4.8",
260-
"hadron-build": "^25.7.8",
260+
"hadron-build": "^25.7.9",
261261
"hadron-ipc": "^3.4.8",
262262
"minimatch": "^10.0.1",
263263
"mongodb": "^6.14.1",

packages/hadron-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hadron-build",
33
"description": "Tooling for Hadron apps like Compass",
4-
"version": "25.7.8",
4+
"version": "25.7.9",
55
"scripts": {
66
"check": "npm run lint && npm run depcheck",
77
"test": "mocha -R spec",

0 commit comments

Comments
 (0)