Skip to content

Commit 7611732

Browse files
authored
prerelease release v2.0.0-beta.1 (#147)
* prerelease release v2.0.0-beta.1 * updat docs
1 parent cf94d5f commit 7611732

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

2+
## v2.0.0-beta.1 (2021-06-09)
3+
4+
#### :star: Features
5+
* [#140](https://github.com/intlify/vue-i18n-locale-message/pull/140) Vue 3 support ([@ardier16](https://github.com/ardier16))
6+
7+
#### Committers: 1
8+
- Maksym Shopynskyi ([@ardier16](https://github.com/ardier16))
9+
10+
211
## v1.0.0 (2021-06-08)
312

413
#### :boom: Breaking Change

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
i18n locale messages management tool / library for vue-i18n
66

77
## :warning: NOTICE
8-
Currently version is supported [vue-i18n@v8.x](https://github.com/kazupon/vue-i18n) (for Vue 2.x)
8+
`v2.x or later` is for [vue-i18n-next](https://github.com/intlify/vue-i18n-next) (Vue 3.x)
99

10-
[vue-i18n-next](https://github.com/intlify/vue-i18n-next) (for Vue 3.x) isn't supported yet.
10+
If you want to use for [vue-i18n@v8.x](https://github.com/kazupon/vue-i18n) (Vue 2.x), use the `v1.x`
1111

1212
## :raising_hand: Motivations
1313

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-locale-message",
33
"description": "i18n locale messages management tool / library for vue-i18n",
4-
"version": "1.0.0",
4+
"version": "2.0.0-beta.1",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)