From 24e025c12d7cfe02f703d2911a0b1ab27fc3b084 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Wed, 12 Aug 2020 19:56:23 +0800 Subject: [PATCH] v0.3.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/all/CHANGELOG.md | 8 ++++++++ packages/all/package.json | 6 +++--- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 4 ++-- packages/typescript/CHANGELOG.md | 11 +++++++++++ packages/typescript/package.json | 2 +- packages/vue/CHANGELOG.md | 8 ++++++++ packages/vue/package.json | 4 ++-- 10 files changed, 55 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1288b32..7a369c2 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.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) diff --git a/lerna.json b/lerna.json index fe5353d..a2bba4f 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.3.0" + "version": "0.3.1" } diff --git a/packages/all/CHANGELOG.md b/packages/all/CHANGELOG.md index e48d564..08cfb5e 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.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) diff --git a/packages/all/package.json b/packages/all/package.json index dfa19ee..60cba62 100644 --- a/packages/all/package.json +++ b/packages/all/package.json @@ -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" } } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index e48d564..de15b5f 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.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) diff --git a/packages/react/package.json b/packages/react/package.json index 00fa63d..1d17beb 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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": { diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index e816a71..53cd5ba 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/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.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) diff --git a/packages/typescript/package.json b/packages/typescript/package.json index f385d22..80f1ab9 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-ts", - "version": "0.3.0", + "version": "0.3.1", "description": "", "main": "index.js", "keywords": [], diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index a404863..3e8f5cc 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.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) diff --git a/packages/vue/package.json b/packages/vue/package.json index bd043c9..a2fb348 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -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" } }