diff --git a/core/package-lock.json b/core/package-lock.json index c3f3aa10dc..9c832e12b2 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/core/package.json b/core/package.json index 9881e32846..4fa15bbc33 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "0.5.0", + "version": "0.5.1", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/packages/vue-router/package-lock.json b/packages/vue-router/package-lock.json index aeab218580..3dbbc5532e 100644 --- a/packages/vue-router/package-lock.json +++ b/packages/vue-router/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 191e1fc90b..1bdbbfa312 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "0.5.0", + "version": "0.5.1", "description": "Vue Router integration for @ionic/vue", "scripts": { "test.spec": "jest", @@ -42,7 +42,7 @@ }, "homepage": "https://github.com/ionic-team/ionic#readme", "devDependencies": { - "@ionic/vue": "0.4.0", + "@ionic/vue": "0.5.1", "@types/jest": "^26.0.13", "@types/node": "^14.10.1", "jest": "^26.4.2", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index c3304bc2ea..28a505e77d 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,26 @@ # Ionic Vue +## 0.5.1 + +### Bug Fixes + +* **vue:** correctly handle platform specific icons ([#22200](https://github.com/ionic-team/ionic/issues/22200)) ([25d3ea6](https://github.com/ionic-team/ionic/commit/25d3ea6b8d78016e9122c4ec02016af33a2041e8)), closes [#19078](https://github.com/ionic-team/ionic/issues/19078) +* **vue:** correctly update property values ([#22218](https://github.com/ionic-team/ionic/issues/22218)) ([2527189](https://github.com/ionic-team/ionic/commit/25271897e2a5acd216f4076ab0284bb91023d424)), closes [#22079](https://github.com/ionic-team/ionic/issues/22079) +* **vue:** ion-nav now handles Vue components properly ([#22197](https://github.com/ionic-team/ionic/issues/22197)) ([2c6259c](https://github.com/ionic-team/ionic/commit/2c6259c1f6f715d46e32ae4ab6142f448dda631c)), closes [#22184](https://github.com/ionic-team/ionic/issues/22184) +* **vue:** pass props to component when using modal and popover controller ([#22198](https://github.com/ionic-team/ionic/issues/22198)) ([e84f804](https://github.com/ionic-team/ionic/commit/e84f80493cb9e2c17e6bc5f3e68582eaf643f2cf)), closes [#22189](https://github.com/ionic-team/ionic/issues/22189) + +### Upgrade Steps + +``` +npm i @ionic/vue@0.5.1 @ionic/vue-router@0.5.1 +``` + +### New to Ionic Vue? + +Check out our [Quickstart Guide](https://ionicframework.com/docs/vue/quickstart) to get up and running. Then be sure to check out our [Building Your First App Guide](https://ionicframework.com/docs/vue/your-first-app) to learn how build a cross platform Ionic Vue application from start to finish! + + + ## 0.5.0 ### Bug Fixes diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index c73aa07abb..515822011f 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/vue/package.json b/packages/vue/package.json index 1b6e17541b..7af1738ad0 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "0.5.0", + "version": "0.5.1", "description": "Vue specific wrapper for @ionic/core", "scripts": { "lint": "echo add linter", @@ -54,7 +54,7 @@ "vue-router": "^4.0.0-beta.11" }, "dependencies": { - "@ionic/core": "0.5.0", + "@ionic/core": "0.5.1", "ionicons": "^5.1.2" } }