diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e1a9dc..1eedb10 100644 --- a/CHANGELOG.md +++ b/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.11.0](https://github.com/antfu/eslint-config/compare/v0.10.0...v0.11.0) (2021-11-27) + +**Note:** Version bump only for package @antfu/eslint-config-monorepo + + + + + # [0.10.0](https://github.com/antfu/eslint-config/compare/v0.9.0...v0.10.0) (2021-10-16) diff --git a/lerna.json b/lerna.json index bbbf77c..e365f79 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.10.0" + "version": "0.11.0" } diff --git a/packages/all/CHANGELOG.md b/packages/all/CHANGELOG.md index 6e63ed5..86e082e 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.11.0](https://github.com/antfu/eslint-config/compare/v0.10.0...v0.11.0) (2021-11-27) + +**Note:** Version bump only for package @antfu/eslint-config + + + + + # [0.10.0](https://github.com/antfu/eslint-config/compare/v0.9.0...v0.10.0) (2021-10-16) diff --git a/packages/all/package.json b/packages/all/package.json index 313c9ca..74fc549 100644 --- a/packages/all/package.json +++ b/packages/all/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config", - "version": "0.10.0", + "version": "0.11.0", "description": "", "keywords": [], "license": "MIT", @@ -13,8 +13,8 @@ "eslint": ">=7.4.0" }, "dependencies": { - "@antfu/eslint-config-react": "^0.10.0", - "@antfu/eslint-config-vue": "^0.10.0", + "@antfu/eslint-config-react": "^0.11.0", + "@antfu/eslint-config-vue": "^0.11.0", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", "eslint-config-standard": "^16.0.3", diff --git a/packages/basic/CHANGELOG.md b/packages/basic/CHANGELOG.md index b2443c7..e540a35 100644 --- a/packages/basic/CHANGELOG.md +++ b/packages/basic/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.11.0](https://github.com/antfu/eslint-config/compare/v0.10.0...v0.11.0) (2021-11-27) + +**Note:** Version bump only for package @antfu/eslint-config-basic + + + + + # [0.10.0](https://github.com/antfu/eslint-config/compare/v0.9.0...v0.10.0) (2021-10-16) diff --git a/packages/basic/package.json b/packages/basic/package.json index ce53bc2..9b7feb7 100644 --- a/packages/basic/package.json +++ b/packages/basic/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-basic", - "version": "0.10.0", + "version": "0.11.0", "description": "", "keywords": [], "license": "MIT", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index e5658eb..503ddcc 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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.11.0](https://github.com/antfu/eslint-config/compare/v0.10.0...v0.11.0) (2021-11-27) + +**Note:** Version bump only for package @antfu/eslint-config-react + + + + + # [0.10.0](https://github.com/antfu/eslint-config/compare/v0.9.0...v0.10.0) (2021-10-16) diff --git a/packages/react/package.json b/packages/react/package.json index 63c3ca3..f0d6b57 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-react", - "version": "0.10.0", + "version": "0.11.0", "description": "", "keywords": [], "license": "MIT", @@ -19,7 +19,7 @@ "access": "public" }, "dependencies": { - "@antfu/eslint-config-ts": "^0.10.0", + "@antfu/eslint-config-ts": "^0.11.0", "eslint-plugin-react": "^7.27.1" }, "devDependencies": { diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index d8a4729..766c66b 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/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.11.0](https://github.com/antfu/eslint-config/compare/v0.10.0...v0.11.0) (2021-11-27) + +**Note:** Version bump only for package @antfu/eslint-config-ts + + + + + # [0.10.0](https://github.com/antfu/eslint-config/compare/v0.9.0...v0.10.0) (2021-10-16) diff --git a/packages/typescript/package.json b/packages/typescript/package.json index ec24e43..5f23c79 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-ts", - "version": "0.10.0", + "version": "0.11.0", "description": "", "keywords": [], "license": "MIT", @@ -17,7 +17,7 @@ "typescript": ">=3.9" }, "dependencies": { - "@antfu/eslint-config-basic": "^0.10.0", + "@antfu/eslint-config-basic": "^0.11.0", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0" }, diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 7ee6ede..79b1eff 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/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.11.0](https://github.com/antfu/eslint-config/compare/v0.10.0...v0.11.0) (2021-11-27) + +**Note:** Version bump only for package @antfu/eslint-config-vue + + + + + # [0.10.0](https://github.com/antfu/eslint-config/compare/v0.9.0...v0.10.0) (2021-10-16) diff --git a/packages/vue/package.json b/packages/vue/package.json index 87f3459..11d898e 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-vue", - "version": "0.10.0", + "version": "0.11.0", "description": "", "keywords": [], "license": "MIT", @@ -16,7 +16,7 @@ "access": "public" }, "dependencies": { - "@antfu/eslint-config-ts": "^0.10.0", + "@antfu/eslint-config-ts": "^0.11.0", "eslint-plugin-vue": "^8.1.1" }, "devDependencies": {