This commit is contained in:
Anthony Fu 2020-08-12 19:56:23 +08:00
parent e53f3ec8db
commit 24e025c12d
10 changed files with 55 additions and 9 deletions

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.1](https://github.com/antfu/eslint-config/compare/v0.3.0...v0.3.1) (2020-08-12)
### Bug Fixes
* ref ([e53f3ec](https://github.com/antfu/eslint-config/commit/e53f3ec8dbc1cc3e32d57c08604b2b1d51661ca4))
# [0.3.0](https://github.com/antfu/eslint-config/compare/v0.2.14...v0.3.0) (2020-08-12)

View File

@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.3.0"
"version": "0.3.1"
}

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.1](https://github.com/antfu/eslint-config/compare/v0.3.0...v0.3.1) (2020-08-12)
**Note:** Version bump only for package @antfu/eslint-config
# [0.3.0](https://github.com/antfu/eslint-config/compare/v0.2.14...v0.3.0) (2020-08-12)

View File

@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"main": "index.js",
"keywords": [],
@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-react": "^0.3.0",
"@antfu/eslint-config-vue": "^0.3.0"
"@antfu/eslint-config-react": "^0.3.1",
"@antfu/eslint-config-vue": "^0.3.1"
}
}

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.1](https://github.com/antfu/eslint-config/compare/v0.3.0...v0.3.1) (2020-08-12)
**Note:** Version bump only for package @antfu/eslint-config-react
# [0.3.0](https://github.com/antfu/eslint-config/compare/v0.2.14...v0.3.0) (2020-08-12)

View File

@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-react",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"main": "index.js",
"keywords": [],
@ -19,7 +19,7 @@
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-ts": "^0.3.0",
"@antfu/eslint-config-ts": "^0.3.1",
"eslint-plugin-react": "^7.20.5"
},
"devDependencies": {

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.1](https://github.com/antfu/eslint-config/compare/v0.3.0...v0.3.1) (2020-08-12)
### Bug Fixes
* ref ([e53f3ec](https://github.com/antfu/eslint-config/commit/e53f3ec8dbc1cc3e32d57c08604b2b1d51661ca4))
# [0.3.0](https://github.com/antfu/eslint-config/compare/v0.2.14...v0.3.0) (2020-08-12)

View File

@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-ts",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"main": "index.js",
"keywords": [],

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.1](https://github.com/antfu/eslint-config/compare/v0.3.0...v0.3.1) (2020-08-12)
**Note:** Version bump only for package @antfu/eslint-config-vue
# [0.3.0](https://github.com/antfu/eslint-config/compare/v0.2.14...v0.3.0) (2020-08-12)

View File

@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-vue",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"main": "index.js",
"keywords": [],
@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-ts": "^0.3.0",
"@antfu/eslint-config-ts": "^0.3.1",
"eslint-plugin-vue": "7.0.0-alpha.10"
}
}