diff --git a/.changeset/old-cooks-relax.md b/.changeset/old-cooks-relax.md deleted file mode 100644 index f25760af..00000000 --- a/.changeset/old-cooks-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@1stg/markuplint-config': patch ---- - -chore: disable `use-list` rule diff --git a/.changeset/proud-files-turn.md b/.changeset/proud-files-turn.md deleted file mode 100644 index f2c5ed59..00000000 --- a/.changeset/proud-files-turn.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@1stg/app-config': major -'@1stg/common-config': major -'@1stg/eslint-config': major -'@1stg/lib-config': major ---- - -chore: bump eslint plugins diff --git a/packages/app-config/CHANGELOG.md b/packages/app-config/CHANGELOG.md index fc130575..6fa23b1f 100644 --- a/packages/app-config/CHANGELOG.md +++ b/packages/app-config/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 9.0.0 + +### Major Changes + +- [`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint plugins + +### Patch Changes + +- Updated dependencies [[`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45)]: + - @1stg/common-config@9.0.0 + ## 8.1.0 ### Minor Changes diff --git a/packages/app-config/package.json b/packages/app-config/package.json index 810ca6d1..bb94443e 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/app-config", - "version": "8.1.0", + "version": "9.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", @@ -12,7 +12,7 @@ }, "dependencies": { "@1stg/browserslist-config": "^1.2.4", - "@1stg/common-config": "^8.1.0", + "@1stg/common-config": "^9.0.0", "@1stg/postcss-config": "^5.0.0", "@1stg/stylelint-config": "^5.1.0", "@pkgr/es-modules": "^0.6.3", diff --git a/packages/common-config/CHANGELOG.md b/packages/common-config/CHANGELOG.md index dd65b57f..91d8696d 100644 --- a/packages/common-config/CHANGELOG.md +++ b/packages/common-config/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 9.0.0 + +### Major Changes + +- [`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint plugins + +### Patch Changes + +- Updated dependencies [[`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45), [`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45)]: + - @1stg/markuplint-config@3.0.1 + - @1stg/eslint-config@7.0.0 + ## 8.1.0 ### Minor Changes diff --git a/packages/common-config/package.json b/packages/common-config/package.json index 27cf49f3..26ffb6bf 100644 --- a/packages/common-config/package.json +++ b/packages/common-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/common-config", - "version": "8.1.0", + "version": "9.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", @@ -13,9 +13,9 @@ "dependencies": { "@1stg/babel-preset": "^3.2.3", "@1stg/commitlint-config": "^3.2.0", - "@1stg/eslint-config": "^6.2.0", + "@1stg/eslint-config": "^7.0.0", "@1stg/lint-staged": "^3.4.1", - "@1stg/markuplint-config": "^3.0.0", + "@1stg/markuplint-config": "^3.0.1", "@1stg/prettier-config": "^3.9.2", "@1stg/remark-preset": "^2.0.0", "@1stg/simple-git-hooks": "^0.2.3", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 90a18569..a7992f38 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.0.0 + +### Major Changes + +- [`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint plugins + ## 6.2.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 1aef263f..b591ac00 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/eslint-config", - "version": "6.2.0", + "version": "7.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 f79a5574..fc4b7279 100644 --- a/packages/lib-config/CHANGELOG.md +++ b/packages/lib-config/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 12.0.0 + +### Major Changes + +- [`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump eslint plugins + +### Patch Changes + +- Updated dependencies [[`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45)]: + - @1stg/common-config@9.0.0 + ## 11.1.0 ### Minor Changes diff --git a/packages/lib-config/package.json b/packages/lib-config/package.json index 8297aa9f..de02cad6 100644 --- a/packages/lib-config/package.json +++ b/packages/lib-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/lib-config", - "version": "11.1.0", + "version": "12.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": "^8.1.0", + "@1stg/common-config": "^9.0.0", "@pkgr/rollup": "^4.1.1" }, "publishConfig": { diff --git a/packages/markuplint-config/CHANGELOG.md b/packages/markuplint-config/CHANGELOG.md index 30b86eb4..b80e53b5 100644 --- a/packages/markuplint-config/CHANGELOG.md +++ b/packages/markuplint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @1stg/markuplint-config +## 3.0.1 + +### Patch Changes + +- [`93a4ce0`](https://github.com/1stG/configs/commit/93a4ce0a2d93b0d3a390ca6cac716f35598b3c45) Thanks [@JounQin](https://github.com/JounQin)! - chore: disable `use-list` rule + ## 3.0.0 ### Major Changes diff --git a/packages/markuplint-config/package.json b/packages/markuplint-config/package.json index 40e2a0e9..59155f8c 100644 --- a/packages/markuplint-config/package.json +++ b/packages/markuplint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/markuplint-config", - "version": "3.0.0", + "version": "3.0.1", "description": "Personal but Shareable markuplint Configuration for all 1stG.me projects", "repository": "git+https://github.com/1stG/configs.git", "homepage": "https://github.com/1stG/configs/tree/master/packages/markuplint-config",