diff --git a/.changeset/chilled-rivers-wash.md b/.changeset/chilled-rivers-wash.md deleted file mode 100644 index a6d2ca72..00000000 --- a/.changeset/chilled-rivers-wash.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@1stg/app-config": major -"@1stg/babel-preset": major -"@1stg/browserslist-config": major -"@1stg/commitlint-config": major -"@1stg/common-config": major -"@1stg/eslint-config": major -"@1stg/lib-config": major -"@1stg/lint-staged": major -"@1stg/postcss-config": major -"@1stg/prettier-config": major ---- - -chore: bump all upgradable (dev)Dependencies diff --git a/packages/app-config/CHANGELOG.md b/packages/app-config/CHANGELOG.md index cc420168..ba33c9ba 100644 --- a/packages/app-config/CHANGELOG.md +++ b/packages/app-config/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 10.0.0 + +### Major Changes + +- [#229](https://github.com/1stG/configs/pull/229) [`6561a5e`](https://github.com/1stG/configs/commit/6561a5e7f0274753e5e447a17439a7ed54b7b7c4) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump all upgradable (dev)Dependencies + +### Patch Changes + +- Updated dependencies [[`6561a5e`](https://github.com/1stG/configs/commit/6561a5e7f0274753e5e447a17439a7ed54b7b7c4)]: + - @1stg/browserslist-config@2.0.0 + - @1stg/common-config@10.0.0 + - @1stg/postcss-config@6.0.0 + ## 9.0.1 ### Patch Changes diff --git a/packages/app-config/package.json b/packages/app-config/package.json index 3ed9da5f..121e98f9 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/app-config", - "version": "9.0.1", + "version": "10.0.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", @@ -11,9 +11,9 @@ "node": "^14.18.0 || >=16.0.0" }, "dependencies": { - "@1stg/browserslist-config": "^1.2.4", - "@1stg/common-config": "^9.0.1", - "@1stg/postcss-config": "^5.0.0", + "@1stg/browserslist-config": "^2.0.0", + "@1stg/common-config": "^10.0.0", + "@1stg/postcss-config": "^6.0.0", "@1stg/stylelint-config": "^5.1.0", "@pkgr/es-modules": "^0.6.3", "@pkgr/imagemin": "^4.1.0", diff --git a/packages/babel-preset/CHANGELOG.md b/packages/babel-preset/CHANGELOG.md index 28161b92..36afd6eb 100644 --- a/packages/babel-preset/CHANGELOG.md +++ b/packages/babel-preset/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.0.0 + +### Major Changes + +- [#229](https://github.com/1stG/configs/pull/229) [`6561a5e`](https://github.com/1stG/configs/commit/6561a5e7f0274753e5e447a17439a7ed54b7b7c4) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump all upgradable (dev)Dependencies + ## 3.2.3 ### Patch Changes diff --git a/packages/babel-preset/package.json b/packages/babel-preset/package.json index 02c56f44..55b8f178 100644 --- a/packages/babel-preset/package.json +++ b/packages/babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/babel-preset", - "version": "3.2.3", + "version": "4.0.0", "description": "Personal but Shareable Babel Preset for all 1stG.me projects", "repository": "git+https://github.com/1stG/configs.git", "author": "JounQin (https://www.1stG.me) ", diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index 7f21a232..b22093c8 100644 --- a/packages/browserslist-config/CHANGELOG.md +++ b/packages/browserslist-config/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.0 + +### Major Changes + +- [#229](https://github.com/1stG/configs/pull/229) [`6561a5e`](https://github.com/1stG/configs/commit/6561a5e7f0274753e5e447a17439a7ed54b7b7c4) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump all upgradable (dev)Dependencies + ## 1.2.4 ### Patch Changes diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index e1c65083..90218847 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/browserslist-config", - "version": "1.2.4", + "version": "2.0.0", "description": "Personal but Shareable Browserslist Configuration for all 1stG.me projects", "repository": "git+https://github.com/1stG/configs.git", "author": "JounQin (https://www.1stG.me) ", diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 320c48a2..6bdb5078 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.0.0 + +### Major Changes + +- [#229](https://github.com/1stG/configs/pull/229) [`6561a5e`](https://github.com/1stG/configs/commit/6561a5e7f0274753e5e447a17439a7ed54b7b7c4) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump all upgradable (dev)Dependencies + ## 3.2.0 ### Minor Changes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index f9e10e64..a9a646cd 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/commitlint-config", - "version": "3.2.0", + "version": "4.0.0", "description": "Personal but Shareable Commitlint Configuration for all 1stG.me projects", "repository": "git+https://github.com/1stG/configs.git", "author": "JounQin (https://www.1stG.me) ", diff --git a/packages/common-config/CHANGELOG.md b/packages/common-config/CHANGELOG.md index 6670778b..f151963a 100644 --- a/packages/common-config/CHANGELOG.md +++ b/packages/common-config/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 10.0.0 + +### Major Changes + +- [#229](https://github.com/1stG/configs/pull/229) [`6561a5e`](https://github.com/1stG/configs/commit/6561a5e7f0274753e5e447a17439a7ed54b7b7c4) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump all upgradable (dev)Dependencies + +### Patch Changes + +- Updated dependencies [[`6561a5e`](https://github.com/1stG/configs/commit/6561a5e7f0274753e5e447a17439a7ed54b7b7c4)]: + - @1stg/babel-preset@4.0.0 + - @1stg/commitlint-config@4.0.0 + - @1stg/eslint-config@8.0.0 + - @1stg/lint-staged@4.0.0 + - @1stg/prettier-config@4.0.0 + ## 9.0.1 ### Patch Changes diff --git a/packages/common-config/package.json b/packages/common-config/package.json index da3a5988..9ba7bbc7 100644 --- a/packages/common-config/package.json +++ b/packages/common-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/common-config", - "version": "9.0.1", + "version": "10.0.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", @@ -11,12 +11,12 @@ "node": "^14.18.0 || >=16.0.0" }, "dependencies": { - "@1stg/babel-preset": "^3.2.3", - "@1stg/commitlint-config": "^3.2.0", - "@1stg/eslint-config": "^7.0.1", - "@1stg/lint-staged": "^3.4.2", + "@1stg/babel-preset": "^4.0.0", + "@1stg/commitlint-config": "^4.0.0", + "@1stg/eslint-config": "^8.0.0", + "@1stg/lint-staged": "^4.0.0", "@1stg/markuplint-config": "^3.0.1", - "@1stg/prettier-config": "^3.9.2", + "@1stg/prettier-config": "^4.0.0", "@1stg/remark-preset": "^2.0.0", "@1stg/simple-git-hooks": "^0.2.3", "@1stg/tsconfig": "^2.3.3", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index e2056c07..c2aec0fb 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 8.0.0 + +### Major Changes + +- [#229](https://github.com/1stG/configs/pull/229) [`6561a5e`](https://github.com/1stG/configs/commit/6561a5e7f0274753e5e447a17439a7ed54b7b7c4) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump all upgradable (dev)Dependencies + ## 7.0.1 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index dd6b98d4..8a30797c 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/eslint-config", - "version": "7.0.1", + "version": "8.0.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 22caee35..86601837 100644 --- a/packages/lib-config/CHANGELOG.md +++ b/packages/lib-config/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 13.0.0 + +### Major Changes + +- [#229](https://github.com/1stG/configs/pull/229) [`6561a5e`](https://github.com/1stG/configs/commit/6561a5e7f0274753e5e447a17439a7ed54b7b7c4) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump all upgradable (dev)Dependencies + +### Patch Changes + +- Updated dependencies [[`6561a5e`](https://github.com/1stG/configs/commit/6561a5e7f0274753e5e447a17439a7ed54b7b7c4)]: + - @1stg/common-config@10.0.0 + ## 12.0.1 ### Patch Changes diff --git a/packages/lib-config/package.json b/packages/lib-config/package.json index 1a1324e8..fd9f856e 100644 --- a/packages/lib-config/package.json +++ b/packages/lib-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/lib-config", - "version": "12.0.1", + "version": "13.0.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": "^9.0.1", + "@1stg/common-config": "^10.0.0", "@pkgr/rollup": "^5.0.0" }, "publishConfig": { diff --git a/packages/lint-staged/CHANGELOG.md b/packages/lint-staged/CHANGELOG.md index 39966da7..df150af8 100644 --- a/packages/lint-staged/CHANGELOG.md +++ b/packages/lint-staged/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 4.0.0 + +### Major Changes + +- [#229](https://github.com/1stG/configs/pull/229) [`6561a5e`](https://github.com/1stG/configs/commit/6561a5e7f0274753e5e447a17439a7ed54b7b7c4) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump all upgradable (dev)Dependencies + +### Patch Changes + +- Updated dependencies [[`6561a5e`](https://github.com/1stG/configs/commit/6561a5e7f0274753e5e447a17439a7ed54b7b7c4)]: + - @1stg/prettier-config@4.0.0 + ## 3.4.2 ### Patch Changes diff --git a/packages/lint-staged/package.json b/packages/lint-staged/package.json index a59f7adc..172614ff 100644 --- a/packages/lint-staged/package.json +++ b/packages/lint-staged/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/lint-staged", - "version": "3.4.2", + "version": "4.0.0", "description": "Personal but Shareable lint-staged Configuration for all 1stG.me projects", "repository": "git+https://github.com/1stG/configs.git", "author": "JounQin (https://www.1stG.me) ", @@ -14,7 +14,7 @@ }, "dependencies": { "@1stg/config": "^0.2.2", - "@1stg/prettier-config": "^3.9.2", + "@1stg/prettier-config": "^4.0.0", "@1stg/tsconfig": "^2.3.3", "@pkgr/core": "^0.1.0", "prettier": "^3.1.1" diff --git a/packages/postcss-config/CHANGELOG.md b/packages/postcss-config/CHANGELOG.md index 6370c1d5..9cce7936 100644 --- a/packages/postcss-config/CHANGELOG.md +++ b/packages/postcss-config/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.0.0 + +### Major Changes + +- [#229](https://github.com/1stG/configs/pull/229) [`6561a5e`](https://github.com/1stG/configs/commit/6561a5e7f0274753e5e447a17439a7ed54b7b7c4) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump all upgradable (dev)Dependencies + ## 5.0.0 ### Major Changes diff --git a/packages/postcss-config/package.json b/packages/postcss-config/package.json index f34de483..6a0eb91d 100644 --- a/packages/postcss-config/package.json +++ b/packages/postcss-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/postcss-config", - "version": "5.0.0", + "version": "6.0.0", "description": "Personal but Shareable PostCSS Configuration for all 1stG.me projects", "repository": "git+https://github.com/1stG/configs.git", "author": "JounQin (https://www.1stG.me) ", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 72ce9c9d..d73e56b8 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.0.0 + +### Major Changes + +- [#229](https://github.com/1stG/configs/pull/229) [`6561a5e`](https://github.com/1stG/configs/commit/6561a5e7f0274753e5e447a17439a7ed54b7b7c4) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump all upgradable (dev)Dependencies + ## 3.9.2 ### Patch Changes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index c14a3c13..ec71638c 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/prettier-config", - "version": "3.9.2", + "version": "4.0.0", "type": "module", "description": "Personal but Shareable Prettier Configuration for all 1stG.me projects", "repository": "git+https://github.com/1stG/configs.git",