This commit is contained in:
Liam DeBeasi
2020-10-01 13:45:26 -04:00
parent 2cf61378a7
commit e6333c0923
7 changed files with 36 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "0.5.1",
"version": "0.5.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "0.5.1",
"version": "0.5.2",
"description": "Base components for Ionic",
"keywords": [
"ionic",

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "0.5.1",
"version": "0.5.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -404,9 +404,9 @@
}
},
"@ionic/core": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.4.0.tgz",
"integrity": "sha512-xGeBQuNDQYimUvic6TMS02EXJXZgbLM0jU1vH00mJIMrQC0met8Uw1DG5ziOUL5gTYjH8KankXKCWBuoufOBOg==",
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.5.1.tgz",
"integrity": "sha512-b88j4l40Ew4T0eZDh4PMvvvJzYP9lNmDwdTQ8Xoeya+etXDBuyNcFJNOtzmHEN9nnniDNEO0UAWbSJPim1PZ1g==",
"dev": true,
"requires": {
"ionicons": "^5.1.2",
@@ -414,12 +414,12 @@
}
},
"@ionic/vue": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-0.4.0.tgz",
"integrity": "sha512-+7jzhykCvegSKxZ/2OO3+s2bwkssmu+QA/wtxsDMzRkVexF7CI9N/GBJe3TWjgwBC1/0Iry3Bqnv88cU41iZXA==",
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-0.5.1.tgz",
"integrity": "sha512-rcj1L3tknrpodD9ChNoQqK4SGGmTH5hJ/bAwCZpq5NYiHMgdYuh8Fiq6TO6VfOHiHaH1mqZcnpg7AUXy++J4Mg==",
"dev": true,
"requires": {
"@ionic/core": "0.4.0",
"@ionic/core": "0.5.1",
"ionicons": "^5.1.2"
}
},

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "0.5.1",
"version": "0.5.2",
"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.5.1",
"@ionic/vue": "0.5.2",
"@types/jest": "^26.0.13",
"@types/node": "^14.10.1",
"jest": "^26.4.2",

View File

@@ -1,5 +1,23 @@
# Ionic Vue
## 0.5.2
### Bug Fixes
* **vue:** add missing tabs attribute to router outlet inside ion-tabs ([#22226](https://github.com/ionic-team/ionic/issues/22226)) ([ba4f07e](https://github.com/ionic-team/ionic/commit/ba4f07e270830d3eca67d71051a57ba7c7105f85))
### 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.1
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "0.5.1",
"version": "0.5.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -48,9 +48,9 @@
}
},
"@ionic/core": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.5.0.tgz",
"integrity": "sha512-Xbw3YuhTJvWAu3NonddQhJ8NsDvN6f8bEdygl8BY16f6qu2QN17pFyeUB9sjanYUEfY5Iy0QB5ee8sIcCIbRUA==",
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.5.1.tgz",
"integrity": "sha512-b88j4l40Ew4T0eZDh4PMvvvJzYP9lNmDwdTQ8Xoeya+etXDBuyNcFJNOtzmHEN9nnniDNEO0UAWbSJPim1PZ1g==",
"requires": {
"ionicons": "^5.1.2",
"tslib": "^1.10.0"

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "0.5.1",
"version": "0.5.2",
"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.1",
"@ionic/core": "0.5.2",
"ionicons": "^5.1.2"
}
}