From a9816b5b752856179525d5fb4afae98dea028c5a Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Mon, 13 Apr 2020 14:59:34 +0900 Subject: [PATCH] prerelease release v9.0.0-alpha.2 (#11) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2008bb254..3cb8c0957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## v9.0.0-alpha.2 (2020-04-13) + +#### :star: Features +* [#10](https://github.com/intlify/vue-i18n-next/pull/10) support datetime format component ([@kazupon](https://github.com/kazupon)) +* [#9](https://github.com/intlify/vue-i18n-next/pull/9) number format component: `i18n-n` ([@kazupon](https://github.com/kazupon)) + +#### :boom: Breaking Change +* [#8](https://github.com/intlify/vue-i18n-next/pull/8) enhancement locale fallbacking ([@kazupon](https://github.com/kazupon)) +* [#7](https://github.com/intlify/vue-i18n-next/pull/7) Translation component `i18n-t` (In v8.x, it was called `i18n` component as Component interpolation feature) ([@kazupon](https://github.com/kazupon)) +* [#6](https://github.com/intlify/vue-i18n-next/pull/6) breaking: factory improvements ([@kazupon](https://github.com/kazupon)) + +#### Committers: 1 +- kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) + ## v9.0.0-alpha.1 (2020-04-07) ### :star: New Features diff --git a/package.json b/package.json index d944f4971..45336fcb0 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.1", + "version": "9.0.0-alpha.2", "author": { "name": "kazuya kawaguchi", "email": "kawakazu80@gmail.com"