Skip to content

Commit a7e32f5

Browse files
chore(release): bump package versions
1 parent d8c7fb7 commit a7e32f5

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 11 additions & 11 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.38.0",
3+
"version": "1.38.1",
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.185",
5555
"glob": "^10.2.5",
5656
"globals": "^15.14.0",
57-
"hadron-build": "^25.8.6",
57+
"hadron-build": "^25.8.7",
5858
"lodash": "^4.17.21",
5959
"mocha": "^10.2.0",
6060
"mongodb": "^6.17.0",

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.26",
14+
"version": "1.1.27",
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.9",
3737
"@types/node": "^20",
38-
"compass-e2e-tests": "^1.38.0",
38+
"compass-e2e-tests": "^1.38.1",
3939
"depcheck": "^1.4.1",
4040
"debug": "^4.3.4",
41-
"hadron-build": "^25.8.6",
41+
"hadron-build": "^25.8.7",
4242
"lodash": "^4.17.21",
4343
"typescript": "^5.8.3",
4444
"yargs": "^17.7.2"

packages/compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
"electron-mocha": "^12.2.0",
258258
"ensure-error": "^3.0.1",
259259
"glob": "^10.2.5",
260-
"hadron-build": "^25.8.6",
260+
"hadron-build": "^25.8.7",
261261
"hadron-ipc": "^3.5.6",
262262
"make-fetch-happen": "^10.2.1",
263263
"minimatch": "^10.0.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.8.6",
4+
"version": "25.8.7",
55
"scripts": {
66
"check": "npm run lint && npm run depcheck",
77
"test": "mocha -R spec",

0 commit comments

Comments
 (0)