chore(): release Ionic Vue 0.4.0 (#22105)

This commit is contained in:
Liam DeBeasi
2020-09-17 11:34:41 -04:00
committed by GitHub
parent fe2cf22f5d
commit c1fe16193e
7 changed files with 32 additions and 15 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "5.4.0-dev.202009151837.5c69db1",
"version": "0.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -452,9 +452,9 @@
}
},
"@ionic/core": {
"version": "0.2.0-5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.2.0-5.tgz",
"integrity": "sha512-6G26jBbk0HOEbGqvgtTp/x4CrjWPLp0sQoTbeUkoJC5qHgs8rQbt77wJjbja6iSQbMGZIQQc1gLDviVQoaY9EA==",
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.3.1.tgz",
"integrity": "sha512-Qdo1Sc5SMFDn3X/pT+5KtOATpgpDJbWLEBzZxHk+2GKfZ5Ypv/qMRg/II/IaoH2GmeIZoKdDmLGTQQjqVw1/oA==",
"dev": true,
"requires": {
"ionicons": "^5.1.2",
@ -462,12 +462,12 @@
}
},
"@ionic/vue": {
"version": "0.2.0-5",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-0.2.0-5.tgz",
"integrity": "sha512-NYMFmWRPmCnm4oEdsEJajs4lg8OTTM7ICSxAJRnWyO4pf/6UFlWQvCpHW7MaWcQB7wpeqYkQkg7bSFQXiAZt2g==",
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-0.3.1.tgz",
"integrity": "sha512-9pfIaMVKiBcvsdJ5XEAwOILhiGyDmqQOXBlDfka8QeYQ9xpdSntP9IlmEzkPfvHaHnxQeeVqaWAaStg3OOksug==",
"dev": true,
"requires": {
"@ionic/core": "0.2.0-5",
"@ionic/core": "0.3.1",
"ionicons": "^5.1.2"
}
},

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "5.4.0-dev.202009101934.5ffa65f",
"version": "0.4.0",
"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.3.1",
"@ionic/vue": "0.4.0",
"@types/jest": "^26.0.13",
"@types/node": "^14.10.1",
"jest": "^26.4.2",