diff --git a/CHANGELOG.md b/CHANGELOG.md index 043a2a1..20b92e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.2.2...main + +[compare changes](https://github.com/hyoban/unocss-preset-shadcn/compare/v0.2.2...main) + +### 🚀 Enhancements + +- Support for shadcn-vue ([25c8df7](https://github.com/hyoban/unocss-preset-shadcn/commit/25c8df7)) + +### 🏡 Chore + +- Init shadcn-vue ([a57b3b7](https://github.com/hyoban/unocss-preset-shadcn/commit/a57b3b7)) +- Add button demo ([613f900](https://github.com/hyoban/unocss-preset-shadcn/commit/613f900)) + +### ❤️ Contributors + +- Stephen Zhou ([@hyoban](http://github.com/hyoban)) + ## v0.2.1...main [compare changes](https://github.com/hyoban/unocss-preset-shadcn/compare/v0.2.1...main) diff --git a/package.json b/package.json index 15dd20e..76f3ee0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unocss-preset-shadcn", "type": "module", - "version": "0.2.2", + "version": "0.2.3", "packageManager": "pnpm@8.12.1", "description": "use shadcn ui with unocss", "author": "Stephen Zhou ",