From 72afcd464e0595aa2a40b8e201a0b02a6d21aa9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Jan 2025 08:29:36 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/eight-falcons-prove.md | 5 ----- .changeset/metal-starfishes-relax.md | 5 ----- .changeset/ten-bananas-sniff.md | 5 ----- .changeset/twenty-panthers-travel.md | 5 ----- .changeset/wet-forks-sin.md | 6 ------ packages/eslint-config/CHANGELOG.md | 10 ++++++++++ packages/eslint-config/package.json | 2 +- packages/tailwind-config/CHANGELOG.md | 6 ++++++ packages/tailwind-config/package.json | 2 +- packages/ui/CHANGELOG.md | 11 +++++++++++ packages/ui/package.json | 2 +- 11 files changed, 30 insertions(+), 29 deletions(-) delete mode 100644 .changeset/eight-falcons-prove.md delete mode 100644 .changeset/metal-starfishes-relax.md delete mode 100644 .changeset/ten-bananas-sniff.md delete mode 100644 .changeset/twenty-panthers-travel.md delete mode 100644 .changeset/wet-forks-sin.md diff --git a/.changeset/eight-falcons-prove.md b/.changeset/eight-falcons-prove.md deleted file mode 100644 index fab51b2b..00000000 --- a/.changeset/eight-falcons-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tszhong0411/eslint-config': patch ---- - -Modify accessibility rules for non-interactive elements diff --git a/.changeset/metal-starfishes-relax.md b/.changeset/metal-starfishes-relax.md deleted file mode 100644 index 48480e14..00000000 --- a/.changeset/metal-starfishes-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tszhong0411/eslint-config': patch ---- - -Bump local-pkg from 0.5.1 to 1.0.0 diff --git a/.changeset/ten-bananas-sniff.md b/.changeset/ten-bananas-sniff.md deleted file mode 100644 index d4b74265..00000000 --- a/.changeset/ten-bananas-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tszhong0411/eslint-config': patch ---- - -Bump @next/eslint-plugin-next from 15.1.3 to 15.1.5 diff --git a/.changeset/twenty-panthers-travel.md b/.changeset/twenty-panthers-travel.md deleted file mode 100644 index c083ed17..00000000 --- a/.changeset/twenty-panthers-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tszhong0411/ui': patch ---- - -Remove Files component diff --git a/.changeset/wet-forks-sin.md b/.changeset/wet-forks-sin.md deleted file mode 100644 index 6c01c441..00000000 --- a/.changeset/wet-forks-sin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@tszhong0411/tailwind-config': patch -'@tszhong0411/ui': patch ---- - -Add Tree View component diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 52cd4720..c9c633b1 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,15 @@ # @tszhong0411/eslint-config +## 0.1.23 + +### Patch Changes + +- [`8987924`](https://github.com/tszhong0411/honghong.me/commit/8987924d3ef98b1eb092bc3fad8bdbbe09b894f1) Thanks [@tszhong0411](https://github.com/tszhong0411)! - Modify accessibility rules for non-interactive elements + +- [#990](https://github.com/tszhong0411/honghong.me/pull/990) [`68e6a9f`](https://github.com/tszhong0411/honghong.me/commit/68e6a9f1c116f7962e14778b95d0bae34008f508) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump local-pkg from 0.5.1 to 1.0.0 + +- [#992](https://github.com/tszhong0411/honghong.me/pull/992) [`ea2de1e`](https://github.com/tszhong0411/honghong.me/commit/ea2de1ef9cf9fce968a6a2d1ee10c5d30c6d406e) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @next/eslint-plugin-next from 15.1.3 to 15.1.5 + ## 0.1.22 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index ddfe414c..2328845a 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@tszhong0411/eslint-config", - "version": "0.1.22", + "version": "0.1.23", "description": "The eslint config for tszhong0411's projects", "license": "MIT", "author": "tszhong0411 (https://github.com/tszhong0411/)", diff --git a/packages/tailwind-config/CHANGELOG.md b/packages/tailwind-config/CHANGELOG.md index a01a50af..006a406b 100644 --- a/packages/tailwind-config/CHANGELOG.md +++ b/packages/tailwind-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @tszhong0411/tailwind-config +## 0.0.22 + +### Patch Changes + +- [#996](https://github.com/tszhong0411/honghong.me/pull/996) [`a5bd348`](https://github.com/tszhong0411/honghong.me/commit/a5bd3488276a5defc06af8fe62dd3521870e69c0) Thanks [@tszhong0411](https://github.com/tszhong0411)! - Add Tree View component + ## 0.0.21 ### Patch Changes diff --git a/packages/tailwind-config/package.json b/packages/tailwind-config/package.json index e65d9e91..ffb00e58 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -1,6 +1,6 @@ { "name": "@tszhong0411/tailwind-config", - "version": "0.0.21", + "version": "0.0.22", "description": "The Tailwind CSS configuration for tszhong0411's projects", "license": "MIT", "author": "tszhong0411 (https://github.com/tszhong0411/)", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 2ca2a542..568b7ce1 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,16 @@ # @tszhong0411/ui +## 0.0.50 + +### Patch Changes + +- [#996](https://github.com/tszhong0411/honghong.me/pull/996) [`d289167`](https://github.com/tszhong0411/honghong.me/commit/d28916754d20c9439ba47d12770af2ebdbff738c) Thanks [@tszhong0411](https://github.com/tszhong0411)! - Remove Files component + +- [#996](https://github.com/tszhong0411/honghong.me/pull/996) [`a5bd348`](https://github.com/tszhong0411/honghong.me/commit/a5bd3488276a5defc06af8fe62dd3521870e69c0) Thanks [@tszhong0411](https://github.com/tszhong0411)! - Add Tree View component + +- Updated dependencies []: + - @tszhong0411/utils@0.0.17 + ## 0.0.49 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 34524d2e..8ea76210 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@tszhong0411/ui", - "version": "0.0.49", + "version": "0.0.50", "description": "The UI components for tszhong0411's projects", "license": "MIT", "author": "tszhong0411 (https://github.com/tszhong0411/)",