Skip to content

Commit 8b3e35d

Browse files
chore(release): @wxt-dev/auto-icons v1.1.0
1 parent 9d4724f commit 8b3e35d

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

packages/auto-icons/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## v1.1.0
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/auto-icons-v1.0.2...auto-icons-v1.1.0)
6+
7+
### 🚀 Enhancements
8+
9+
- Add overlay option for dev icons ([#1825](https://github.com/wxt-dev/wxt/pull/1825))
10+
11+
### 📖 Documentation
12+
13+
- Rewrite and restructure the documentation website ([#933](https://github.com/wxt-dev/wxt/pull/933))
14+
- Use full URLs in README so they work on the docs site ([d20793d5](https://github.com/wxt-dev/wxt/commit/d20793d5))
15+
- Add SVG compatibility note ([#1830](https://github.com/wxt-dev/wxt/pull/1830))
16+
17+
### 🏡 Chore
18+
19+
- Add `oxlint` for linting ([#947](https://github.com/wxt-dev/wxt/pull/947))
20+
- **deps:** Bump sharp from 0.33.4 to 0.33.5 ([#959](https://github.com/wxt-dev/wxt/pull/959))
21+
- Upgrade all non-major dependencies ([#1040](https://github.com/wxt-dev/wxt/pull/1040))
22+
- **deps:** Upgrade all non-major dependencies ([#1164](https://github.com/wxt-dev/wxt/pull/1164))
23+
- **deps:** Bump dev and non-breaking major dependencies ([#1167](https://github.com/wxt-dev/wxt/pull/1167))
24+
- Use PNPM 10's new catelog feature ([#1493](https://github.com/wxt-dev/wxt/pull/1493))
25+
- Move production dependencies to PNPM 10 catelog ([#1494](https://github.com/wxt-dev/wxt/pull/1494))
26+
- Stop using PNPM catalog ([#1644](https://github.com/wxt-dev/wxt/pull/1644))
27+
- Upgrade `@aklinker1/check` to v2 ([#1647](https://github.com/wxt-dev/wxt/pull/1647))
28+
29+
### ❤️ Contributors
30+
31+
- Typed SIGTERM ([@typed-sigterm](https://github.com/typed-sigterm))
32+
- Kuba ([@zizzfizzix](https://github.com/zizzfizzix))
33+
- Aaron ([@aklinker1](https://github.com/aklinker1))
34+
335
## v1.0.2
436

537
[compare changes](https://github.com/wxt-dev/wxt/compare/auto-icons-v1.0.1...auto-icons-v1.0.2)

packages/auto-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"license": "MIT",
27-
"version": "1.0.2",
27+
"version": "1.1.0",
2828
"type": "module",
2929
"module": "./dist/index.mjs",
3030
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)