Skip to content

Commit

Permalink
initial official release
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 30, 2021
1 parent 6d22796 commit 0cf3395
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
@@ -0,0 +1,10 @@
## v0.1.0 (2021-12-31)

#### :star: Features
* `vue-i18n-bridge`
* Initial Release, See the [docs](https://github.com/intlify/bridging/blob/main/packages/vue-i18n-bridge/README.md)
* `vue-router-bridge`
* Initial Release, See the [docs](https://github.com/intlify/bridging/blob/main/packages/vue-router-bridge/README.md)

#### Committers: 2
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
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.0.0",
"version": "0.1.0",
"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.0.0",
"version": "0.1.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.0.0",
"version": "0.1.0",
"description": "Vue Router bridging for Vue 2 & Vue 3",
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
Expand Down

0 comments on commit 0cf3395

Please sign in to comment.