From c0ff850cf6573cb83a96ef7fb268baf4240ba08a Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Tue, 26 May 2020 03:20:46 +0900 Subject: [PATCH] prerelease release v9.0.0-alpha.9 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d5be323..8b357028d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ +## v9.0.0-alpha.9 (2020-05-25) + +#### :star: Features +* [#51](https://github.com/intlify/vue-i18n-next/pull/51) feature: scope prop ([@kazupon](https://github.com/kazupon)) +* [#44](https://github.com/intlify/vue-i18n-next/pull/44) feat: legacy typings ([@kazupon](https://github.com/kazupon)) + +#### :bug: Bug Fixes +* [#53](https://github.com/intlify/vue-i18n-next/pull/53) fix: sync & inherit locale ([@kazupon](https://github.com/kazupon)) + +#### :boom: Breaking Change +* [#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)) +* [#43](https://github.com/intlify/vue-i18n-next/pull/43) breaking: rename plugin option name ([@kazupon](https://github.com/kazupon)) + +#### Committers: 1 +- kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) + + ## v9.0.0-alpha.8 (2020-05-08) #### :boom: Breaking Change diff --git a/package.json b/package.json index e4f7660f8..5b4d92b55 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-i18n", "description": "Internationalization plugin for Vue.js", - "version": "9.0.0-alpha.8", + "version": "9.0.0-alpha.9", "author": { "name": "kazuya kawaguchi", "email": "kawakazu80@gmail.com"