Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondYuan committed Nov 27, 2020
1 parent e697058 commit e588557
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": ["packages/*"],
"version": "7.0.1",
"packages": [
"packages/*"
],
"version": "7.0.2",
"command": {
"publish": {
"message": "chore(release): publish",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@diamondyuan/eslint-config-javascript",
"version": "7.0.0",
"version": "7.0.2",
"main": "index.js",
"license": "MIT",
"gitHead": "620fad610d0c9937e2bacab51543cc49915ed145",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-react-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@diamondyuan/eslint-config-react-typescript",
"version": "7.0.1",
"version": "7.0.2",
"main": "index.js",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@diamondyuan/eslint-config-react": "^7.0.0",
"@diamondyuan/eslint-config-typescript": "^7.0.1"
"@diamondyuan/eslint-config-react": "^7.0.2",
"@diamondyuan/eslint-config-typescript": "^7.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@diamondyuan/eslint-config-react",
"version": "7.0.0",
"version": "7.0.2",
"main": "index.js",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@diamondyuan/eslint-config-javascript": "^7.0.0"
"@diamondyuan/eslint-config-javascript": "^7.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@diamondyuan/eslint-config-typescript",
"version": "7.0.1",
"version": "7.0.2",
"main": "index.js",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@diamondyuan/eslint-config-javascript": "^7.0.0"
"@diamondyuan/eslint-config-javascript": "^7.0.2"
}
}
10 changes: 5 additions & 5 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@diamondyuan/eslint",
"version": "7.0.1",
"version": "7.0.2",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@diamondyuan/eslint-config-javascript": "^7.0.0",
"@diamondyuan/eslint-config-react": "^7.0.0",
"@diamondyuan/eslint-config-react-typescript": "^7.0.1",
"@diamondyuan/eslint-config-typescript": "^7.0.1",
"@diamondyuan/eslint-config-javascript": "^7.0.2",
"@diamondyuan/eslint-config-react": "^7.0.2",
"@diamondyuan/eslint-config-react-typescript": "^7.0.2",
"@diamondyuan/eslint-config-typescript": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"babel-eslint": "^10.1.0",
Expand Down

0 comments on commit e588557

Please sign in to comment.