Skip to content

Commit f46948c

Browse files
committed
chore(release): Bump package versions
- [email protected] - [email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - [email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - @mongodb-js/[email protected] - [email protected] - [email protected] - [email protected] - @mongodb-js/[email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
1 parent fa670d5 commit f46948c

File tree

45 files changed

+773
-773
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+773
-773
lines changed

package-lock.json

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

packages/bson-transpilers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bson-transpilers",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"apiVersion": "0.0.1",
55
"productName": "BSON Transpilers",
66
"description": "Source to source compilers using ANTLR",

packages/collection-model/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mongodb-collection-model",
33
"description": "MongoDB collection model.",
44
"author": "Lucas Hrabovsky <[email protected]>",
5-
"version": "4.7.2",
5+
"version": "4.7.3",
66
"bugs": "https://github.com/mongodb-js/mongodb-collection-model/issues",
77
"homepage": "https://github.com/mongodb-js/mongodb-collection-model",
88
"repository": "git://github.com/mongodb-js/mongodb-collection-model.git",
@@ -40,7 +40,7 @@
4040
"eslint": "^7.25.0",
4141
"eslint-config-mongodb-js": "^5.0.3",
4242
"mocha": "^7.0.0",
43-
"mongodb-data-service": "^21.5.2",
43+
"mongodb-data-service": "^21.5.3",
4444
"raf": "^3.4.1",
4545
"xvfb-maybe": "^0.2.1"
4646
}

packages/compass-aggregations/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mongodb-js/compass-aggregations",
33
"productName": "Aggregations plugin",
4-
"version": "8.8.2",
4+
"version": "8.8.3",
55
"apiVersion": "3.0.0",
66
"description": "Compass Aggregation Pipeline Builder",
77
"main": "lib/index.js",
@@ -57,15 +57,15 @@
5757
"@babel/preset-react": "^7.13.13",
5858
"@babel/register": "^7.13.16",
5959
"@hot-loader/react-dom": "^16.8.4",
60-
"@mongodb-js/compass-crud": "^12.8.2",
61-
"@mongodb-js/compass-export-to-language": "^7.7.2",
62-
"@mongodb-js/compass-field-store": "^7.7.2",
60+
"@mongodb-js/compass-crud": "^12.8.3",
61+
"@mongodb-js/compass-export-to-language": "^7.7.3",
62+
"@mongodb-js/compass-field-store": "^7.7.3",
6363
"async": "^1.5.2",
6464
"autoprefixer": "^9.4.10",
6565
"babel-loader": "^8.2.2",
6666
"bootstrap": "https://github.com/twbs/bootstrap/archive/v3.3.5.tar.gz",
6767
"brace": "^0.11.1",
68-
"bson-transpilers": "^1.1.0",
68+
"bson-transpilers": "^1.1.1",
6969
"chai": "^4.2.0",
7070
"chai-as-promised": "^7.1.1",
7171
"chai-enzyme": "1.0.0-beta.1",
@@ -85,10 +85,10 @@
8585
"extract-text-webpack-plugin": "^4.0.0-beta.0",
8686
"file-loader": "^5.1.0",
8787
"font-awesome": "^4.7.0",
88-
"hadron-app": "^4.7.2",
88+
"hadron-app": "^4.7.3",
8989
"hadron-app-registry": "^8.3.0",
90-
"hadron-document": "^7.4.0",
91-
"hadron-react-bson": "^5.4.0",
90+
"hadron-document": "^7.4.1",
91+
"hadron-react-bson": "^5.4.1",
9292
"hadron-react-buttons": "^5.3.0",
9393
"hadron-react-components": "^5.4.0",
9494
"html-webpack-plugin": "^3.2.0",
@@ -113,8 +113,8 @@
113113
"mongodb-ace-autocompleter": "^0.6.0",
114114
"mongodb-ace-mode": "^1.2.0",
115115
"mongodb-ace-theme": "^1.2.0",
116-
"mongodb-connection-model": "^21.5.2",
117-
"mongodb-data-service": "^21.5.2",
116+
"mongodb-connection-model": "^21.5.3",
117+
"mongodb-data-service": "^21.5.3",
118118
"mongodb-js-metrics": "^7.3.1",
119119
"mongodb-query-parser": "^2.3.0",
120120
"mongodb-reflux-store": "^0.0.1",

packages/compass-app-stores/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mongodb-js/compass-app-stores",
33
"productName": "App Stores plugin",
4-
"version": "5.7.2",
4+
"version": "5.7.3",
55
"apiVersion": "3.0.0",
66
"description": "The external stores repo for compass",
77
"main": "lib/index.js",
@@ -64,9 +64,9 @@
6464
"extract-text-webpack-plugin": "^4.0.0-beta.0",
6565
"file-loader": "^5.1.0",
6666
"font-awesome": "^4.7.0",
67-
"hadron-app": "^4.7.2",
67+
"hadron-app": "^4.7.3",
6868
"hadron-app-registry": "^8.3.0",
69-
"hadron-react-bson": "^5.4.0",
69+
"hadron-react-bson": "^5.4.1",
7070
"hadron-react-components": "^5.4.0",
7171
"html-webpack-plugin": "^3.2.0",
7272
"ignore-loader": "^0.1.2",
@@ -89,11 +89,11 @@
8989
"lodash.result": "^4.5.2",
9090
"mocha": "^5.0.0",
9191
"mocha-webpack": "^2.0.0-beta.0",
92-
"mongodb-collection-model": "^4.7.2",
93-
"mongodb-connection-model": "^21.5.2",
94-
"mongodb-data-service": "^21.5.2",
92+
"mongodb-collection-model": "^4.7.3",
93+
"mongodb-connection-model": "^21.5.3",
94+
"mongodb-data-service": "^21.5.3",
9595
"mongodb-database-model": "^1.2.0",
96-
"mongodb-instance-model": "^11.7.2",
96+
"mongodb-instance-model": "^11.7.3",
9797
"mongodb-js-metrics": "^7.3.1",
9898
"mongodb-reflux-store": "^0.0.1",
9999
"node-loader": "^0.6.0",

packages/compass-auto-updates/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mongodb-js/compass-auto-updates",
33
"productName": "Compass Auto Updates plugin",
4-
"version": "3.7.2",
4+
"version": "3.7.3",
55
"apiVersion": "3.0.0",
66
"description": "Compass Auto Updates Plugin",
77
"main": "lib/index.js",
@@ -57,7 +57,7 @@
5757
"extract-text-webpack-plugin": "^4.0.0-beta.0",
5858
"file-loader": "^5.1.0",
5959
"font-awesome": "^4.7.0",
60-
"hadron-app": "^4.7.2",
60+
"hadron-app": "^4.7.3",
6161
"hadron-app-registry": "^8.3.0",
6262
"hadron-ipc": "^2.3.0",
6363
"hadron-react-buttons": "^5.3.0",
@@ -79,7 +79,7 @@
7979
"less-loader": "^5.0.0",
8080
"mocha": "^4.1.0",
8181
"mocha-webpack": "^2.0.0-beta.0",
82-
"mongodb-data-service": "^21.5.2",
82+
"mongodb-data-service": "^21.5.3",
8383
"mongodb-reflux-store": "^0.0.1",
8484
"node-loader": "^0.6.0",
8585
"nyc": "^11.0.3",

packages/compass-collection-stats/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mongodb-js/compass-collection-stats",
33
"productName": "Collection Stats",
4-
"version": "6.7.2",
4+
"version": "6.7.3",
55
"apiVersion": "3.0.0",
66
"description": "Compass Collection Stats Plugin",
77
"main": "lib/index.js",
@@ -68,9 +68,9 @@
6868
"extract-text-webpack-plugin": "^4.0.0-beta.0",
6969
"file-loader": "^5.1.0",
7070
"font-awesome": "^4.7.0",
71-
"hadron-app": "^4.7.2",
71+
"hadron-app": "^4.7.3",
7272
"hadron-app-registry": "^8.3.0",
73-
"hadron-react-bson": "^5.4.0",
73+
"hadron-react-bson": "^5.4.1",
7474
"hadron-react-components": "^5.4.0",
7575
"html-webpack-plugin": "^3.2.0",
7676
"ignore-loader": "^0.1.2",
@@ -91,8 +91,8 @@
9191
"mocha": "^5.0.0",
9292
"mocha-webpack": "^2.0.0-beta.0",
9393
"mongodb-client-encryption": "^1.2.3",
94-
"mongodb-connection-model": "^21.5.2",
95-
"mongodb-data-service": "^21.5.2",
94+
"mongodb-connection-model": "^21.5.3",
95+
"mongodb-data-service": "^21.5.3",
9696
"mongodb-ns": "^2.2.0",
9797
"mongodb-reflux-store": "^0.0.1",
9898
"node-loader": "^0.6.0",

packages/compass-collection/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mongodb-js/compass-collection",
33
"productName": "Collection plugin",
4-
"version": "3.10.2",
4+
"version": "3.10.3",
55
"apiVersion": "3.0.0",
66
"description": "Compass Collection Plugin",
77
"main": "lib/index.js",
@@ -52,24 +52,24 @@
5252
"@babel/preset-env": "^7.14.2",
5353
"@babel/preset-react": "^7.13.13",
5454
"@babel/register": "^7.13.16",
55-
"@mongodb-js/compass-aggregations": "^8.8.2",
56-
"@mongodb-js/compass-collection-stats": "^6.7.2",
57-
"@mongodb-js/compass-crud": "^12.8.2",
58-
"@mongodb-js/compass-deployment-awareness": "^11.7.2",
59-
"@mongodb-js/compass-explain-plan": "^5.10.2",
60-
"@mongodb-js/compass-export-to-language": "^7.7.2",
61-
"@mongodb-js/compass-field-store": "^7.7.2",
62-
"@mongodb-js/compass-indexes": "^4.9.2",
63-
"@mongodb-js/compass-query-bar": "^7.7.2",
64-
"@mongodb-js/compass-query-history": "^8.7.2",
65-
"@mongodb-js/compass-schema": "^5.7.2",
66-
"@mongodb-js/compass-schema-validation": "^5.8.2",
67-
"@mongodb-js/compass-status": "^5.7.2",
55+
"@mongodb-js/compass-aggregations": "^8.8.3",
56+
"@mongodb-js/compass-collection-stats": "^6.7.3",
57+
"@mongodb-js/compass-crud": "^12.8.3",
58+
"@mongodb-js/compass-deployment-awareness": "^11.7.3",
59+
"@mongodb-js/compass-explain-plan": "^5.10.3",
60+
"@mongodb-js/compass-export-to-language": "^7.7.3",
61+
"@mongodb-js/compass-field-store": "^7.7.3",
62+
"@mongodb-js/compass-indexes": "^4.9.3",
63+
"@mongodb-js/compass-query-bar": "^7.7.3",
64+
"@mongodb-js/compass-query-history": "^8.7.3",
65+
"@mongodb-js/compass-schema": "^5.7.3",
66+
"@mongodb-js/compass-schema-validation": "^5.8.3",
67+
"@mongodb-js/compass-status": "^5.7.3",
6868
"autoprefixer": "^9.7.4",
6969
"babel-loader": "^8.2.2",
7070
"bootstrap": "https://github.com/twbs/bootstrap/archive/v3.3.5.tar.gz",
7171
"bson": "^4.4.1",
72-
"bson-transpilers": "^1.1.0",
72+
"bson-transpilers": "^1.1.1",
7373
"chai": "^4.2.0",
7474
"chai-enzyme": "1.0.0-beta.1",
7575
"classnames": "^2.2.6",
@@ -89,10 +89,10 @@
8989
"extract-text-webpack-plugin": "^4.0.0-beta.0",
9090
"file-loader": "^5.1.0",
9191
"font-awesome": "^4.7.0",
92-
"hadron-app": "^4.7.2",
92+
"hadron-app": "^4.7.3",
9393
"hadron-app-registry": "^8.3.0",
9494
"hadron-ipc": "^2.3.0",
95-
"hadron-react-bson": "^5.4.0",
95+
"hadron-react-bson": "^5.4.1",
9696
"hadron-react-buttons": "^5.3.0",
9797
"hadron-react-components": "^5.4.0",
9898
"html-webpack-plugin": "^3.2.0",
@@ -119,8 +119,8 @@
119119
"mongodb-ace-mode": "^1.2.0",
120120
"mongodb-ace-theme": "^1.2.0",
121121
"mongodb-ace-theme-query": "^1.2.0",
122-
"mongodb-connection-model": "^21.5.2",
123-
"mongodb-data-service": "^21.5.2",
122+
"mongodb-connection-model": "^21.5.3",
123+
"mongodb-data-service": "^21.5.3",
124124
"mongodb-js-metrics": "^7.3.1",
125125
"mongodb-language-model": "^2.2.0",
126126
"mongodb-ns": "^2.2.0",

packages/compass-connect/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mongodb-js/compass-connect",
33
"productName": "Compass Connect Plugin",
4-
"version": "7.7.2",
4+
"version": "7.7.3",
55
"apiVersion": "3.0.0",
66
"description": "Connection Screen Plugin that supports Compass",
77
"main": "lib/index.js",
@@ -53,7 +53,7 @@
5353
"@babel/preset-env": "^7.14.2",
5454
"@babel/preset-react": "^7.13.13",
5555
"@babel/register": "^7.13.16",
56-
"@mongodb-js/compass-status": "^5.7.2",
56+
"@mongodb-js/compass-status": "^5.7.3",
5757
"autoprefixer": "^9.4.6",
5858
"babel-loader": "^8.2.2",
5959
"bootstrap": "https://github.com/twbs/bootstrap/archive/v3.3.5.tar.gz",
@@ -74,7 +74,7 @@
7474
"eslint-plugin-react": "^7.24.0",
7575
"file-loader": "^5.1.0",
7676
"font-awesome": "^4.7.0",
77-
"hadron-app": "^4.7.2",
77+
"hadron-app": "^4.7.3",
7878
"hadron-app-registry": "^8.3.0",
7979
"hadron-ipc": "^2.3.0",
8080
"hadron-react-buttons": "^5.3.0",
@@ -101,8 +101,8 @@
101101
"mocha-webpack": "^2.0.0-beta.0",
102102
"moment": "^2.10.6",
103103
"mongodb-client-encryption": "^1.2.3",
104-
"mongodb-connection-model": "^21.5.2",
105-
"mongodb-data-service": "^21.5.2",
104+
"mongodb-connection-model": "^21.5.3",
105+
"mongodb-data-service": "^21.5.3",
106106
"mongodb-runner": "^4.8.1",
107107
"mongodb-shell-to-url": "^0.1.0",
108108
"node-loader": "^0.6.0",

packages/compass-crud/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mongodb-js/compass-crud",
33
"productName": "Compass CRUD plugin",
4-
"version": "12.8.2",
4+
"version": "12.8.3",
55
"description": "Compass Plugin for CRUD Operations",
66
"repository": "https://github.com/10gen/compass-crud",
77
"main": "lib/index.js",
@@ -52,8 +52,8 @@
5252
"@babel/preset-react": "^7.13.13",
5353
"@babel/register": "^7.13.16",
5454
"@hot-loader/react-dom": "^16.8.4",
55-
"@mongodb-js/compass-query-bar": "^7.7.2",
56-
"@mongodb-js/compass-status": "^5.7.2",
55+
"@mongodb-js/compass-query-bar": "^7.7.3",
56+
"@mongodb-js/compass-status": "^5.7.3",
5757
"autoprefixer": "^9.4.6",
5858
"babel-loader": "^8.2.2",
5959
"bootstrap": "https://github.com/twbs/bootstrap/archive/v3.3.5.tar.gz",
@@ -74,9 +74,9 @@
7474
"extract-text-webpack-plugin": "^4.0.0-beta.0",
7575
"file-loader": "^5.1.0",
7676
"font-awesome": "^4.7.0",
77-
"hadron-app": "^4.7.2",
77+
"hadron-app": "^4.7.3",
7878
"hadron-app-registry": "^8.3.0",
79-
"hadron-react-bson": "^5.4.0",
79+
"hadron-react-bson": "^5.4.1",
8080
"hadron-react-buttons": "^5.3.0",
8181
"hadron-react-components": "^5.4.0",
8282
"html-webpack-plugin": "^3.2.0",
@@ -102,8 +102,8 @@
102102
"mongodb-ace-mode": "^1.2.0",
103103
"mongodb-ace-theme-query": "^1.2.0",
104104
"mongodb-client-encryption": "^1.2.3",
105-
"mongodb-connection-model": "^21.5.2",
106-
"mongodb-data-service": "^21.5.2",
105+
"mongodb-connection-model": "^21.5.3",
106+
"mongodb-data-service": "^21.5.3",
107107
"mongodb-ns": "^2.2.0",
108108
"mongodb-query-parser": "^2.2.0",
109109
"mongodb-runner": "^4.8.0",
@@ -144,8 +144,8 @@
144144
"bson": "^4.4.1",
145145
"debug": "^4.1.1",
146146
"fast-json-parse": "^1.0.3",
147-
"hadron-document": "^7.4.0",
148-
"hadron-type-checker": "^6.3.0",
147+
"hadron-document": "^7.4.1",
148+
"hadron-type-checker": "^6.3.1",
149149
"js-beautify": "^1.10.0",
150150
"lodash": "^4.17.15",
151151
"moment": "^2.18.1",

0 commit comments

Comments
 (0)