From 518113b398ed0ca6355a9916bc12dadadabb70ff Mon Sep 17 00:00:00 2001 From: runner Date: Tue, 26 Jan 2021 09:57:53 +0000 Subject: [PATCH] chore: release package(s) - @1stg/app-config@1.0.1 - @1stg/common-config@1.0.1 - @1stg/eslint-config@1.0.1 - @1stg/lib-config@1.0.1 --- packages/app-config/CHANGELOG.md | 8 ++++++++ packages/app-config/package.json | 4 ++-- packages/common-config/CHANGELOG.md | 8 ++++++++ packages/common-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 ++-- 8 files changed, 42 insertions(+), 7 deletions(-) diff --git a/packages/app-config/CHANGELOG.md b/packages/app-config/CHANGELOG.md index fdc4a877..a29add0a 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. +## [1.0.1](https://github.com/1stG/configs/compare/@1stg/app-config@1.0.0...@1stg/app-config@1.0.1) (2021-01-26) + +**Note:** Version bump only for package @1stg/app-config + + + + + # [1.0.0](https://github.com/1stG/configs/compare/@1stg/app-config@0.6.1...@1stg/app-config@1.0.0) (2021-01-26) **Note:** Version bump only for package @1stg/app-config diff --git a/packages/app-config/package.json b/packages/app-config/package.json index eb86a26d..b9f6ee1b 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/app-config", - "version": "1.0.0", + "version": "1.0.1", "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", @@ -11,7 +11,7 @@ }, "dependencies": { "@1stg/browserslist-config": "^1.0.0", - "@1stg/common-config": "^1.0.0", + "@1stg/common-config": "^1.0.1", "@1stg/postcss-config": "^1.0.0", "@1stg/stylelint-config": "^1.0.0", "@pkgr/es-modules": "^0.3.3", diff --git a/packages/common-config/CHANGELOG.md b/packages/common-config/CHANGELOG.md index 257d8348..3ff9e9f1 100644 --- a/packages/common-config/CHANGELOG.md +++ b/packages/common-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. +## [1.0.1](https://github.com/1stG/configs/compare/@1stg/common-config@1.0.0...@1stg/common-config@1.0.1) (2021-01-26) + +**Note:** Version bump only for package @1stg/common-config + + + + + # [1.0.0](https://github.com/1stG/configs/compare/@1stg/common-config@0.1.1...@1stg/common-config@1.0.0) (2021-01-26) **Note:** Version bump only for package @1stg/common-config diff --git a/packages/common-config/package.json b/packages/common-config/package.json index d832a884..d11aa088 100644 --- a/packages/common-config/package.json +++ b/packages/common-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/common-config", - "version": "1.0.0", + "version": "1.0.1", "description": "Personal but Shareable Common Configuration for all 1stG.me projects.", "repository": "git+https://github.com/1stG/configs.git", "homepage": "https://github.com/1stG/configs/tree/master/packages/common-config", @@ -12,7 +12,7 @@ "dependencies": { "@1stg/babel-preset": "^1.0.0", "@1stg/commitlint-config": "^1.0.0", - "@1stg/eslint-config": "^1.0.0", + "@1stg/eslint-config": "^1.0.1", "@1stg/husky-config": "^1.0.0", "@1stg/lint-staged": "^1.0.0", "@1stg/prettier-config": "^1.0.0", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 7ed307e6..5872cdbb 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. +## [1.0.1](https://github.com/1stG/configs/compare/@1stg/eslint-config@1.0.0...@1stg/eslint-config@1.0.1) (2021-01-26) + + +### Bug Fixes + +* **eslint-config:** disable unicorn/no-array-callback-reference for ts files ([10f3ce8](https://github.com/1stG/configs/commit/10f3ce82d9c1832731fcb044733c60e383a6bdcd)) + + + + + # [1.0.0](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.21.1...@1stg/eslint-config@1.0.0) (2021-01-26) **Note:** Version bump only for package @1stg/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 30f3d454..2feaeac4 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/eslint-config", - "version": "1.0.0", + "version": "1.0.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 20147e92..630ace78 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. +## [1.0.1](https://github.com/1stG/configs/compare/@1stg/lib-config@1.0.0...@1stg/lib-config@1.0.1) (2021-01-26) + +**Note:** Version bump only for package @1stg/lib-config + + + + + # [1.0.0](https://github.com/1stG/configs/compare/@1stg/lib-config@0.6.1...@1stg/lib-config@1.0.0) (2021-01-26) **Note:** Version bump only for package @1stg/lib-config diff --git a/packages/lib-config/package.json b/packages/lib-config/package.json index 611534d2..bf8dbea4 100644 --- a/packages/lib-config/package.json +++ b/packages/lib-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/lib-config", - "version": "1.0.0", + "version": "1.0.1", "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", @@ -10,7 +10,7 @@ "node": ">=10.0.0" }, "dependencies": { - "@1stg/common-config": "^1.0.0", + "@1stg/common-config": "^1.0.1", "@pkgr/rollup": "^0.10.6", "jest": "^26.6.3" },