Skip to content

Commit a19f408

Browse files
committed
set all to 2.3.7
1 parent 193aa09 commit a19f408

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

package-lock.json

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

packages/cli-repl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/cli-repl",
3-
"version": "0.0.0-dev.0",
3+
"version": "2.3.7",
44
"description": "MongoDB Shell CLI REPL Package",
55
"homepage": "https://github.com/mongodb-js/mongosh",
66
"author": "Compass Team <[email protected]>",

packages/connectivity-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci"
1212
},
1313
"devDependencies": {
14-
"mongosh": "0.0.0-dev.0"
14+
"mongosh": "2.3.7"
1515
},
1616
"mongosh": {
1717
"unitTestsOnly": true,

packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"node": ">=16.15.0"
2828
},
2929
"dependencies": {
30-
"@mongosh/cli-repl": "0.0.0-dev.0",
30+
"@mongosh/cli-repl": "2.3.7",
3131
"@mongosh/service-provider-core": "2.3.7",
3232
"@mongodb-js/oidc-plugin": "^1.1.5",
3333
"strip-ansi": "^6.0.0"

packages/mongosh/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongosh",
3-
"version": "0.0.0-dev.0",
3+
"version": "2.3.7",
44
"description": "MongoDB Shell CLI REPL",
55
"keywords": [
66
"mongosh",
@@ -39,6 +39,6 @@
3939
"variants": []
4040
},
4141
"dependencies": {
42-
"@mongosh/cli-repl": "0.0.0-dev.0"
42+
"@mongosh/cli-repl": "2.3.7"
4343
}
4444
}

0 commit comments

Comments
 (0)