This commit is contained in:
Anthony Fu 2021-12-07 23:46:31 +08:00
parent 2ccdc6f2a5
commit 7993f922db
6 changed files with 34 additions and 4 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.12.2](https://github.com/antfu/eslint-config/compare/v0.12.1...v0.12.2) (2021-12-07)
### Bug Fixes
* **react:** disable `react/react-in-jsx-scope` ([2ccdc6f](https://github.com/antfu/eslint-config/commit/2ccdc6f2a5850081a12a7484625745dfbb371cc9))
## [0.12.1](https://github.com/antfu/eslint-config/compare/v0.12.0...v0.12.1) (2021-12-05)

View File

@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.12.1"
"version": "0.12.2"
}

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.12.2](https://github.com/antfu/eslint-config/compare/v0.12.1...v0.12.2) (2021-12-07)
**Note:** Version bump only for package @antfu/eslint-config
## [0.12.1](https://github.com/antfu/eslint-config/compare/v0.12.0...v0.12.1) (2021-12-05)
**Note:** Version bump only for package @antfu/eslint-config

View File

@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config",
"version": "0.12.1",
"version": "0.12.2",
"description": "",
"keywords": [],
"license": "MIT",
@ -13,7 +13,7 @@
"eslint": ">=7.4.0"
},
"dependencies": {
"@antfu/eslint-config-react": "^0.12.1",
"@antfu/eslint-config-react": "^0.12.2",
"@antfu/eslint-config-vue": "^0.12.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",

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.12.2](https://github.com/antfu/eslint-config/compare/v0.12.1...v0.12.2) (2021-12-07)
### Bug Fixes
* **react:** disable `react/react-in-jsx-scope` ([2ccdc6f](https://github.com/antfu/eslint-config/commit/2ccdc6f2a5850081a12a7484625745dfbb371cc9))
## [0.12.1](https://github.com/antfu/eslint-config/compare/v0.12.0...v0.12.1) (2021-12-05)
**Note:** Version bump only for package @antfu/eslint-config-react

View File

@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-react",
"version": "0.12.1",
"version": "0.12.2",
"description": "",
"keywords": [],
"license": "MIT",