Skip to content

Commit

Permalink
v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondYuan committed Dec 2, 2019
1 parent 8be4eac commit bd22e6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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": "7.0.0"
"version": "7.0.1"
}
4 changes: 2 additions & 2 deletions packages/eslint-config-react-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@diamondyuan/eslint-config-react-typescript",
"version": "7.0.0",
"version": "7.0.1",
"main": "index.js",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@diamondyuan/eslint-config-react": "^7.0.0",
"@diamondyuan/eslint-config-typescript": "^7.0.0"
"@diamondyuan/eslint-config-typescript": "^7.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@diamondyuan/eslint-config-typescript",
"version": "7.0.0",
"version": "7.0.1",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit bd22e6d

Please sign in to comment.