Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robatwilliams committed May 5, 2023
1 parent 659e9da commit 68abfb6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.2.1"
"version": "3.0.0"
}
2 changes: 1 addition & 1 deletion packages/check-es-compat/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/check-es-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-es-compat",
"version": "2.2.1",
"version": "3.0.0",
"description": "CLI tool for checking JavaScript code compatibility with target browsers and Node.js versions",
"keywords": [
"browser",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"eslint": "^8.6.0",
"eslint-plugin-ecmascript-compat": "^2.2.0"
"eslint-plugin-ecmascript-compat": "^3.0.0"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/eslint-plugin-ecmascript-compat-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint-plugin-ecmascript-compat": "^2.2.0"
"eslint-plugin-ecmascript-compat": "^3.0.0"
},
"version": "2.2.0"
"version": "3.0.0"
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-ecmascript-compat/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/eslint-plugin-ecmascript-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-ecmascript-compat",
"version": "2.2.0",
"version": "3.0.0",
"description": "ESLint plugin for checking JavaScript code compatibility with target browsers and Node.js versions",
"keywords": [
"browser",
Expand Down

0 comments on commit 68abfb6

Please sign in to comment.