Skip to content

Commit 02c43a2

Browse files
committed
v2.8.0
1 parent d731271 commit 02c43a2

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": "2.7.1",
3+
"version": "2.8.0",
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": "2.7.1",
4+
"version": "2.8.0",
55
"author": "Yuki Yamada <yamada@wantedly.com>",
66
"dependencies": {
77
"@typescript-eslint/eslint-plugin": "^4.31.1",
@@ -14,8 +14,8 @@
1414
"eslint-plugin-prettier": "^3.4.0",
1515
"eslint-plugin-react": "^7.24.0",
1616
"eslint-plugin-react-hooks": "^4.2.0",
17-
"eslint-plugin-use-macros": "^2.7.1",
18-
"eslint-plugin-wantedly": "^2.7.1"
17+
"eslint-plugin-use-macros": "^2.8.0",
18+
"eslint-plugin-wantedly": "^2.8.0"
1919
},
2020
"peerDependencies": {
2121
"typescript": ">=3.3.1 <4.5.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": "2.7.1",
4+
"version": "2.8.0",
55
"author": "Yuki Yamada <yamada@wantedly.com>",
66
"dependencies": {
77
"babel-eslint": "^10.1.0",
@@ -14,7 +14,7 @@
1414
"eslint-plugin-prettier": "^3.4.0",
1515
"eslint-plugin-react": "^7.24.0",
1616
"eslint-plugin-react-hooks": "^4.2.0",
17-
"eslint-plugin-use-macros": "^2.7.1"
17+
"eslint-plugin-use-macros": "^2.8.0"
1818
},
1919
"homepage": "https://github.com/wantedly/frolint",
2020
"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": "2.7.1",
4+
"version": "2.8.0",
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": "2.7.1",
4+
"version": "2.8.0",
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": "2.7.1",
4+
"version": "2.8.0",
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.1",
1313
"eslint": "^7.28.0",
14-
"eslint-config-wantedly": "^2.7.1",
15-
"eslint-config-wantedly-typescript": "^2.7.1",
14+
"eslint-config-wantedly": "^2.8.0",
15+
"eslint-config-wantedly-typescript": "^2.8.0",
1616
"prettier": "^2.3.1",
17-
"prettier-config-wantedly": "^2.7.1",
17+
"prettier-config-wantedly": "^2.8.0",
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": "2.7.1",
3+
"version": "2.8.0",
44
"description": "Prettier configuration for Wantedly",
55
"keywords": [
66
"prettier"

0 commit comments

Comments
 (0)