From be0b4398f0f01bcb80b331cdb66a9cbcaff5759f Mon Sep 17 00:00:00 2001 From: JounQin Date: Sun, 3 Nov 2019 10:16:37 +0000 Subject: [PATCH] chore: release package(s) - @1stg/app-config@0.1.5 - @1stg/eslint-config@0.14.4 - @1stg/lib-config@0.1.5 --- 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 7c5699b5..0e061257 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.5](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.4...@1stg/app-config@0.1.5) (2019-11-03) + +**Note:** Version bump only for package @1stg/app-config + + + + + ## [0.1.4](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.3...@1stg/app-config@0.1.4) (2019-11-03) **Note:** Version bump only for package @1stg/app-config diff --git a/packages/app-config/package.json b/packages/app-config/package.json index 83f9f3cd..ada3826e 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/app-config", - "version": "0.1.4", + "version": "0.1.5", "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.2", "@1stg/browserslist-config": "^0.3.1", "@1stg/commitlint-config": "^0.2.1", - "@1stg/eslint-config": "^0.14.3", + "@1stg/eslint-config": "^0.14.4", "@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 7ef10eda..7eaef673 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.4](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.14.3...@1stg/eslint-config@0.14.4) (2019-11-03) + + +### Bug Fixes + +* **eslint-config:** disable @typescript-eslint/no-explicit-any for .d.ts ([808ee1e](https://github.com/1stG/configs/commit/808ee1e3154248a128873860c713d60c7a30f840)) + + + + + ## [0.14.3](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.14.2...@1stg/eslint-config@0.14.3) (2019-11-03) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 53b425fb..b7ee174e 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/eslint-config", - "version": "0.14.3", + "version": "0.14.4", "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 7a4901e7..e8ff2fa4 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.5](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.4...@1stg/lib-config@0.1.5) (2019-11-03) + +**Note:** Version bump only for package @1stg/lib-config + + + + + ## [0.1.4](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.3...@1stg/lib-config@0.1.4) (2019-11-03) diff --git a/packages/lib-config/package.json b/packages/lib-config/package.json index 722027e8..18ab23e8 100644 --- a/packages/lib-config/package.json +++ b/packages/lib-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/lib-config", - "version": "0.1.4", + "version": "0.1.5", "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.2", "@1stg/commitlint-config": "^0.2.1", - "@1stg/eslint-config": "^0.14.3", + "@1stg/eslint-config": "^0.14.4", "@1stg/husky-config": "^0.4.0", "@1stg/lint-staged": "^0.9.1", "@1stg/prettier-config": "^0.5.2",