From dd3a0b9d83b5f53a8dde43a42efd0a2322e9d2d5 Mon Sep 17 00:00:00 2001 From: JounQin Date: Tue, 2 May 2023 16:59:28 +0800 Subject: [PATCH] chore: release package(s) (#192) Co-authored-by: github-actions[bot] --- .changeset/dirty-tigers-explain.md | 8 -------- .changeset/new-boats-mix.md | 6 ------ packages/app-config/CHANGELOG.md | 14 ++++++++++++++ packages/app-config/package.json | 6 +++--- packages/common-config/CHANGELOG.md | 11 +++++++++++ packages/common-config/package.json | 4 ++-- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- packages/lib-config/CHANGELOG.md | 11 +++++++++++ packages/lib-config/package.json | 4 ++-- packages/stylelint-config/CHANGELOG.md | 6 ++++++ packages/stylelint-config/package.json | 2 +- 12 files changed, 57 insertions(+), 23 deletions(-) delete mode 100644 .changeset/dirty-tigers-explain.md delete mode 100644 .changeset/new-boats-mix.md diff --git a/.changeset/dirty-tigers-explain.md b/.changeset/dirty-tigers-explain.md deleted file mode 100644 index c35e1b97..00000000 --- a/.changeset/dirty-tigers-explain.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@1stg/app-config": minor -"@1stg/common-config": minor -"@1stg/eslint-config": minor -"@1stg/lib-config": minor ---- - -chore: bump eslint-plugin-jsdoc diff --git a/.changeset/new-boats-mix.md b/.changeset/new-boats-mix.md deleted file mode 100644 index fa9b978f..00000000 --- a/.changeset/new-boats-mix.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@1stg/app-config": minor -"@1stg/stylelint-config": minor ---- - -chore: bump stylelint-config-standard and stylelint-scss diff --git a/packages/app-config/CHANGELOG.md b/packages/app-config/CHANGELOG.md index 9af495e4..fc130575 100644 --- a/packages/app-config/CHANGELOG.md +++ b/packages/app-config/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 8.1.0 + +### Minor Changes + +- [#191](https://github.com/1stG/configs/pull/191) [`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint-plugin-jsdoc + +- [#191](https://github.com/1stG/configs/pull/191) [`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump stylelint-config-standard and stylelint-scss + +### Patch Changes + +- Updated dependencies [[`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9), [`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9)]: + - @1stg/common-config@8.1.0 + - @1stg/stylelint-config@5.1.0 + ## 8.0.1 ### Patch Changes diff --git a/packages/app-config/package.json b/packages/app-config/package.json index 9c9dc5d5..f05a0616 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/app-config", - "version": "8.0.1", + "version": "8.1.0", "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", @@ -12,9 +12,9 @@ }, "dependencies": { "@1stg/browserslist-config": "^1.2.4", - "@1stg/common-config": "^8.0.1", + "@1stg/common-config": "^8.1.0", "@1stg/postcss-config": "^5.0.0", - "@1stg/stylelint-config": "^5.0.0", + "@1stg/stylelint-config": "^5.1.0", "@pkgr/es-modules": "^0.6.3", "@pkgr/imagemin": "^4.0.0", "browserslist": "^4.21.5", diff --git a/packages/common-config/CHANGELOG.md b/packages/common-config/CHANGELOG.md index 7f5433d0..dd65b57f 100644 --- a/packages/common-config/CHANGELOG.md +++ b/packages/common-config/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 8.1.0 + +### Minor Changes + +- [#191](https://github.com/1stG/configs/pull/191) [`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint-plugin-jsdoc + +### Patch Changes + +- Updated dependencies [[`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9)]: + - @1stg/eslint-config@6.2.0 + ## 8.0.1 ### Patch Changes diff --git a/packages/common-config/package.json b/packages/common-config/package.json index 8a88676d..bc198122 100644 --- a/packages/common-config/package.json +++ b/packages/common-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/common-config", - "version": "8.0.1", + "version": "8.1.0", "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", @@ -13,7 +13,7 @@ "dependencies": { "@1stg/babel-preset": "^3.2.3", "@1stg/commitlint-config": "^3.2.0", - "@1stg/eslint-config": "^6.1.0", + "@1stg/eslint-config": "^6.2.0", "@1stg/lint-staged": "^3.4.1", "@1stg/markuplint-config": "^3.0.0", "@1stg/prettier-config": "^3.9.2", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index a2ca28b1..90a18569 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.2.0 + +### Minor Changes + +- [#191](https://github.com/1stG/configs/pull/191) [`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint-plugin-jsdoc + ## 6.1.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 42cefa6c..4e1bb938 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/eslint-config", - "version": "6.1.0", + "version": "6.2.0", "description": "Personal but Shareable ESLint Configuration for all 1stG.me projects", "repository": "git+https://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 a3d75ac3..f79a5574 100644 --- a/packages/lib-config/CHANGELOG.md +++ b/packages/lib-config/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 11.1.0 + +### Minor Changes + +- [#191](https://github.com/1stG/configs/pull/191) [`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint-plugin-jsdoc + +### Patch Changes + +- Updated dependencies [[`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9)]: + - @1stg/common-config@8.1.0 + ## 11.0.1 ### Patch Changes diff --git a/packages/lib-config/package.json b/packages/lib-config/package.json index bd332717..ebc829ac 100644 --- a/packages/lib-config/package.json +++ b/packages/lib-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/lib-config", - "version": "11.0.1", + "version": "11.1.0", "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", @@ -11,7 +11,7 @@ "node": "^14.18.0 || >=16.0.0" }, "dependencies": { - "@1stg/common-config": "^8.0.1", + "@1stg/common-config": "^8.1.0", "@pkgr/rollup": "^4.0.0" }, "publishConfig": { diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 962b7130..f8cf471e 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.1.0 + +### Minor Changes + +- [#191](https://github.com/1stG/configs/pull/191) [`59681fb`](https://github.com/1stG/configs/commit/59681fbc997ea5f0a6f7e9a853f8eca4a5d650d9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump stylelint-config-standard and stylelint-scss + ## 5.0.0 ### Major Changes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 079fee6c..0a8b4bd1 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/stylelint-config", - "version": "5.0.0", + "version": "5.1.0", "description": "Personal but Shareable Stylelint Configuration for all 1stG.me projects", "repository": "git+https://github.com/1stG/configs.git", "author": "JounQin (https://www.1stG.me) ",