From 2dc3d7d57319767cb0d51b26d697806ca165606f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Jan 2025 10:02:55 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/big-mayflies-smile.md | 5 ----- .changeset/famous-emus-work.md | 5 ----- .changeset/quick-cameras-tickle.md | 5 ----- .changeset/twenty-baboons-protect.md | 5 ----- packages/ui/CHANGELOG.md | 12 ++++++++++++ packages/ui/package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/big-mayflies-smile.md delete mode 100644 .changeset/famous-emus-work.md delete mode 100644 .changeset/quick-cameras-tickle.md delete mode 100644 .changeset/twenty-baboons-protect.md diff --git a/.changeset/big-mayflies-smile.md b/.changeset/big-mayflies-smile.md deleted file mode 100644 index 54004881..00000000 --- a/.changeset/big-mayflies-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tszhong0411/ui': patch ---- - -Add Hover Card diff --git a/.changeset/famous-emus-work.md b/.changeset/famous-emus-work.md deleted file mode 100644 index e7c06949..00000000 --- a/.changeset/famous-emus-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tszhong0411/ui': patch ---- - -Add Toggle Group diff --git a/.changeset/quick-cameras-tickle.md b/.changeset/quick-cameras-tickle.md deleted file mode 100644 index 47d3d6e3..00000000 --- a/.changeset/quick-cameras-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tszhong0411/ui': patch ---- - -Add Carousel diff --git a/.changeset/twenty-baboons-protect.md b/.changeset/twenty-baboons-protect.md deleted file mode 100644 index 61b0f1fe..00000000 --- a/.changeset/twenty-baboons-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tszhong0411/ui': patch ---- - -Add Radio Group diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 344aebe4..64ea99b0 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,17 @@ # @tszhong0411/ui +## 0.0.47 + +### Patch Changes + +- [#971](https://github.com/tszhong0411/honghong.me/pull/971) [`fdedab4`](https://github.com/tszhong0411/honghong.me/commit/fdedab42a1ce95748fb5aeb6c06348c0a51e7080) Thanks [@tszhong0411](https://github.com/tszhong0411)! - Add Hover Card + +- [#974](https://github.com/tszhong0411/honghong.me/pull/974) [`0686557`](https://github.com/tszhong0411/honghong.me/commit/06865572f420bde8a8f43203f3bde5f7a375db73) Thanks [@tszhong0411](https://github.com/tszhong0411)! - Add Toggle Group + +- [#972](https://github.com/tszhong0411/honghong.me/pull/972) [`ae5999b`](https://github.com/tszhong0411/honghong.me/commit/ae5999b7c94fd423776ae32890667da2c12ba5bb) Thanks [@tszhong0411](https://github.com/tszhong0411)! - Add Carousel + +- [#973](https://github.com/tszhong0411/honghong.me/pull/973) [`941fd16`](https://github.com/tszhong0411/honghong.me/commit/941fd16dac7c0460998c430004a7db9ac7db4408) Thanks [@tszhong0411](https://github.com/tszhong0411)! - Add Radio Group + ## 0.0.46 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index bd98178c..bef771ca 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@tszhong0411/ui", - "version": "0.0.46", + "version": "0.0.47", "description": "The UI components for tszhong0411's projects", "license": "MIT", "author": "tszhong0411 (https://github.com/tszhong0411/)",