Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@

## v0.4.0 (2022-07-17)

#### :star: Features
* `vue-router-bridge`
* [#23](https://github.com/intlify/bridging/pull/23) feat(vue-router-bridge): support vue 2.7 ([@kazupon](https://github.com/kazupon))

#### :zap: Improvement Features
* `vue-i18n-bridge`, `vue-router-bridge`
* [#22](https://github.com/intlify/bridging/pull/22) fix(vue-i18n-bridge,vue-router-bridge): peerDependenciesMeta ([@kazupon](https://github.com/kazupon))
* `vue-router-bridge`
* [#21](https://github.com/intlify/bridging/pull/21) fix(vue-router-bridge): improve vue-router-bridge interface ([@kazupon](https://github.com/kazupon))

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


## v0.3.6 (2022-04-08)

#### :bug: Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@intlify/bridging",
"description": "Utilities that provide compatibility for Vue 2 & Vue 3",
"version": "0.3.6",
"version": "0.4.0",
"packageManager": "pnpm@7.4.0",
"author": {
"name": "kazuya kawaguchi",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-i18n-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intlify/vue-i18n-bridge",
"version": "0.3.6",
"version": "0.4.0",
"description": "Vue I18n bridging for Vue 2 & Vue 3",
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-router-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intlify/vue-router-bridge",
"version": "0.3.6",
"version": "0.4.0",
"description": "Vue Router bridging for Vue 2 & Vue 3",
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
Expand Down