Skip to content

Commit

Permalink
patch release v0.3.4 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jan 7, 2022
1 parent 2eacc10 commit ac88640
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

## v0.3.4 (2022-01-07)

#### :bug: Bug Fixes
* `vue-router-bridge`
* [#14](https://github.com/intlify/bridging/pull/14) fix(vue-router-bridge): fix cannot default import ([@kazupon](https://github.com/kazupon))

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


## v0.3.3 (2022-01-06)

#### :zap: Improvement Features
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.3",
"version": "0.3.4",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
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.3",
"version": "0.3.4",
"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.3",
"version": "0.3.4",
"description": "Vue Router bridging for Vue 2 & Vue 3",
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
Expand Down

0 comments on commit ac88640

Please sign in to comment.