From 7993f922db8551299a0433e43f735e99f841b352 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 7 Dec 2021 23:46:31 +0800 Subject: [PATCH] v0.12.2 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/all/CHANGELOG.md | 8 ++++++++ packages/all/package.json | 4 ++-- packages/react/CHANGELOG.md | 11 +++++++++++ packages/react/package.json | 2 +- 6 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36df85b..9550a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 017dc34..d127d81 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.12.1" + "version": "0.12.2" } diff --git a/packages/all/CHANGELOG.md b/packages/all/CHANGELOG.md index d29b3ae..c85b233 100644 --- a/packages/all/CHANGELOG.md +++ b/packages/all/CHANGELOG.md @@ -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 diff --git a/packages/all/package.json b/packages/all/package.json index 6a731dc..1a08f2a 100644 --- a/packages/all/package.json +++ b/packages/all/package.json @@ -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", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index c569c83..ba769dd 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index 6f7a993..1211c2e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-react", - "version": "0.12.1", + "version": "0.12.2", "description": "", "keywords": [], "license": "MIT",