From 0efcea4b032174a36fb324ed8e7bd765eb2d248b Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 30 Jan 2020 17:47:36 +0800 Subject: [PATCH] v0.2.11 --- CHANGELOG.md | 14 ++++++++++++++ lerna.json | 2 +- packages/common/CHANGELOG.md | 14 ++++++++++++++ packages/common/package-lock.json | 2 +- packages/common/package.json | 2 +- packages/typescript/CHANGELOG.md | 11 +++++++++++ packages/typescript/package-lock.json | 2 +- packages/typescript/package.json | 4 ++-- packages/vue/CHANGELOG.md | 11 +++++++++++ packages/vue/package-lock.json | 2 +- packages/vue/package.json | 4 ++-- 11 files changed, 59 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc0a6b9..29b17e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.11](https://github.com/antfu/eslint-config/compare/v0.2.10...v0.2.11) (2020-01-30) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([faa9b11](https://github.com/antfu/eslint-config/commit/faa9b11d52d5d34a4c89917bb6b1aeaa8f7bbdb2)) +* **deps:** update dependency eslint-plugin-node to v11 ([#19](https://github.com/antfu/eslint-config/issues/19)) ([d37b5cc](https://github.com/antfu/eslint-config/commit/d37b5cc912b017eeca513a806a3f755c1094bafe)) +* **deps:** update dependency eslint-plugin-unicorn to v15 ([#18](https://github.com/antfu/eslint-config/issues/18)) ([b6c068c](https://github.com/antfu/eslint-config/commit/b6c068cf01539d2d94867664cbc54728fa99852e)) +* update ([ce7f9ec](https://github.com/antfu/eslint-config/commit/ce7f9ec9687fea47757e973344fd2068cc7e5a8f)) + + + + + ## [0.2.10](https://github.com/antfu/eslint-config/compare/v0.2.8...v0.2.10) (2019-12-11) diff --git a/lerna.json b/lerna.json index 5c2179e..b4c9042 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.2.10" + "version": "0.2.11" } diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 4e6d568..1cfcde1 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.11](https://github.com/antfu/eslint-config/compare/v0.2.10...v0.2.11) (2020-01-30) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([faa9b11](https://github.com/antfu/eslint-config/commit/faa9b11d52d5d34a4c89917bb6b1aeaa8f7bbdb2)) +* **deps:** update dependency eslint-plugin-node to v11 ([#19](https://github.com/antfu/eslint-config/issues/19)) ([d37b5cc](https://github.com/antfu/eslint-config/commit/d37b5cc912b017eeca513a806a3f755c1094bafe)) +* **deps:** update dependency eslint-plugin-unicorn to v15 ([#18](https://github.com/antfu/eslint-config/issues/18)) ([b6c068c](https://github.com/antfu/eslint-config/commit/b6c068cf01539d2d94867664cbc54728fa99852e)) +* update ([ce7f9ec](https://github.com/antfu/eslint-config/commit/ce7f9ec9687fea47757e973344fd2068cc7e5a8f)) + + + + + ## [0.2.10](https://github.com/antfu/eslint-config/compare/v0.2.8...v0.2.10) (2019-12-11) diff --git a/packages/common/package-lock.json b/packages/common/package-lock.json index f3f6f19..ccabe54 100644 --- a/packages/common/package-lock.json +++ b/packages/common/package-lock.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config", - "version": "0.2.10", + "version": "0.2.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/common/package.json b/packages/common/package.json index 3e25fc4..992ca75 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config", - "version": "0.2.10", + "version": "0.2.11", "description": "", "main": "index.js", "keywords": [], diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index 14cad20..25e2302 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.2.11](https://github.com/antfu/eslint-config/compare/v0.2.10...v0.2.11) (2020-01-30) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([faa9b11](https://github.com/antfu/eslint-config/commit/faa9b11d52d5d34a4c89917bb6b1aeaa8f7bbdb2)) + + + + + ## [0.2.10](https://github.com/antfu/eslint-config/compare/v0.2.8...v0.2.10) (2019-12-11) diff --git a/packages/typescript/package-lock.json b/packages/typescript/package-lock.json index 61dec7d..143c82a 100644 --- a/packages/typescript/package-lock.json +++ b/packages/typescript/package-lock.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-ts", - "version": "0.2.10", + "version": "0.2.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 44aa3a9..f1bfde8 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-ts", - "version": "0.2.10", + "version": "0.2.11", "description": "", "main": "index.js", "keywords": [], @@ -20,7 +20,7 @@ "typescript": ">=3.6" }, "dependencies": { - "@antfu/eslint-config": "^0.2.10", + "@antfu/eslint-config": "^0.2.11", "@typescript-eslint/eslint-plugin": "2.18.0", "@typescript-eslint/parser": "^2.6.0" }, diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 93cb7dd..d01a098 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.2.11](https://github.com/antfu/eslint-config/compare/v0.2.10...v0.2.11) (2020-01-30) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([faa9b11](https://github.com/antfu/eslint-config/commit/faa9b11d52d5d34a4c89917bb6b1aeaa8f7bbdb2)) + + + + + ## [0.2.10](https://github.com/antfu/eslint-config/compare/v0.2.8...v0.2.10) (2019-12-11) diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index 8705085..4cd7980 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-vue", - "version": "0.2.10", + "version": "0.2.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/vue/package.json b/packages/vue/package.json index 1aeaa25..0cf5aa2 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-vue", - "version": "0.2.10", + "version": "0.2.11", "description": "", "main": "index.js", "keywords": [], @@ -19,7 +19,7 @@ "access": "public" }, "dependencies": { - "@antfu/eslint-config-ts": "^0.2.10", + "@antfu/eslint-config-ts": "^0.2.11", "eslint-plugin-nuxt": "0.5.0", "eslint-plugin-vue": "6.1.2" },