Skip to content

Commit d8bd252

Browse files
authored
prerelease release v9.0.0-alpha.9 (#54)
1 parent 195e477 commit d8bd252

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

2+
## v9.0.0-alpha.9 (2020-05-25)
3+
4+
#### :star: Features
5+
* [#51](https://github.com/intlify/vue-i18n-next/pull/51) feature: scope prop ([@kazupon](https://github.com/kazupon))
6+
* [#44](https://github.com/intlify/vue-i18n-next/pull/44) feat: legacy typings ([@kazupon](https://github.com/kazupon))
7+
8+
#### :bug: Bug Fixes
9+
* [#53](https://github.com/intlify/vue-i18n-next/pull/53) fix: sync & inherit locale ([@kazupon](https://github.com/kazupon))
10+
11+
#### :boom: Breaking Change
12+
* [#47](https://github.com/intlify/vue-i18n-next/pull/47) breaking: change default of tag prop at i18n-n and i18n-d components ([@kazupon](https://github.com/kazupon))
13+
* [#43](https://github.com/intlify/vue-i18n-next/pull/43) breaking: rename plugin option name ([@kazupon](https://github.com/kazupon))
14+
15+
#### Committers: 1
16+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
17+
18+
219
## v9.0.0-alpha.8 (2020-05-08)
320

421
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-i18n",
33
"description": "Internationalization plugin for Vue.js",
4-
"version": "9.0.0-alpha.8",
4+
"version": "9.0.0-alpha.9",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)