From 17e8c73b9d9eb4bd7ad90e23b7824f4c80933906 Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Wed, 27 Mar 2019 15:51:55 -0400 Subject: [PATCH] chore(vue): bump --- vue/README.md | 28 ++++++++++++++-------------- vue/package.json | 3 ++- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/vue/README.md b/vue/README.md index 19c06214d2..3c66b9634e 100644 --- a/vue/README.md +++ b/vue/README.md @@ -1,4 +1,4 @@ -# @ionic/vue (alpha) +# @ionic/vue (beta) Ionic Vue.js specific building blocks on top of [@ionic/core](https://www.npmjs.com/package/@ionic/core) components. @@ -22,33 +22,33 @@ new Vue({ You can now make use of all of the ionic components in your vue application. If you want to publish your app to the App Store or Google Play you will need to use the ionic cli to execute Capacitor commands to do so. -More information on this can be found here. https://beta.ionicframework.com/docs/cli +More information on this can be found here. https://ionicframework.com/docs/cli If you want to learn more about Capacitor our dedicated site can be found here. https://capacitor.ionicframework.com/ The commands that you will need to execute are below. + ```sh ionic capacitor add ionic capacitor copy ionic capacitor run ``` - ## Current known limitations -This is an alpha release of @ionic/vue so please understand that there are some missing pieces but know that many of the components will work. -* The shorthand `v-model` binding is currently not supported -* Stack navigation for deep transitions is under heavy development at this time. +This is an beta release of @ionic/vue so please understand that there are some missing pieces but know that many of the components will work. + +- The shorthand `v-model` binding is currently not supported +- Stack navigation for deep transitions is under heavy development at this time. ## Related -* [Ionic Core Components](https://www.npmjs.com/package/@ionic/core) -* [Ionic Documentation](https://beta.ionicframework.com/docs/) -* [Ionic Worldwide Slack](http://ionicworldwide.herokuapp.com/) -* [Ionic Forum](https://forum.ionicframework.com/) -* [Ionicons](http://ionicons.com/) -* [Capacitor](https://capacitor.ionicframework.com/) - +- [Ionic Core Components](https://www.npmjs.com/package/@ionic/core) +- [Ionic Documentation](https://ionicframework.com/docs/) +- [Ionic Worldwide Slack](http://ionicworldwide.herokuapp.com/) +- [Ionic Forum](https://forum.ionicframework.com/) +- [Ionicons](http://ionicons.com/) +- [Capacitor](https://capacitor.ionicframework.com/) ## License -* [MIT](https://raw.githubusercontent.com/ionic-team/ionic/master/LICENSE) +- [MIT](https://raw.githubusercontent.com/ionic-team/ionic/master/LICENSE) diff --git a/vue/package.json b/vue/package.json index 7c3218d5ca..97eb5d0c8a 100644 --- a/vue/package.json +++ b/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "0.0.3", + "version": "0.0.4", "description": "Vue specific wrappers for @ionic/core", "main": "dist/ionic-vue.common.js", "types": "dist/types/index.d.ts", @@ -9,6 +9,7 @@ "jsdelivr": "dist/ionic-vue.js", "contributors": [ "Josh Thomas ", + "Mike Hartington " ], "files": [