Skip to content

Commit 09046c2

Browse files
chore(release): bump package versions
1 parent 55081dc commit 09046c2

71 files changed

Lines changed: 1442 additions & 1442 deletions

File tree

Some content is hidden

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

configs/eslint-config-compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/eslint-config-compass",
3-
"version": "1.4.24",
3+
"version": "1.4.25",
44
"description": "Shared Compass eslint configuration",
55
"license": "SSPL",
66
"main": "index.js",

configs/testing-library-compass/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"email": "compass@mongodb.com"
1212
},
1313
"homepage": "https://github.com/mongodb-js/compass",
14-
"version": "1.5.8",
14+
"version": "1.6.0",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/mongodb-js/compass.git"
@@ -45,10 +45,10 @@
4545
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
4646
},
4747
"devDependencies": {
48-
"@mongodb-js/eslint-config-compass": "^1.4.24",
48+
"@mongodb-js/eslint-config-compass": "^1.4.25",
4949
"@mongodb-js/mocha-config-compass": "^1.8.0",
5050
"@mongodb-js/prettier-config-compass": "^1.2.9",
51-
"@mongodb-js/tsconfig-compass": "^1.3.0",
51+
"@mongodb-js/tsconfig-compass": "^1.3.1",
5252
"@types/chai": "^4.2.21",
5353
"@types/mocha": "^9.0.0",
5454
"@types/sinon-chai": "^3.2.5",

configs/tsconfig-compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/tsconfig-compass",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Shared Compass Typescript configuration",
55
"license": "SSPL",
66
"files": [

configs/webpack-config-compass/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"email": "compass@mongodb.com"
1212
},
1313
"homepage": "https://github.com/mongodb-js/compass",
14-
"version": "1.14.1",
14+
"version": "1.14.2",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/mongodb-js/compass.git"
@@ -44,9 +44,9 @@
4444
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
4545
},
4646
"devDependencies": {
47-
"@mongodb-js/eslint-config-compass": "^1.4.24",
47+
"@mongodb-js/eslint-config-compass": "^1.4.25",
4848
"@mongodb-js/prettier-config-compass": "^1.2.9",
49-
"@mongodb-js/tsconfig-compass": "^1.3.0",
49+
"@mongodb-js/tsconfig-compass": "^1.3.1",
5050
"@types/cli-progress": "^3.9.2",
5151
"@types/html-webpack-plugin": "^3.2.9",
5252
"@types/webpack-bundle-analyzer": "^4.7.0",

0 commit comments

Comments
 (0)