Skip to content

Commit c09cd3b

Browse files
committed
1 parent 5480cd1 commit c09cd3b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

packages/unplugin-vue-i18n/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11

2+
## @intlify/unplugin-vue-i18n@5.0.0-beta.0 (2024-05-17)
3+
4+
#### :star: Features
5+
* [#369](https://github.com/intlify/bundle-tools/pull/369) feat(bundle-utils,unplugin-vue-i18n): pkg option for `getVueI18nVersion` ([@kazupon](https://github.com/kazupon))
6+
7+
#### :bug: Bug Fixes
8+
* [#366](https://github.com/intlify/bundle-tools/pull/366) fix(bundle-utils,unplugin-vue-i18n): exclude locales when using mixed locales #329 ([@imslepov](https://github.com/imslepov))
9+
10+
#### :boom: Breaking Change
11+
* [#368](https://github.com/intlify/bundle-tools/pull/368) fix(unplugin-vue-i18n): drop `useClassComponent` option ([@kazupon](https://github.com/kazupon))
12+
* [#364](https://github.com/intlify/bundle-tools/pull/364) breaking(unplugin-vue-i18n): drop node v18 lower ([@kazupon](https://github.com/kazupon))
13+
* [#362](https://github.com/intlify/bundle-tools/pull/362) breaking(unplugin-vue-i18n): drop `jitCompilation` option ([@kazupon](https://github.com/kazupon))
14+
15+
#### :pencil: Documentation
16+
* [#358](https://github.com/intlify/bundle-tools/pull/358) docs: Fix wording of dropMessageCompiler ([@Lilja](https://github.com/Lilja))
17+
18+
#### Committers: 3
19+
- Daniel Slepov ([@imslepov](https://github.com/imslepov))
20+
- Erik Lilja ([@Lilja](https://github.com/Lilja))
21+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
22+
23+
224
## @intlify/unplugin-vue-i18n@4.0.0 (2024-03-26)
325

426
#### :zap: Improvement Features

packages/unplugin-vue-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intlify/unplugin-vue-i18n",
3-
"version": "4.0.0",
3+
"version": "5.0.0-beta.0",
44
"description": "unplugin for Vue I18n",
55
"author": {
66
"name": "kazuya kawaguchi",

0 commit comments

Comments
 (0)