Skip to content

Commit 5e190ab

Browse files
committed
1 parent f150059 commit 5e190ab

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/bundle-utils/CHANGELOG.md

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

2+
## @intlify/bundle-utils@9.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+
* [#367](https://github.com/intlify/bundle-tools/pull/367) breaking(bundle-utils): drop `useClassComponent` option ([@kazupon](https://github.com/kazupon))
12+
* [#365](https://github.com/intlify/bundle-tools/pull/365) breaking(bundle-utils): drop unnecessary `vueVersion` option ([@kazupon](https://github.com/kazupon))
13+
* [#363](https://github.com/intlify/bundle-tools/pull/363) breaking(bundle-utils): drop node v18 lower ([@kazupon](https://github.com/kazupon))
14+
15+
#### Committers: 2
16+
- Daniel Slepov ([@imslepov](https://github.com/imslepov))
17+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
18+
19+
220
## @intlify/bundle-utils@8.0.0 (2024-03-26)
321

422
#### :boom: Breaking Change

packages/bundle-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@intlify/bundle-utils",
33
"description": "Bundle utilities for Intlify project",
4-
"version": "8.0.0",
4+
"version": "9.0.0-beta.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)