diff --git a/packages/auto-icons/CHANGELOG.md b/packages/auto-icons/CHANGELOG.md index a1806d9c..04a9da8e 100644 --- a/packages/auto-icons/CHANGELOG.md +++ b/packages/auto-icons/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## v1.1.0 + +[compare changes](https://github.com/wxt-dev/wxt/compare/auto-icons-v1.0.2...auto-icons-v1.1.0) + +### 🚀 Enhancements + +- Add overlay option for dev icons ([#1825](https://github.com/wxt-dev/wxt/pull/1825)) + +### 📖 Documentation + +- Rewrite and restructure the documentation website ([#933](https://github.com/wxt-dev/wxt/pull/933)) +- Use full URLs in README so they work on the docs site ([d20793d5](https://github.com/wxt-dev/wxt/commit/d20793d5)) +- Add SVG compatibility note ([#1830](https://github.com/wxt-dev/wxt/pull/1830)) + +### 🏡 Chore + +- Add `oxlint` for linting ([#947](https://github.com/wxt-dev/wxt/pull/947)) +- **deps:** Bump sharp from 0.33.4 to 0.33.5 ([#959](https://github.com/wxt-dev/wxt/pull/959)) +- Upgrade all non-major dependencies ([#1040](https://github.com/wxt-dev/wxt/pull/1040)) +- **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)) +- Stop using PNPM catalog ([#1644](https://github.com/wxt-dev/wxt/pull/1644)) +- Upgrade `@aklinker1/check` to v2 ([#1647](https://github.com/wxt-dev/wxt/pull/1647)) + +### ❤️ Contributors + +- Typed SIGTERM ([@typed-sigterm](https://github.com/typed-sigterm)) +- Kuba ([@zizzfizzix](https://github.com/zizzfizzix)) +- Aaron ([@aklinker1](https://github.com/aklinker1)) + ## v1.0.2 [compare changes](https://github.com/wxt-dev/wxt/compare/auto-icons-v1.0.1...auto-icons-v1.0.2) diff --git a/packages/auto-icons/package.json b/packages/auto-icons/package.json index 85a6e7fa..86527038 100644 --- a/packages/auto-icons/package.json +++ b/packages/auto-icons/package.json @@ -24,7 +24,7 @@ } ], "license": "MIT", - "version": "1.0.2", + "version": "1.1.0", "type": "module", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",