File tree 2 files changed +32
-1
lines changed
2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
34
## v0.2.3
4
35
5
36
[ compare changes] ( https://github.com/wxt-dev/wxt/compare/i18n-v0.2.2...i18n-v0.2.3 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wxt-dev/i18n" ,
3
3
"description" : " Type-safe wrapper around browser.i18n.getMessage with additional features" ,
4
- "version" : " 0.2.3 " ,
4
+ "version" : " 0.2.4 " ,
5
5
"type" : " module" ,
6
6
"repository" : {
7
7
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments