From 250becc86fa21477673c152e6362999b0ffd557a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Apr 2023 18:19:15 +0800 Subject: [PATCH] chore: release package(s) (#189) Co-authored-by: github-actions[bot] --- .changeset/sixty-planes-accept.md | 5 ----- .changeset/thin-chicken-beg.md | 5 ----- packages/common-config/CHANGELOG.md | 8 ++++++++ packages/common-config/package.json | 6 +++--- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- packages/markuplint-config/CHANGELOG.md | 6 ++++++ packages/markuplint-config/package.json | 2 +- 8 files changed, 25 insertions(+), 15 deletions(-) delete mode 100644 .changeset/sixty-planes-accept.md delete mode 100644 .changeset/thin-chicken-beg.md diff --git a/.changeset/sixty-planes-accept.md b/.changeset/sixty-planes-accept.md deleted file mode 100644 index 8171786b..00000000 --- a/.changeset/sixty-planes-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@1stg/markuplint-config': major ---- - -feat!: migrate to markuplint v3 diff --git a/.changeset/thin-chicken-beg.md b/.changeset/thin-chicken-beg.md deleted file mode 100644 index 5966a5e9..00000000 --- a/.changeset/thin-chicken-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@1stg/eslint-config': minor ---- - -feat!: migrate to markuplint v3 diff --git a/packages/common-config/CHANGELOG.md b/packages/common-config/CHANGELOG.md index f8a8eb32..7f5433d0 100644 --- a/packages/common-config/CHANGELOG.md +++ b/packages/common-config/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 8.0.1 + +### Patch Changes + +- Updated dependencies [[`c558151`](https://github.com/1stG/configs/commit/c5581515504dcf7335f9df2fa77fa3ff31720b09), [`c558151`](https://github.com/1stG/configs/commit/c5581515504dcf7335f9df2fa77fa3ff31720b09)]: + - @1stg/markuplint-config@3.0.0 + - @1stg/eslint-config@6.1.0 + ## 8.0.0 ### Major Changes diff --git a/packages/common-config/package.json b/packages/common-config/package.json index 81dcc144..bc33a618 100644 --- a/packages/common-config/package.json +++ b/packages/common-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/common-config", - "version": "8.0.0", + "version": "8.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", @@ -13,9 +13,9 @@ "dependencies": { "@1stg/babel-preset": "^3.2.3", "@1stg/commitlint-config": "^3.2.0", - "@1stg/eslint-config": "^6.0.0", + "@1stg/eslint-config": "^6.1.0", "@1stg/lint-staged": "^3.4.1", - "@1stg/markuplint-config": "^2.2.1", + "@1stg/markuplint-config": "^3.0.0", "@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 3f49f9de..a2ca28b1 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.1.0 + +### Minor Changes + +- [`c558151`](https://github.com/1stG/configs/commit/c5581515504dcf7335f9df2fa77fa3ff31720b09) Thanks [@JounQin](https://github.com/JounQin)! - feat!: migrate to markuplint v3 + ## 6.0.0 ### Major Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 6788fcc0..680b3dc5 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/eslint-config", - "version": "6.0.0", + "version": "6.1.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/markuplint-config/CHANGELOG.md b/packages/markuplint-config/CHANGELOG.md index 0cea377d..30b86eb4 100644 --- a/packages/markuplint-config/CHANGELOG.md +++ b/packages/markuplint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @1stg/markuplint-config +## 3.0.0 + +### Major Changes + +- [`c558151`](https://github.com/1stG/configs/commit/c5581515504dcf7335f9df2fa77fa3ff31720b09) Thanks [@JounQin](https://github.com/JounQin)! - feat!: migrate to markuplint v3 + ## 2.2.1 ### Patch Changes diff --git a/packages/markuplint-config/package.json b/packages/markuplint-config/package.json index 17d9b8a0..4374614b 100644 --- a/packages/markuplint-config/package.json +++ b/packages/markuplint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/markuplint-config", - "version": "2.2.1", + "version": "3.0.0", "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",