Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robatwilliams committed Jan 14, 2022
1 parent b80f561 commit bc2125d
Show file tree
Hide file tree
Showing 7 changed files with 11 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": "1.1.1"
"version": "2.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": "1.1.1",
"version": "2.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": "^1.1.1"
"eslint-plugin-ecmascript-compat": "^2.0.0"
},
"engines": {
"node": ">=14.8.0"
Expand Down

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

5 changes: 3 additions & 2 deletions packages/eslint-plugin-ecmascript-compat-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint-plugin-ecmascript-compat": ">=1.0.0-beta"
}
"eslint-plugin-ecmascript-compat": "^2.0.0"
},
"version": "2.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": "1.1.1",
"version": "2.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 bc2125d

Please sign in to comment.