Skip to content

Commit c1a1abe

Browse files
authored
prerelease release v9.2.0-beta.1 (#599)
* prerelease release v9.2.0-beta.1 * update
1 parent 0229b7e commit c1a1abe

File tree

11 files changed

+97
-32
lines changed

11 files changed

+97
-32
lines changed

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
## v9.2.0-beta.1 (2021-07-27)
2+
3+
#### :star: Features
4+
* `core-base`, `core`, `devtools-if`, `message-compiler`, `message-resolver`, `petite-vue-i18n`, `runtime`, `size-check-core`, `size-check-petite-vue-i18n`, `size-check-vue-i18n`, `vue-devtools`, `vue-i18n-core`, `vue-i18n`
5+
* [#588](https://github.com/intlify/vue-i18n-next/pull/588) feat: [petite-vue-i18n](https://github.com/intlify/vue-i18n-next/tree/master/packages/petite-vue-i18n) ([@kazupon](https://github.com/kazupon))
6+
* `core-base`, `vue-i18n`
7+
* [#508](https://github.com/intlify/vue-i18n-next/pull/508) feat: type-safe with global type definition ([@kazupon](https://github.com/kazupon))
8+
- `core-base`, `message-resolver`, `vue-i18n`
9+
- [#477](https://github.com/intlify/vue-i18n-next/pull/477) feat: custom message resolver ([@kazupon](https://github.com/kazupon))
10+
11+
12+
#### :boom: Breaking Change
13+
- `core-base`, `core`, `devtools-if`, `message-compiler`, `message-resolver`, `runtime`, `shared`, `vue-devtools`, `vue-i18n`
14+
- [#560](https://github.com/intlify/vue-i18n-next/pull/560) breaking: drop node v10 ([@kazupon](https://github.com/kazupon))
15+
- `vue-i18n`
16+
- [#514](https://github.com/intlify/vue-i18n-next/pull/514) Fix **FEATURE_ESM_BUNDLER_WARN** flag can not be configured ([@PeterAlfredLee](https://github.com/PeterAlfredLee))
17+
18+
19+
#### :zap: Improvement Features
20+
* `core-base`, `vue-i18n`
21+
* [#584](https://github.com/intlify/vue-i18n-next/pull/584) improvement: reduce size ([@kazupon](https://github.com/kazupon))
22+
* `size-check-vue-i18n`, `vue-i18n`
23+
* [#583](https://github.com/intlify/vue-i18n-next/pull/583) improvement: deprecated __VUE_I18N_PROD_DEVTOOLS__ feature flag ([@kazupon](https://github.com/kazupon))
24+
* `vue-i18n`
25+
* [#578](https://github.com/intlify/vue-i18n-next/pull/578) support for Vue 3.1 ([@kazupon](https://github.com/kazupon))
26+
* `vue-i18n`
27+
* [#545](https://github.com/intlify/vue-i18n-next/pull/545) Allow number and boolean in args of number formatting ([@yannbriancon](https://github.com/yannbriancon))
28+
* `vue-i18n`
29+
* [#541](https://github.com/intlify/vue-i18n-next/pull/541) Add number formatting missing type definition ([@yannbriancon](https://github.com/yannbriancon))
30+
* `core-base`, `vue-i18n`
31+
* [#489](https://github.com/intlify/vue-i18n-next/pull/489) Type safe improvements ([@kazupon](https://github.com/kazupon))
32+
* `vue-i18n`
33+
* [#478](https://github.com/intlify/vue-i18n-next/pull/478) improvement: target component highlighting on i18n resources inspector ([@kazupon](https://github.com/kazupon))
34+
35+
36+
#### :bug: Bug Fixes
37+
* `core-base`
38+
* [#570](https://github.com/intlify/vue-i18n-next/pull/570) fix: __INTLIFY_PROD_DEVTOOLS__ is not defined (#532) ([@kazupon](https://github.com/kazupon))
39+
* `core-base`
40+
* [#532](https://github.com/intlify/vue-i18n-next/pull/532) fix: **INTLIFY_PROD_DEVTOOLS** is not defined ([@kazupon](https://github.com/kazupon))
41+
* `vue-i18n`
42+
* [#524](https://github.com/intlify/vue-i18n-next/pull/524) fix: cannot hook at beforeUnmount/unmounted ([@kazupon](https://github.com/kazupon))
43+
* `core-base`
44+
* [#515](https://github.com/intlify/vue-i18n-next/pull/515) Datetime format validation ([@PeterAlfredLee](https://github.com/PeterAlfredLee))
45+
* Other
46+
* [#519](https://github.com/intlify/vue-i18n-next/pull/519) fix `d.ts` breaking ([@kazupon](https://github.com/kazupon))
47+
48+
49+
#### :pencil: Documentation
50+
* Other
51+
* [#555](https://github.com/intlify/vue-i18n-next/pull/555) docs: add `defaultSFCLang` and `globalSFCScope` to sfc ([@userquin](https://github.com/userquin))
52+
* [#549](https://github.com/intlify/vue-i18n-next/pull/549) Fix VueJS Syntax ([@MarianPohling](https://github.com/MarianPohling))
53+
* [#484](https://github.com/intlify/vue-i18n-next/pull/484) Fix syntax error in quote example. ([@snuggs](https://github.com/snuggs))
54+
* `vue-i18n`
55+
* [#487](https://github.com/intlify/vue-i18n-next/pull/487) Add some tests about numberFormats ([@PeterAlfredLee](https://github.com/PeterAlfredLee))
56+
57+
#### Committers: 1
58+
* kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
59+
* Yann Briançon ([@yannbriancon](https://github.com/yannbriancon))
60+
* Lee ([@PeterAlfredLee](https://github.com/PeterAlfredLee))
61+
* Marian Pohling ([@MarianPohling](https://github.com/MarianPohling))
62+
* [@userquin](https://github.com/userquin)
63+
* Ahmid ([@snuggs](https://github.com/snuggs))
64+
* [@noy4](https://github.com/noy4)
65+
166

267
## v9.2.0-alpha.9 (2021-07-24)
368

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-i18n-next",
3-
"version": "9.2.0-alpha.9",
3+
"version": "9.2.0-beta.1",
44
"license": "MIT",
55
"author": {
66
"name": "kazuya kawaguchi",
@@ -33,9 +33,9 @@
3333
"coverage": "opener coverage/lcov-report/index.html",
3434
"dev": "node -r esbuild-register scripts/dev.ts",
3535
"dev:e2e": "jest --runInBand --config ./jest.e2e.config.js",
36+
"docs:apigen": "yarn docs:apigen:core && yarn docs:apigen:vue",
3637
"docs:apigen:core": "api-docs-gen ./temp/core-base.api.json -o ./docs/api -c ./docsgen.config.js -g noprefix -t ./tsdoc.json && mv ./docs/api/general.md ./docs/api/temp.md",
3738
"docs:apigen:vue": "api-docs-gen ./temp/vue-i18n-core.api.json -o ./docs/api -c ./docsgen.config.js -g noprefix -t ./tsdoc.json && tail -n +3 ./docs/api/temp.md >> ./docs/api/general.md && rm -rf ./docs/api/temp.md",
38-
"docs:apigen": "yarn docs:apigen:core && yarn docs:apigen:vue",
3939
"docs:build": "yarn docs:setup && vitepress build docs",
4040
"docs:dev": "vitepress dev docs",
4141
"docs:serve": "vitepress serve docs",

packages/core-base/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intlify/core-base",
3-
"version": "9.2.0-alpha.9",
3+
"version": "9.2.0-beta.1",
44
"description": "@intlify/core-base",
55
"keywords": [
66
"core",
@@ -33,10 +33,10 @@
3333
"jsdelivr": "dist/core-base.global.js",
3434
"types": "dist/core-base.d.ts",
3535
"dependencies": {
36-
"@intlify/devtools-if": "9.2.0-alpha.9",
37-
"@intlify/message-compiler": "9.2.0-alpha.9",
38-
"@intlify/shared": "9.2.0-alpha.9",
39-
"@intlify/vue-devtools": "9.2.0-alpha.9"
36+
"@intlify/devtools-if": "9.2.0-beta.1",
37+
"@intlify/message-compiler": "9.2.0-beta.1",
38+
"@intlify/shared": "9.2.0-beta.1",
39+
"@intlify/vue-devtools": "9.2.0-beta.1"
4040
},
4141
"engines": {
4242
"node": ">= 12"

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intlify/core",
3-
"version": "9.2.0-alpha.9",
3+
"version": "9.2.0-beta.1",
44
"description": "@intlify/core",
55
"keywords": [
66
"core",
@@ -33,7 +33,7 @@
3333
"jsdelivr": "dist/core.global.js",
3434
"types": "dist/core.d.ts",
3535
"dependencies": {
36-
"@intlify/core-base": "9.2.0-alpha.9"
36+
"@intlify/core-base": "9.2.0-beta.1"
3737
},
3838
"engines": {
3939
"node": ">= 12"

packages/devtools-if/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intlify/devtools-if",
3-
"version": "9.2.0-alpha.9",
3+
"version": "9.2.0-beta.1",
44
"description": "@intlify/devtools-if",
55
"keywords": [
66
"devtools",
@@ -30,7 +30,7 @@
3030
"module": "dist/devtools-if.esm-bundler.js",
3131
"types": "dist/devtools-if.d.ts",
3232
"dependencies": {
33-
"@intlify/shared": "9.2.0-alpha.9"
33+
"@intlify/shared": "9.2.0-beta.1"
3434
},
3535
"engines": {
3636
"node": ">= 12"

packages/message-compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intlify/message-compiler",
3-
"version": "9.2.0-alpha.9",
3+
"version": "9.2.0-beta.1",
44
"description": "@intlify/message-compiler",
55
"keywords": [
66
"compiler",
@@ -33,7 +33,7 @@
3333
"jsdelivr": "dist/message-compiler.global.js",
3434
"types": "dist/message-compiler.d.ts",
3535
"dependencies": {
36-
"@intlify/shared": "9.2.0-alpha.9",
36+
"@intlify/shared": "9.2.0-beta.1",
3737
"source-map": "0.6.1"
3838
},
3939
"engines": {

packages/petite-vue-i18n/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "petite-vue-i18n",
3-
"version": "9.2.0-alpha.9",
3+
"version": "9.2.0-beta.1",
44
"description": "Vue I18n lite version",
55
"keywords": [
66
"i18n",
@@ -35,13 +35,13 @@
3535
"jsdelivr": "dist/petite-vue-i18n.global.js",
3636
"types": "dist/petite-vue-i18n.d.ts",
3737
"dependencies": {
38-
"@intlify/core-base": "9.2.0-alpha.9",
39-
"@intlify/shared": "9.2.0-alpha.9",
40-
"@intlify/vue-devtools": "9.2.0-alpha.9",
38+
"@intlify/core-base": "9.2.0-beta.1",
39+
"@intlify/shared": "9.2.0-beta.1",
40+
"@intlify/vue-devtools": "9.2.0-beta.1",
4141
"@vue/devtools-api": "^6.0.0-beta.13"
4242
},
4343
"devDependencies": {
44-
"@intlify/devtools-if": "9.2.0-alpha.9"
44+
"@intlify/devtools-if": "9.2.0-beta.1"
4545
},
4646
"peerDependencies": {
4747
"vue": "^3.0.0"

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intlify/shared",
3-
"version": "9.2.0-alpha.9",
3+
"version": "9.2.0-beta.1",
44
"description": "@intlify/shared",
55
"keywords": [
66
"i18n",

packages/vue-devtools/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intlify/vue-devtools",
3-
"version": "9.2.0-alpha.9",
3+
"version": "9.2.0-beta.1",
44
"description": "@intlify/vue-devtools",
55
"keywords": [
66
"i18n",
@@ -30,8 +30,8 @@
3030
"module": "dist/vue-devtools.esm-bundler.js",
3131
"types": "dist/vue-devtools.d.ts",
3232
"dependencies": {
33-
"@intlify/core-base": "9.2.0-alpha.9",
34-
"@intlify/shared": "9.2.0-alpha.9"
33+
"@intlify/core-base": "9.2.0-beta.1",
34+
"@intlify/shared": "9.2.0-beta.1"
3535
},
3636
"engines": {
3737
"node": ">= 12"

packages/vue-i18n-core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intlify/vue-i18n-core",
3-
"version": "9.2.0-alpha.9",
3+
"version": "9.2.0-beta.1",
44
"description": "@intlify/vue-i18n-core",
55
"keywords": [
66
"core",
@@ -35,13 +35,13 @@
3535
"jsdelivr": "dist/vue-i18n-core.global.js",
3636
"types": "dist/vue-i18n-core.d.ts",
3737
"dependencies": {
38-
"@intlify/core-base": "9.2.0-alpha.9",
39-
"@intlify/shared": "9.2.0-alpha.9",
40-
"@intlify/vue-devtools": "9.2.0-alpha.9",
38+
"@intlify/core-base": "9.2.0-beta.1",
39+
"@intlify/shared": "9.2.0-beta.1",
40+
"@intlify/vue-devtools": "9.2.0-beta.1",
4141
"@vue/devtools-api": "^6.0.0-beta.13"
4242
},
4343
"devDependencies": {
44-
"@intlify/devtools-if": "9.2.0-alpha.9"
44+
"@intlify/devtools-if": "9.2.0-beta.1"
4545
},
4646
"peerDependencies": {
4747
"vue": "^3.0.0"

0 commit comments

Comments
 (0)