Skip to content

Commit 3963e97

Browse files
committed
release: v1.1.0
1 parent 176f3bf commit 3963e97

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@intlify/bridging",
33
"description": "Utilities that provide compatibility for Vue 2 & Vue 3",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

packages/vue-i18n-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intlify/vue-i18n-bridge",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Vue I18n bridging for Vue 2 & Vue 3",
55
"scripts": {
66
"postinstall": "node ./scripts/postinstall.js"

packages/vue-router-bridge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intlify/vue-router-bridge",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Vue Router bridging for Vue 2 & Vue 3",
55
"scripts": {
66
"postinstall": "node ./scripts/postinstall.js"
@@ -72,4 +72,4 @@
7272
"publishConfig": {
7373
"access": "public"
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)