Skip to content

Commit

Permalink
bump version (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Kangrui Ye <[email protected]>

Signed-off-by: Kangrui Ye <[email protected]>
  • Loading branch information
strawberry-choco authored Oct 10, 2022
1 parent dbc985f commit 8722d13
Show file tree
Hide file tree
Showing 4 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
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.3.0",
"version": "0.4.0",
"npmClient": "npm",
"useWorkspaces": true
}
10 changes: 5 additions & 5 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflight/eslint-plugin",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"volta": {
"node": "16.13.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflight/eslint-plugin-angular",
"version": "0.3.0",
"version": "0.4.0",
"description": "Cloudflight eslint-plugin & eslint-config for angular",
"volta": {
"extends": "../../package.json"
Expand Down Expand Up @@ -31,7 +31,7 @@
"@angular-eslint/template-parser": "14.0.3"
},
"peerDependencies": {
"@cloudflight/eslint-plugin-typescript": ">=0.3.0",
"@cloudflight/eslint-plugin-typescript": ">=0.4.0",
"eslint": ">=8.0.0 <9.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 8722d13

Please sign in to comment.