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/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 344aebe4..fb176d55 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @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 + ## 0.0.46 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 73ada58c..4013ad3c 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/)",