Skip to content

Commit f38ed02

Browse files
chore(release): bump packages for auxiliary release (#2457)
Co-authored-by: lerouxb <[email protected]>
1 parent 12c8d35 commit f38ed02

File tree

14 files changed

+72
-72
lines changed

14 files changed

+72
-72
lines changed

package-lock.json

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

packages/arg-parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/arg-parser",
3-
"version": "3.10.2",
3+
"version": "3.10.3",
44
"description": "MongoDB Shell CLI Argument List Parser Package",
55
"main": "./lib/index.js",
66
"repository": {
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@mongosh/errors": "2.4.0",
39-
"@mongosh/i18n": "^2.13.0",
39+
"@mongosh/i18n": "^2.13.1",
4040
"mongodb-connection-string-url": "^3.0.1"
4141
},
4242
"devDependencies": {

packages/autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/autocomplete",
3-
"version": "3.10.3",
3+
"version": "3.11.0",
44
"description": "MongoDB Shell Autocomplete Package",
55
"homepage": "https://github.com/mongodb-js/mongosh",
66
"license": "Apache-2.0",
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@mongodb-js/mongodb-constants": "^0.10.1",
47-
"@mongosh/shell-api": "^3.10.3",
47+
"@mongosh/shell-api": "^3.11.0",
4848
"semver": "^7.5.4"
4949
}
5050
}

packages/browser-repl/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-repl",
3-
"version": "3.10.3",
3+
"version": "3.11.0",
44
"description": "Browser presentation component for Mongo Shell",
55
"engines": {
66
"node": ">=14.15.1"
@@ -57,11 +57,11 @@
5757
]
5858
},
5959
"dependencies": {
60-
"@mongosh/browser-runtime-core": "^3.10.3",
60+
"@mongosh/browser-runtime-core": "^3.11.0",
6161
"@mongosh/errors": "2.4.0",
6262
"@mongosh/history": "2.4.6",
63-
"@mongosh/i18n": "^2.13.0",
64-
"@mongosh/node-runtime-worker-thread": "3.3.8",
63+
"@mongosh/i18n": "^2.13.1",
64+
"@mongosh/node-runtime-worker-thread": "3.3.9",
6565
"@mongosh/service-provider-core": "3.3.3",
6666
"numeral": "^2.0.6",
6767
"text-table": "^0.2.0"

packages/browser-runtime-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-runtime-core",
3-
"version": "3.10.3",
3+
"version": "3.11.0",
44
"description": "Mongosh browser runtime core",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -49,9 +49,9 @@
4949
"rimraf": "^3.0.2"
5050
},
5151
"dependencies": {
52-
"@mongosh/autocomplete": "^3.10.3",
52+
"@mongosh/autocomplete": "^3.11.0",
5353
"@mongosh/service-provider-core": "3.3.3",
54-
"@mongosh/shell-api": "^3.10.3",
55-
"@mongosh/shell-evaluator": "^3.10.3"
54+
"@mongosh/shell-api": "^3.11.0",
55+
"@mongosh/shell-evaluator": "^3.11.0"
5656
}
5757
}

packages/browser-runtime-electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-runtime-electron",
3-
"version": "3.10.3",
3+
"version": "3.11.0",
44
"description": "Mongosh browser runtime electron",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -50,7 +50,7 @@
5050
"rimraf": "^3.0.2"
5151
},
5252
"dependencies": {
53-
"@mongosh/browser-runtime-core": "^3.10.3",
53+
"@mongosh/browser-runtime-core": "^3.11.0",
5454
"@mongosh/service-provider-core": "3.3.3",
5555
"@mongosh/types": "3.6.2"
5656
}

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/build",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"private": true,
55
"description": "MongoDB Shell Build Tools",
66
"main": "lib/index.js",

packages/cli-repl/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,19 @@
6363
},
6464
"dependencies": {
6565
"@mongodb-js/devtools-proxy-support": "^0.4.2",
66-
"@mongosh/arg-parser": "^3.10.2",
67-
"@mongosh/autocomplete": "^3.10.3",
68-
"@mongosh/editor": "^3.10.3",
66+
"@mongosh/arg-parser": "^3.10.3",
67+
"@mongosh/autocomplete": "^3.11.0",
68+
"@mongosh/editor": "^3.11.0",
6969
"@mongosh/errors": "2.4.0",
7070
"@mongosh/history": "2.4.6",
71-
"@mongosh/i18n": "^2.13.0",
71+
"@mongosh/i18n": "^2.13.1",
7272
"@mongosh/js-multiline-to-singleline": "2.4.8",
7373
"@mongosh/logging": "3.7.2",
7474
"@mongosh/service-provider-core": "3.3.3",
7575
"@mongosh/service-provider-node-driver": "3.8.3",
76-
"@mongosh/shell-api": "^3.10.3",
77-
"@mongosh/shell-evaluator": "^3.10.3",
78-
"@mongosh/snippet-manager": "^3.10.3",
76+
"@mongosh/shell-api": "^3.11.0",
77+
"@mongosh/shell-evaluator": "^3.11.0",
78+
"@mongosh/snippet-manager": "^3.11.0",
7979
"@mongosh/types": "3.6.2",
8080
"@segment/analytics-node": "^1.3.0",
8181
"ansi-escape-sequences": "^5.1.2",

packages/editor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/editor",
3-
"version": "3.10.3",
3+
"version": "3.11.0",
44
"description": "MongoDB Shell External Editor",
55
"main": "./lib/index.js",
66
"repository": {
@@ -37,8 +37,8 @@
3737
"dependencies": {
3838
"@mongosh/js-multiline-to-singleline": "2.4.8",
3939
"@mongosh/service-provider-core": "3.3.3",
40-
"@mongosh/shell-api": "^3.10.3",
41-
"@mongosh/shell-evaluator": "^3.10.3",
40+
"@mongosh/shell-api": "^3.11.0",
41+
"@mongosh/shell-evaluator": "^3.11.0",
4242
"@mongosh/types": "3.6.2",
4343
"js-beautify": "^1.15.1"
4444
},

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/i18n",
3-
"version": "2.13.0",
3+
"version": "2.13.1",
44
"description": "MongoDB Shell i18n Project",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/node-runtime-worker-thread/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/node-runtime-worker-thread",
3-
"version": "3.3.8",
3+
"version": "3.3.9",
44
"description": "MongoDB shell runtime that lives in a worker thread",
55
"homepage": "https://github.com/mongodb-js/mongosh",
66
"license": "Apache-2.0",
@@ -40,8 +40,8 @@
4040
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4141
"@mongodb-js/sbom-tools": "^0.7.2",
4242
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
43-
"@mongosh/browser-runtime-core": "^3.10.3",
44-
"@mongosh/browser-runtime-electron": "^3.10.3",
43+
"@mongosh/browser-runtime-core": "^3.11.0",
44+
"@mongosh/browser-runtime-electron": "^3.11.0",
4545
"@mongosh/service-provider-core": "3.3.3",
4646
"@mongosh/service-provider-node-driver": "3.8.3",
4747
"@mongosh/types": "3.6.2",

0 commit comments

Comments
 (0)