Skip to content

Commit 3dd9bc7

Browse files
chore(release): @wxt-dev/i18n v0.2.4
1 parent c7335ad commit 3dd9bc7

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

packages/i18n/CHANGELOG.md

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

3+
## v0.2.4
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/i18n-v0.2.3...i18n-v0.2.4)
6+
7+
### 🩹 Fixes
8+
9+
- Standardize locale codes and warn about unsupported ones ([#1617](https://github.com/wxt-dev/wxt/pull/1617))
10+
- Use `@wxt-dev/browser` instead of `@types/chrome` ([#1645](https://github.com/wxt-dev/wxt/pull/1645))
11+
12+
### 📖 Documentation
13+
14+
- Add react language ID to README ([#1347](https://github.com/wxt-dev/wxt/pull/1347))
15+
- Fix public path reference ([bcb20874](https://github.com/wxt-dev/wxt/commit/bcb20874))
16+
17+
### 🏡 Chore
18+
19+
- **deps:** Upgrade all non-major dependencies ([#1164](https://github.com/wxt-dev/wxt/pull/1164))
20+
- **deps:** Bump dev and non-breaking major dependencies ([#1167](https://github.com/wxt-dev/wxt/pull/1167))
21+
- Add funding links to `package.json` files ([#1446](https://github.com/wxt-dev/wxt/pull/1446))
22+
- Use PNPM 10's new catelog feature ([#1493](https://github.com/wxt-dev/wxt/pull/1493))
23+
- Move production dependencies to PNPM 10 catelog ([#1494](https://github.com/wxt-dev/wxt/pull/1494))
24+
- Stop using PNPM catalog ([#1644](https://github.com/wxt-dev/wxt/pull/1644))
25+
- Upgrade `@aklinker1/check` to v2 ([#1647](https://github.com/wxt-dev/wxt/pull/1647))
26+
- Change browser workspace dependency to `^` ([c7335add](https://github.com/wxt-dev/wxt/commit/c7335add))
27+
28+
### ❤️ Contributors
29+
30+
- Aaron ([@aklinker1](https://github.com/aklinker1))
31+
- Okinea Dev ([@okineadev](https://github.com/okineadev))
32+
- Redwoodlid ([@redwoodlid](https://github.com/redwoodlid))
33+
334
## v0.2.3
435

536
[compare changes](https://github.com/wxt-dev/wxt/compare/i18n-v0.2.2...i18n-v0.2.3)

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wxt-dev/i18n",
33
"description": "Type-safe wrapper around browser.i18n.getMessage with additional features",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"type": "module",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)