Skip to content

Commit b205209

Browse files
committed
v3.2.1
1 parent 03e9c51 commit b205209

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/eslint-config-wantedly-typescript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-wantedly-typescript",
33
"description": "ESLint configuration for Wantedly with TypeScript",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"author": "Yuki Yamada <yamada@wantedly.com>",
66
"dependencies": {
77
"@typescript-eslint/eslint-plugin": "^6.13.1",
@@ -13,8 +13,8 @@
1313
"eslint-plugin-jsx-a11y": "^6.5.1",
1414
"eslint-plugin-react": "^7.28.0",
1515
"eslint-plugin-react-hooks": "^4.3.0",
16-
"eslint-plugin-use-macros": "^3.2.0",
17-
"eslint-plugin-wantedly": "^3.2.0"
16+
"eslint-plugin-use-macros": "^3.2.1",
17+
"eslint-plugin-wantedly": "^3.2.1"
1818
},
1919
"peerDependencies": {
2020
"typescript": ">=3.3.1 <5.0.0"

packages/eslint-config-wantedly/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-wantedly",
33
"description": "ESLint configuration for Wantedly",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"author": "Yuki Yamada <yamada@wantedly.com>",
66
"dependencies": {
77
"babel-eslint": "^10.1.0",
@@ -13,7 +13,7 @@
1313
"eslint-plugin-jsx-a11y": "^6.5.1",
1414
"eslint-plugin-react": "^7.28.0",
1515
"eslint-plugin-react-hooks": "^4.3.0",
16-
"eslint-plugin-use-macros": "^3.2.0"
16+
"eslint-plugin-use-macros": "^3.2.1"
1717
},
1818
"homepage": "https://github.com/wantedly/frolint",
1919
"keywords": [

packages/eslint-plugin-use-macros/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-use-macros",
33
"description": "ESLint rules for libraries which supports the babel-macros",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"author": "Yuki Yamada <yamada@wantedly.com>",
66
"homepage": "https://github.com/wantedly/frolint",
77
"keywords": [

packages/eslint-plugin-wantedly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-wantedly",
33
"description": "Opinionated ESLint plugin for Wantedly",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"author": "Yuki Yamada <yamada@wantedly.com>",
66
"homepage": "https://github.com/wantedly/frolint",
77
"keywords": [

packages/frolint/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frolint",
33
"description": "git commit hook linter",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"author": "Yuki Yamada <yamada@wantedly.com>",
66
"bin": "index.js",
77
"dependencies": {
@@ -11,10 +11,10 @@
1111
"cosmiconfig": "^7.0.0",
1212
"debug": "^4.3.2",
1313
"eslint": "^8.54.0",
14-
"eslint-config-wantedly": "^3.2.0",
15-
"eslint-config-wantedly-typescript": "^3.2.0",
14+
"eslint-config-wantedly": "^3.2.1",
15+
"eslint-config-wantedly-typescript": "^3.2.1",
1616
"prettier": "^2.4.1",
17-
"prettier-config-wantedly": "^3.0.0",
17+
"prettier-config-wantedly": "^3.2.1",
1818
"resolve": "^1.20.0"
1919
},
2020
"homepage": "https://github.com/wantedly/frolint",

packages/prettier-config-wantedly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-config-wantedly",
3-
"version": "3.0.0",
3+
"version": "3.2.1",
44
"description": "Prettier configuration for Wantedly",
55
"keywords": [
66
"prettier"

0 commit comments

Comments
 (0)