From a8d7a3401b5755804462ff191a4d9a92ca3a1234 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 27 Dec 2021 17:04:59 +0800 Subject: [PATCH] v0.14.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/all/CHANGELOG.md | 8 ++++++++ packages/all/package.json | 4 ++-- packages/vue/CHANGELOG.md | 11 +++++++++++ packages/vue/package.json | 2 +- 6 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9d453..e328ca3 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.14.1](https://github.com/antfu/eslint-config/compare/v0.14.0...v0.14.1) (2021-12-27) + + +### Bug Fixes + +* disable vue attrs wrap ([46e9ea3](https://github.com/antfu/eslint-config/commit/46e9ea35b9ba4d112cdd0290f0f3cd0309c79416)) + + + + + # [0.14.0](https://github.com/antfu/eslint-config/compare/v0.13.1...v0.14.0) (2021-12-18) diff --git a/lerna.json b/lerna.json index 34bd4fb..7d6174d 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.14.0" + "version": "0.14.1" } diff --git a/packages/all/CHANGELOG.md b/packages/all/CHANGELOG.md index 31d60c3..2fe4e0e 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.14.1](https://github.com/antfu/eslint-config/compare/v0.14.0...v0.14.1) (2021-12-27) + +**Note:** Version bump only for package @antfu/eslint-config + + + + + # [0.14.0](https://github.com/antfu/eslint-config/compare/v0.13.1...v0.14.0) (2021-12-18) **Note:** Version bump only for package @antfu/eslint-config diff --git a/packages/all/package.json b/packages/all/package.json index 7f45586..7868a4b 100644 --- a/packages/all/package.json +++ b/packages/all/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config", - "version": "0.14.0", + "version": "0.14.1", "description": "", "keywords": [], "license": "MIT", @@ -14,7 +14,7 @@ }, "dependencies": { "@antfu/eslint-config-react": "^0.14.0", - "@antfu/eslint-config-vue": "^0.14.0", + "@antfu/eslint-config-vue": "^0.14.1", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", "eslint-config-standard": "^16.0.3", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 9fc6e0a..0f9af27 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/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.14.1](https://github.com/antfu/eslint-config/compare/v0.14.0...v0.14.1) (2021-12-27) + + +### Bug Fixes + +* disable vue attrs wrap ([46e9ea3](https://github.com/antfu/eslint-config/commit/46e9ea35b9ba4d112cdd0290f0f3cd0309c79416)) + + + + + # [0.14.0](https://github.com/antfu/eslint-config/compare/v0.13.1...v0.14.0) (2021-12-18) **Note:** Version bump only for package @antfu/eslint-config-vue diff --git a/packages/vue/package.json b/packages/vue/package.json index 4aac079..4dad5f1 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-vue", - "version": "0.14.0", + "version": "0.14.1", "description": "", "keywords": [], "license": "MIT",