diff --git a/bun.lock b/bun.lock index 8a18e351..2117b232 100644 --- a/bun.lock +++ b/bun.lock @@ -98,7 +98,7 @@ }, "packages/i18n": { "name": "@wxt-dev/i18n", - "version": "0.2.5", + "version": "0.2.6", "dependencies": { "@wxt-dev/browser": "workspace:^", "chokidar": "^5.0.0", diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 88b19c7a..c27522e9 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## v0.2.6 + +[compare changes](https://github.com/wxt-dev/wxt/compare/i18n-v0.2.5...i18n-v0.2.6) + +### 🚀 Enhancements + +- Add named substitutions to i18n ([#2440](https://github.com/wxt-dev/wxt/pull/2440)) + +### 🏡 Chore + +- Add `prettier-plugin-jsdoc` to project ([#2171](https://github.com/wxt-dev/wxt/pull/2171)) +- Replace fast-glob and ora with lighter alternatives ([#2173](https://github.com/wxt-dev/wxt/pull/2173)) +- **deps:** Upgrade deps ([#2175](https://github.com/wxt-dev/wxt/pull/2175)) +- Add prepack script to all packages ([032f7931](https://github.com/wxt-dev/wxt/commit/032f7931)) +- Remove `any` from `i18n`'s internal types ([#2201](https://github.com/wxt-dev/wxt/pull/2201)) +- Add cspell and fix all typos ([6621aaf8](https://github.com/wxt-dev/wxt/commit/6621aaf8)) +- Migrate monorepo to use Bun instead of PNPM ([#2009](https://github.com/wxt-dev/wxt/pull/2009)) +- Add new types for i18n ([#2121](https://github.com/wxt-dev/wxt/pull/2121)) +- **deps-dev:** Bump typescript from 5.9.3 to 6.0.3 ([#2325](https://github.com/wxt-dev/wxt/pull/2325)) +- **deps-dev:** Bump oxlint from 1.59.0 to 1.63.0 ([#2356](https://github.com/wxt-dev/wxt/pull/2356)) +- Use `catalog:` for dev dependencies ([#2357](https://github.com/wxt-dev/wxt/pull/2357)) +- **deps:** Bump tinyglobby from 0.2.15 to 0.2.16 ([#2366](https://github.com/wxt-dev/wxt/pull/2366)) +- Add benchmarks for i18n vs vanilla usage ([#2372](https://github.com/wxt-dev/wxt/pull/2372)) + +### ❤️ Contributors + +- T ([@cookesan](https://github.com/cookesan)) +- Aaron ([@aklinker1](https://github.com/aklinker1)) +- Patryk Kuniczak ([@PatrykKuniczak](https://github.com/PatrykKuniczak)) +- Florian Metz ([@Timeraa](https://github.com/Timeraa)) + ## v0.2.5 [compare changes](https://github.com/wxt-dev/wxt/compare/i18n-v0.2.4...i18n-v0.2.5) diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 0ef40119..94b48686 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,7 +1,7 @@ { "name": "@wxt-dev/i18n", "description": "Type-safe wrapper around browser.i18n.getMessage with additional features", - "version": "0.2.5", + "version": "0.2.6", "type": "module", "repository": { "type": "git",