diff --git a/packages/unocss/CHANGELOG.md b/packages/unocss/CHANGELOG.md new file mode 100644 index 00000000..ffeee793 --- /dev/null +++ b/packages/unocss/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## v1.0.1 + +[compare changes](https://github.com/wxt-dev/wxt/compare/unocss-v1.0.0...unocss-v1.0.1) + +### 🩹 Fixes + +- Respect `configOrPath` for dev server ([#1169](https://github.com/wxt-dev/wxt/pull/1169)) + +### 📖 Documentation + +- Use full URLs in README so they work on the docs site ([d20793d](https://github.com/wxt-dev/wxt/commit/d20793d)) +- Fix unocss readme ([#1329](https://github.com/wxt-dev/wxt/pull/1329)) + +### 🏡 Chore + +- **deps:** Upgrade all non-major dependencies ([#1164](https://github.com/wxt-dev/wxt/pull/1164)) +- **deps:** Bump dev and non-breaking major dependencies ([#1167](https://github.com/wxt-dev/wxt/pull/1167)) +- Use PNPM 10's new catelog feature ([#1493](https://github.com/wxt-dev/wxt/pull/1493)) +- Move production dependencies to PNPM 10 catelog ([#1494](https://github.com/wxt-dev/wxt/pull/1494)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](http://github.com/aklinker1)) +- Ntnyq ([@ntnyq](http://github.com/ntnyq)) \ No newline at end of file diff --git a/packages/unocss/package.json b/packages/unocss/package.json index c24de833..0a01f73a 100644 --- a/packages/unocss/package.json +++ b/packages/unocss/package.json @@ -1,7 +1,7 @@ { "name": "@wxt-dev/unocss", "description": "UnoCSS integration for WXT", - "version": "1.0.0", + "version": "1.0.1", "repository": { "type": "git", "url": "git+https://github.com/wxt-dev/wxt.git",