From 3715f24a33ba691b9b22a8c43b3ea725807cb960 Mon Sep 17 00:00:00 2001 From: JounQin Date: Fri, 1 Nov 2019 14:53:07 +0000 Subject: [PATCH] chore: release package(s) - @1stg/app-config@0.1.2 - @1stg/eslint-config@0.14.1 - @1stg/lib-config@0.1.2 --- 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 96496390..0700f7e8 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.2](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.1...@1stg/app-config@0.1.2) (2019-11-01) + +**Note:** Version bump only for package @1stg/app-config + + + + + ## [0.1.1](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.0...@1stg/app-config@0.1.1) (2019-11-01) **Note:** Version bump only for package @1stg/app-config diff --git a/packages/app-config/package.json b/packages/app-config/package.json index 5c95e0d5..304021f8 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/app-config", - "version": "0.1.1", + "version": "0.1.2", "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.8.1", "@1stg/browserslist-config": "^0.3.1", "@1stg/commitlint-config": "^0.2.0", - "@1stg/eslint-config": "^0.14.0", + "@1stg/eslint-config": "^0.14.1", "@1stg/husky-config": "^0.4.0", "@1stg/lint-staged": "^0.9.0", "@1stg/postcss-config": "^0.4.0", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 0b75c0ca..26fdadf0 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.1](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.14.0...@1stg/eslint-config@0.14.1) (2019-11-01) + + +### Bug Fixes + +* **eslint-config:** remove isSrcAppDirAvailable which seems useless ([7906321](https://github.com/1stG/configs/commit/7906321ed3605a833c4cd4a10b0fdca69ad14bd3)) + + + + + # [0.14.0](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.13.6...@1stg/eslint-config@0.14.0) (2019-10-31) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 621aaf5f..adef0a3a 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/eslint-config", - "version": "0.14.0", + "version": "0.14.1", "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 197ccb94..e10e5242 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.2](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.1...@1stg/lib-config@0.1.2) (2019-11-01) + +**Note:** Version bump only for package @1stg/lib-config + + + + + ## [0.1.1](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.0...@1stg/lib-config@0.1.1) (2019-11-01) **Note:** Version bump only for package @1stg/lib-config diff --git a/packages/lib-config/package.json b/packages/lib-config/package.json index 4fa0082b..52cdda47 100644 --- a/packages/lib-config/package.json +++ b/packages/lib-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/lib-config", - "version": "0.1.1", + "version": "0.1.2", "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.8.1", "@1stg/commitlint-config": "^0.2.0", - "@1stg/eslint-config": "^0.14.0", + "@1stg/eslint-config": "^0.14.1", "@1stg/husky-config": "^0.4.0", "@1stg/lint-staged": "^0.9.0", "@1stg/prettier-config": "^0.5.2",