From 486ef09ef0704bc83ec1ce8b3d77ef937f233c42 Mon Sep 17 00:00:00 2001 From: JounQin Date: Tue, 5 Nov 2019 02:42:37 +0000 Subject: [PATCH] chore: release package(s) - @1stg/app-config@0.1.9 - @1stg/eslint-config@0.14.6 - @1stg/lib-config@0.1.9 --- packages/app-config/CHANGELOG.md | 8 ++++++++ packages/app-config/package.json | 4 ++-- packages/eslint-config/CHANGELOG.md | 11 +++++++++++ packages/eslint-config/package.json | 2 +- packages/lib-config/CHANGELOG.md | 8 ++++++++ packages/lib-config/package.json | 4 ++-- 6 files changed, 32 insertions(+), 5 deletions(-) diff --git a/packages/app-config/CHANGELOG.md b/packages/app-config/CHANGELOG.md index 9b920fd7..6909f940 100644 --- a/packages/app-config/CHANGELOG.md +++ b/packages/app-config/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.1.9](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.8...@1stg/app-config@0.1.9) (2019-11-05) + +**Note:** Version bump only for package @1stg/app-config + + + + + ## [0.1.8](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.7...@1stg/app-config@0.1.8) (2019-11-05) **Note:** Version bump only for package @1stg/app-config diff --git a/packages/app-config/package.json b/packages/app-config/package.json index bcfeaa9f..c5bc9fd7 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/app-config", - "version": "0.1.8", + "version": "0.1.9", "description": "Personal but Shareable App Configuration for all 1stG.me projects.", "repository": "git+https://github.com/1stG/configs.git", "homepage": "https://github.com/1stG/configs/tree/master/packages/app-config", @@ -13,7 +13,7 @@ "@1stg/babel-preset": "^0.9.1", "@1stg/browserslist-config": "^0.3.1", "@1stg/commitlint-config": "^0.2.1", - "@1stg/eslint-config": "^0.14.5", + "@1stg/eslint-config": "^0.14.6", "@1stg/husky-config": "^0.4.0", "@1stg/lint-staged": "^0.9.1", "@1stg/postcss-config": "^0.4.1", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 85dcff8f..5ef83fe8 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/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.6](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.14.5...@1stg/eslint-config@0.14.6) (2019-11-05) + + +### Bug Fixes + +* **eslint-config:** disable member-ordering in loose config ([e118451](https://github.com/1stG/configs/commit/e1184514f9a7f235527e33a81e81c6b768b4d990)) + + + + + ## [0.14.5](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.14.4...@1stg/eslint-config@0.14.5) (2019-11-05) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 33222b8c..9ec6dd56 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/eslint-config", - "version": "0.14.5", + "version": "0.14.6", "description": "Personal but Shareable ESLint Configuration for all 1stG.me projects.", "repository": "git@github.com:1stG/configs.git", "homepage": "https://github.com/1stG/configs/tree/master/packages/eslint-config", diff --git a/packages/lib-config/CHANGELOG.md b/packages/lib-config/CHANGELOG.md index de3d6d6a..1fdc6485 100644 --- a/packages/lib-config/CHANGELOG.md +++ b/packages/lib-config/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.1.9](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.8...@1stg/lib-config@0.1.9) (2019-11-05) + +**Note:** Version bump only for package @1stg/lib-config + + + + + ## [0.1.8](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.7...@1stg/lib-config@0.1.8) (2019-11-05) **Note:** Version bump only for package @1stg/lib-config diff --git a/packages/lib-config/package.json b/packages/lib-config/package.json index 36446046..bdb359c5 100644 --- a/packages/lib-config/package.json +++ b/packages/lib-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/lib-config", - "version": "0.1.8", + "version": "0.1.9", "description": "Personal but Shareable Library Configuration for all 1stG.me projects.", "repository": "git+https://github.com/1stG/configs.git", "homepage": "https://github.com/1stG/configs/tree/master/packages/lib-config", @@ -12,7 +12,7 @@ "dependencies": { "@1stg/babel-preset": "^0.9.1", "@1stg/commitlint-config": "^0.2.1", - "@1stg/eslint-config": "^0.14.5", + "@1stg/eslint-config": "^0.14.6", "@1stg/husky-config": "^0.4.0", "@1stg/lint-staged": "^0.9.1", "@1stg/prettier-config": "^0.5.2",