Skip to content

Commit

Permalink
chore(release): v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natterstefan-bot committed Aug 15, 2022
1 parent a25d70e commit 722dfd3
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions examples/example-js-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-js-react",
"private": true,
"version": "3.1.0",
"version": "3.2.0",
"description": "Example code for eslint-config-ns",
"engines": {
"node": "^14.17 || ^16.x"
Expand All @@ -19,6 +19,6 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"eslint-config-ns": "^3.1.0"
"eslint-config-ns": "^3.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/example-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-js",
"private": true,
"version": "3.1.0",
"version": "3.2.0",
"description": "Example code for eslint-config-ns",
"engines": {
"node": "^14.17 || ^16.x"
Expand All @@ -14,6 +14,6 @@
"author": "Stefan Natter",
"license": "MIT",
"devDependencies": {
"eslint-config-ns-base": "^3.1.0"
"eslint-config-ns-base": "^3.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/example-ts-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-ts-react",
"private": true,
"version": "3.1.0",
"version": "3.2.0",
"description": "Example code for eslint-config-ns-ts",
"engines": {
"node": "^14.17 || ^16.x"
Expand All @@ -22,7 +22,7 @@
"@types/jest": "^28.1.6",
"@types/react": "^17.0.48",
"@types/react-dom": "^17.0.17",
"eslint-config-ns-ts": "^3.1.0",
"eslint-config-ns-ts": "^3.2.0",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/example-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-ts",
"private": true,
"version": "3.1.0",
"version": "3.2.0",
"description": "Example code for eslint-config-ns",
"engines": {
"node": "^14.17 || ^16.x"
Expand All @@ -14,7 +14,7 @@
"author": "Stefan Natter",
"license": "MIT",
"devDependencies": {
"eslint-config-ns-ts-base": "^3.1.0",
"eslint-config-ns-ts-base": "^3.2.0",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"**/__tests__/**"
],
"useWorkspaces": true,
"version": "3.1.0"
"version": "3.2.0"
}
2 changes: 1 addition & 1 deletion packages/eslint-config-ns-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-ns-base",
"version": "3.1.0",
"version": "3.2.0",
"description": "eslint config ready to be used in multiple projects",
"author": "Stefan Natter",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-ns-ts-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-ns-ts-base",
"version": "3.1.0",
"version": "3.2.0",
"description": "eslint typescript config ready to be used in multiple projects",
"author": "Stefan Natter",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@rushstack/eslint-patch": "^1.1.4",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint-config-ns-base": "^3.0.0",
"eslint-config-ns-base": "^3.2.0",
"eslint-import-resolver-typescript": "^3.4.1",
"typescript": "^4.7.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-ns-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-ns-ts",
"version": "3.1.0",
"version": "3.2.0",
"description": "eslint typescript config ready to be used in multiple projects",
"author": "Stefan Natter",
"license": "MIT",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@rushstack/eslint-patch": "^1.1.4",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint-config-ns-ts-base": "^3.0.0",
"eslint-config-ns": "^3.0.0",
"eslint-config-ns": "^3.2.0",
"eslint-config-ns-ts-base": "^3.2.0",
"typescript": "^4.7.4"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-ns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-ns",
"version": "3.1.0",
"version": "3.2.0",
"description": "eslint config ready to be used in multiple projects",
"author": "Stefan Natter",
"license": "MIT",
Expand Down Expand Up @@ -44,10 +44,10 @@
"@babel/preset-react": "^7.18.6",
"@rushstack/eslint-patch": "^1.1.4",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-ns-base": "^3.0.0",
"eslint-config-ns-base": "^3.2.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "^7.30.1"
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0"
},
"peerDependencies": {
"eslint": "^8.22.0",
Expand Down

0 comments on commit 722dfd3

Please sign in to comment.