From b12353640f269c3febb73e0b7ac69a5736b9c114 Mon Sep 17 00:00:00 2001 From: JounQin Date: Sat, 30 Dec 2023 00:57:06 +0800 Subject: [PATCH] chore: release package(s) (#231) Co-authored-by: github-actions[bot] --- .changeset/fifty-squids-confess.md | 5 ----- packages/app-config/CHANGELOG.md | 7 +++++++ packages/app-config/package.json | 4 ++-- packages/stylelint-config/CHANGELOG.md | 6 ++++++ packages/stylelint-config/package.json | 2 +- 5 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 .changeset/fifty-squids-confess.md diff --git a/.changeset/fifty-squids-confess.md b/.changeset/fifty-squids-confess.md deleted file mode 100644 index 3357832f..00000000 --- a/.changeset/fifty-squids-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@1stg/stylelint-config": major ---- - -chore: bump all upgradable (dev)Dependencies diff --git a/packages/app-config/CHANGELOG.md b/packages/app-config/CHANGELOG.md index ba33c9ba..aa3d55c7 100644 --- a/packages/app-config/CHANGELOG.md +++ b/packages/app-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 10.0.1 + +### Patch Changes + +- Updated dependencies [[`17fe967`](https://github.com/1stG/configs/commit/17fe9671d7e6315c180a21ec3f6bd46bf6131663)]: + - @1stg/stylelint-config@6.0.0 + ## 10.0.0 ### Major Changes diff --git a/packages/app-config/package.json b/packages/app-config/package.json index 121e98f9..f3476d96 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/app-config", - "version": "10.0.0", + "version": "10.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", @@ -14,7 +14,7 @@ "@1stg/browserslist-config": "^2.0.0", "@1stg/common-config": "^10.0.0", "@1stg/postcss-config": "^6.0.0", - "@1stg/stylelint-config": "^5.1.0", + "@1stg/stylelint-config": "^6.0.0", "@pkgr/es-modules": "^0.6.3", "@pkgr/imagemin": "^4.1.0", "browserslist": "^4.22.2", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index f8cf471e..3c957981 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.0.0 + +### Major Changes + +- [`17fe967`](https://github.com/1stG/configs/commit/17fe9671d7e6315c180a21ec3f6bd46bf6131663) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump all upgradable (dev)Dependencies + ## 5.1.0 ### Minor Changes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 8e698039..8c244af0 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/stylelint-config", - "version": "5.1.0", + "version": "6.0.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) ",