Skip to content

Commit

Permalink
minor release v0.4.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon authored Jul 17, 2022
1 parent f4147ac commit 9c83915
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
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

0 comments on commit 9c83915

Please sign in to comment.