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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

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

#### :bug: Bug Fixes
* `vue-router-bridge`
* [#19](https://github.com/intlify/bridging/pull/19) fix(vue-router-bridge): add some shim vue-router v4 type definitions ([@kazupon](https://github.com/kazupon))

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


## v0.3.5 (2022-02-03)

#### :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.5",
"version": "0.3.6",
"author": {
"name": "kazuya kawaguchi",
"email": "kawakazu80@gmail.com"
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.5",
"version": "0.3.6",
"description": "Vue I18n bridging for Vue 2 & Vue 3",
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
Expand Down
3 changes: 1 addition & 2 deletions packages/vue-router-bridge/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ declare class VueRouter3 {
export * from 'vue-router'

export {
Route,
VueRouter,
useRouter,
useRoute,
Expand All @@ -166,7 +165,7 @@ export {
RouteConfig,
RouteRecordPublic,
Location,
RouteLocationNormalizedLoaded
Route
}

// Export dummy VueRouter class
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.5",
"version": "0.3.6",
"description": "Vue Router bridging for Vue 2 & Vue 3",
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
Expand Down