Skip to content

Commit 714bbe4

Browse files
authored
prerelease release v9.2.0-alpha.5 (#561)
* prerelease release v9.2.0-alpha.5 * update
1 parent 2f51ee8 commit 714bbe4

File tree

11 files changed

+125
-80
lines changed

11 files changed

+125
-80
lines changed

CHANGELOG.md

Lines changed: 92 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,139 +1,184 @@
1+
## v9.2.0-alpha.5 (2021-07-06)
2+
3+
#### :zap: Improvement Features
4+
5+
- `vue-i18n`
6+
- [#545](https://github.com/intlify/vue-i18n-next/pull/545) Allow number and boolean in args of number formatting ([@yannbriancon](https://github.com/yannbriancon))
7+
8+
#### :boom: Breaking Change
9+
10+
- `core-base`, `core`, `devtools-if`, `message-compiler`, `message-resolver`, `runtime`, `shared`, `vue-devtools`, `vue-i18n`
11+
- [#560](https://github.com/intlify/vue-i18n-next/pull/560) breaking: drop node v10 ([@kazupon](https://github.com/kazupon))
12+
13+
#### :pencil: Documentation
14+
15+
- Other
16+
- [#555](https://github.com/intlify/vue-i18n-next/pull/555) docs: add `defaultSFCLang` and `globalSFCScope` to sfc ([@userquin](https://github.com/userquin))
17+
- [#549](https://github.com/intlify/vue-i18n-next/pull/549) Fix VueJS Syntax ([@MarianPohling](https://github.com/MarianPohling))
18+
- `vue-i18n`
19+
- [#541](https://github.com/intlify/vue-i18n-next/pull/541) Add number formatting missing type definition ([@yannbriancon](https://github.com/yannbriancon))
20+
21+
#### Committers: 5
22+
23+
- Lee ([@PeterAlfredLee](https://github.com/PeterAlfredLee))
24+
- Marian Pohling ([@MarianPohling](https://github.com/MarianPohling))
25+
- Yann Briançon ([@yannbriancon](https://github.com/yannbriancon))
26+
- [@userquin](https://github.com/userquin)
27+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
128

229
## v9.2.0-alpha.4 (2021-06-12)
330

431
#### :bug: Bug Fixes
5-
* `core-base`
6-
* [#532](https://github.com/intlify/vue-i18n-next/pull/532) fix: __INTLIFY_PROD_DEVTOOLS__ is not defined ([@kazupon](https://github.com/kazupon))
7-
* `vue-i18n`
8-
* [#524](https://github.com/intlify/vue-i18n-next/pull/524) fix: cannot hook at beforeUnmount/unmounted ([@kazupon](https://github.com/kazupon))
32+
33+
- `core-base`
34+
- [#532](https://github.com/intlify/vue-i18n-next/pull/532) fix: **INTLIFY_PROD_DEVTOOLS** is not defined ([@kazupon](https://github.com/kazupon))
35+
- `vue-i18n`
36+
- [#524](https://github.com/intlify/vue-i18n-next/pull/524) fix: cannot hook at beforeUnmount/unmounted ([@kazupon](https://github.com/kazupon))
937

1038
#### :boom: Breaking Change
11-
* `vue-i18n`
12-
* [#526](https://github.com/intlify/vue-i18n-next/pull/526) drop node v10 ([@kazupon](https://github.com/kazupon))
39+
40+
- `vue-i18n`
41+
- [#526](https://github.com/intlify/vue-i18n-next/pull/526) drop node v10 ([@kazupon](https://github.com/kazupon))
1342

1443
#### Committers: 1
15-
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
1644

45+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
1746

1847
## v9.2.0-alpha.3 (2021-06-02)
1948

2049
#### :bug: Bug Fixes
21-
* [#519](https://github.com/intlify/vue-i18n-next/pull/519) fix `d.ts` breaking ([@kazupon](https://github.com/kazupon))
50+
51+
- [#519](https://github.com/intlify/vue-i18n-next/pull/519) fix `d.ts` breaking ([@kazupon](https://github.com/kazupon))
2252

2353
#### Committers: 1
24-
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
2554

55+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
2656

2757
## v9.2.0-alpha.2 (2021-06-02)
2858

2959
#### :star: Features
30-
* `core-base`, `vue-i18n`
31-
* [#508](https://github.com/intlify/vue-i18n-next/pull/508) feat: global type definition ([@kazupon](https://github.com/kazupon))
60+
61+
- `core-base`, `vue-i18n`
62+
- [#508](https://github.com/intlify/vue-i18n-next/pull/508) feat: global type definition ([@kazupon](https://github.com/kazupon))
3263

3364
#### :bug: Bug Fixes
34-
* `core-base`
35-
* [#515](https://github.com/intlify/vue-i18n-next/pull/515) Closes [#383](https://github.com/intlify/vue-i18n-next/issues/383) ([@PeterAlfredLee](https://github.com/PeterAlfredLee))
65+
66+
- `core-base`
67+
- [#515](https://github.com/intlify/vue-i18n-next/pull/515) Closes [#383](https://github.com/intlify/vue-i18n-next/issues/383) ([@PeterAlfredLee](https://github.com/PeterAlfredLee))
3668

3769
#### :boom: Breaking Change
38-
* `vue-i18n`
39-
* [#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))
70+
71+
- `vue-i18n`
72+
- [#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))
4073

4174
#### Committers: 2
75+
4276
- Lee ([@PeterAlfredLee](https://github.com/PeterAlfredLee))
4377
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
4478

45-
4679
## v9.2.0-alpha.1 (2021-05-25)
4780

4881
#### :star: Features
49-
* `core-base`, `message-resolver`, `vue-i18n`
50-
* [#477](https://github.com/intlify/vue-i18n-next/pull/477) feat: custom message resolver ([@kazupon](https://github.com/kazupon))
82+
83+
- `core-base`, `message-resolver`, `vue-i18n`
84+
- [#477](https://github.com/intlify/vue-i18n-next/pull/477) feat: custom message resolver ([@kazupon](https://github.com/kazupon))
5185

5286
#### :zap: Improvement Features
53-
* `core-base`, `vue-i18n`
54-
* [#489](https://github.com/intlify/vue-i18n-next/pull/489) Type safe improvements ([@kazupon](https://github.com/kazupon))
55-
* `vue-i18n`
56-
* [#478](https://github.com/intlify/vue-i18n-next/pull/478) improvement: target component highlighting on i18n resources inspector ([@kazupon](https://github.com/kazupon))
87+
88+
- `core-base`, `vue-i18n`
89+
- [#489](https://github.com/intlify/vue-i18n-next/pull/489) Type safe improvements ([@kazupon](https://github.com/kazupon))
90+
- `vue-i18n`
91+
- [#478](https://github.com/intlify/vue-i18n-next/pull/478) improvement: target component highlighting on i18n resources inspector ([@kazupon](https://github.com/kazupon))
5792

5893
#### :boom: Breaking Change
59-
* `core-base`, `vue-i18n`
60-
* [#489](https://github.com/intlify/vue-i18n-next/pull/489) Type safe improvements ([@kazupon](https://github.com/kazupon))
94+
95+
- `core-base`, `vue-i18n`
96+
- [#489](https://github.com/intlify/vue-i18n-next/pull/489) Type safe improvements ([@kazupon](https://github.com/kazupon))
6197

6298
#### :pencil: Documentation
63-
* `vue-i18n`
64-
* [#487](https://github.com/intlify/vue-i18n-next/pull/487) Add some tests about numberFormats ([@PeterAlfredLee](https://github.com/PeterAlfredLee))
65-
* Other
66-
* [#484](https://github.com/intlify/vue-i18n-next/pull/484) Fix syntax error in quote example. ([@snuggs](https://github.com/snuggs))
99+
100+
- `vue-i18n`
101+
- [#487](https://github.com/intlify/vue-i18n-next/pull/487) Add some tests about numberFormats ([@PeterAlfredLee](https://github.com/PeterAlfredLee))
102+
- Other
103+
- [#484](https://github.com/intlify/vue-i18n-next/pull/484) Fix syntax error in quote example. ([@snuggs](https://github.com/snuggs))
67104

68105
#### Committers: 4
106+
69107
- Ahmid ([@snuggs](https://github.com/snuggs))
70108
- Lee ([@PeterAlfredLee](https://github.com/PeterAlfredLee))
71109
- [@noy4](https://github.com/noy4)
72110
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
73111

74-
75112
## v9.1.6 (2021-04-15)
76113

77114
#### :bug: Bug Fixes
78-
* `vue-i18n`
79-
* [#459](https://github.com/intlify/vue-i18n-next/pull/459) fix vue-i18n type definition broken ([@kazupon](https://github.com/kazupon))
115+
116+
- `vue-i18n`
117+
- [#459](https://github.com/intlify/vue-i18n-next/pull/459) fix vue-i18n type definition broken ([@kazupon](https://github.com/kazupon))
80118

81119
#### Committers: 1
82-
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
83120

121+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
84122

85123
## v9.1.5 (2021-04-15)
86124

87125
#### :zap: Improvement Features
88-
* `vue-i18n`
89-
* [#453](https://github.com/intlify/vue-i18n-next/pull/453) Support passing composer instance to Translation component ([@andresberrios](https://github.com/andresberrios))
126+
127+
- `vue-i18n`
128+
- [#453](https://github.com/intlify/vue-i18n-next/pull/453) Support passing composer instance to Translation component ([@andresberrios](https://github.com/andresberrios))
90129

91130
#### Committers: 2
131+
92132
- Andrés Berríos ([@andresberrios](https://github.com/andresberrios))
93133
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
94134

95-
96135
## v9.1.4 (2021-04-11)
97136

98137
#### :zap: Improvement Features
99-
* `core-base`, `devtools-if`, `vue-i18n`
100-
* [#450](https://github.com/intlify/vue-i18n-next/pull/450) experimental: fix devtools-if ([@kazupon](https://github.com/kazupon))
138+
139+
- `core-base`, `devtools-if`, `vue-i18n`
140+
- [#450](https://github.com/intlify/vue-i18n-next/pull/450) experimental: fix devtools-if ([@kazupon](https://github.com/kazupon))
101141

102142
#### :pencil: Documentation
103-
* [#449](https://github.com/intlify/vue-i18n-next/pull/449) Japanese translation (~essential) ([@noy4](https://github.com/noy4))
143+
144+
- [#449](https://github.com/intlify/vue-i18n-next/pull/449) Japanese translation (~essential) ([@noy4](https://github.com/noy4))
104145

105146
#### Committers: 2
147+
106148
- [@noy4](https://github.com/noy4)
107149
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
108150

109-
110151
## v9.1.3 (2021-04-09)
111152

112153
#### :zap: Improvement Features
113-
* `core-base`, `vue-i18n`
114-
* [#446](https://github.com/intlify/vue-i18n-next/pull/446) experimental: improve meta for intlify devtools ([@kazupon](https://github.com/kazupon))
154+
155+
- `core-base`, `vue-i18n`
156+
- [#446](https://github.com/intlify/vue-i18n-next/pull/446) experimental: improve meta for intlify devtools ([@kazupon](https://github.com/kazupon))
115157

116158
#### Committers: 1
117-
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
118159

160+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
119161

120162
## v9.1.2 (2021-04-08)
121163

122164
#### :bug: Bug Fixes
123-
* `vue-i18n`
124-
* [#441](https://github.com/intlify/vue-i18n-next/pull/441) fix: typing errors ([@kazupon](https://github.com/kazupon))
165+
166+
- `vue-i18n`
167+
- [#441](https://github.com/intlify/vue-i18n-next/pull/441) fix: typing errors ([@kazupon](https://github.com/kazupon))
125168

126169
#### Committers: 1
127-
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
128170

171+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
129172

130173
## v9.1.1 (2021-04-07)
131174

132175
#### :bug: Bug Fixes
133-
* `vue-i18n`
134-
* [#436](https://github.com/intlify/vue-i18n-next/pull/436) fix: cannot defined feature flags accessing ([@kazupon](https://github.com/kazupon))
176+
177+
- `vue-i18n`
178+
- [#436](https://github.com/intlify/vue-i18n-next/pull/436) fix: cannot defined feature flags accessing ([@kazupon](https://github.com/kazupon))
135179

136180
#### Committers: 1
181+
137182
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
138183

139184
## v9.1.0 (2021-04-07)

package.json

Lines changed: 4 additions & 4 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.4",
3+
"version": "9.2.0-alpha.5",
44
"license": "MIT",
55
"author": {
66
"name": "kazuya kawaguchi",
@@ -44,8 +44,8 @@
4444
"lint": "npm-run-all --parallel lint:secret lint:codes lint:docs",
4545
"lint:codes": "eslint ./packages ./test-d ./e2e ./benchmark ./format-explorer --ext .js,.ts,.vue",
4646
"lint:docs": "textlint --config .textlintrc.js docs/*.md docs/advanced/**/*.md docs/essentials/**/*.md docs/migration/**/*.md docs/api/injection.md packages/**/*.md",
47-
"lint:secret": "npx secretlint \"**/*\"",
4847
"lint:fix": "npm-run-all --parallel \"lint:codes --fix\" \"lint:docs --fix\"",
48+
"lint:secret": "npx secretlint \"**/*\"",
4949
"preinstall": "node ./scripts/checkYarn.js",
5050
"release:prepare": "shipjs prepare",
5151
"release:trigger": "shipjs trigger",
@@ -131,8 +131,8 @@
131131
"yorkie": "^2.0.0"
132132
},
133133
"peerDependencies": {
134-
"typescript": "4.2.3",
135-
"@microsoft/api-extractor": "7.15.2"
134+
"@microsoft/api-extractor": "7.15.2",
135+
"typescript": "4.2.3"
136136
},
137137
"engines": {
138138
"node": ">= 12"

packages/core-base/package.json

Lines changed: 7 additions & 7 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.4",
3+
"version": "9.2.0-alpha.5",
44
"description": "@intlify/core-base",
55
"keywords": [
66
"core",
@@ -33,12 +33,12 @@
3333
"jsdelivr": "dist/core-base.global.js",
3434
"types": "dist/core-base.d.ts",
3535
"dependencies": {
36-
"@intlify/devtools-if": "9.2.0-alpha.4",
37-
"@intlify/message-compiler": "9.2.0-alpha.4",
38-
"@intlify/message-resolver": "9.2.0-alpha.4",
39-
"@intlify/runtime": "9.2.0-alpha.4",
40-
"@intlify/shared": "9.2.0-alpha.4",
41-
"@intlify/vue-devtools": "9.2.0-alpha.4"
36+
"@intlify/devtools-if": "9.2.0-alpha.5",
37+
"@intlify/message-compiler": "9.2.0-alpha.5",
38+
"@intlify/message-resolver": "9.2.0-alpha.5",
39+
"@intlify/runtime": "9.2.0-alpha.5",
40+
"@intlify/shared": "9.2.0-alpha.5",
41+
"@intlify/vue-devtools": "9.2.0-alpha.5"
4242
},
4343
"engines": {
4444
"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.4",
3+
"version": "9.2.0-alpha.5",
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.4"
36+
"@intlify/core-base": "9.2.0-alpha.5"
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.4",
3+
"version": "9.2.0-alpha.5",
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.4"
33+
"@intlify/shared": "9.2.0-alpha.5"
3434
},
3535
"engines": {
3636
"node": ">= 12"

packages/message-compiler/package.json

Lines changed: 3 additions & 3 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.4",
3+
"version": "9.2.0-alpha.5",
44
"description": "@intlify/message-compiler",
55
"keywords": [
66
"compiler",
@@ -33,8 +33,8 @@
3333
"jsdelivr": "dist/message-compiler.global.js",
3434
"types": "dist/message-compiler.d.ts",
3535
"dependencies": {
36-
"@intlify/message-resolver": "9.2.0-alpha.4",
37-
"@intlify/shared": "9.2.0-alpha.4",
36+
"@intlify/message-resolver": "9.2.0-alpha.5",
37+
"@intlify/shared": "9.2.0-alpha.5",
3838
"source-map": "0.6.1"
3939
},
4040
"engines": {

packages/message-resolver/package.json

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

packages/runtime/package.json

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

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.4",
3+
"version": "9.2.0-alpha.5",
44
"description": "@intlify/shared",
55
"keywords": [
66
"i18n",

packages/vue-devtools/package.json

Lines changed: 4 additions & 4 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.4",
3+
"version": "9.2.0-alpha.5",
44
"description": "@intlify/vue-devtools",
55
"keywords": [
66
"i18n",
@@ -30,9 +30,9 @@
3030
"module": "dist/vue-devtools.esm-bundler.js",
3131
"types": "dist/vue-devtools.d.ts",
3232
"dependencies": {
33-
"@intlify/message-resolver": "9.2.0-alpha.4",
34-
"@intlify/runtime": "9.2.0-alpha.4",
35-
"@intlify/shared": "9.2.0-alpha.4"
33+
"@intlify/message-resolver": "9.2.0-alpha.5",
34+
"@intlify/runtime": "9.2.0-alpha.5",
35+
"@intlify/shared": "9.2.0-alpha.5"
3636
},
3737
"engines": {
3838
"node": ">= 12"

0 commit comments

Comments
 (0)