6.0.0-beta.3

This commit is contained in:
Liam DeBeasi
2021-08-04 12:20:50 -04:00
parent 36eeb26db7
commit 12aafd980c
14 changed files with 178 additions and 48 deletions

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "6.0.0-beta.2",
"version": "6.0.0-beta.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "6.0.0-beta.2",
"version": "6.0.0-beta.3",
"license": "MIT",
"dependencies": {
"@ionic/core": "6.0.0-beta.1",
"@ionic/core": "6.0.0-beta.2",
"ionicons": "^5.1.2"
},
"devDependencies": {
@ -53,9 +53,9 @@
}
},
"node_modules/@ionic/core": {
"version": "6.0.0-beta.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.1.tgz",
"integrity": "sha512-oJgkhz+OCGYruEX+7HG1oZMBoLCCv7HQOwhSKYvQcQ9TeWA1uLNQlj648nqhzqz7BL7k/lWg19xQz3jpHNYVqA==",
"version": "6.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.2.tgz",
"integrity": "sha512-0+G9oGTPJE2Vv2HqI56uVbgS8XC6cMpNFSVyObvCtVP3IdjvsqaxtjlG+rpBO961TFIQtGCXI6oSA6CUOPjavg==",
"dependencies": {
"@stencil/core": "^2.6.0",
"ionicons": "^5.5.1",
@ -633,9 +633,9 @@
}
},
"@ionic/core": {
"version": "6.0.0-beta.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.1.tgz",
"integrity": "sha512-oJgkhz+OCGYruEX+7HG1oZMBoLCCv7HQOwhSKYvQcQ9TeWA1uLNQlj648nqhzqz7BL7k/lWg19xQz3jpHNYVqA==",
"version": "6.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.2.tgz",
"integrity": "sha512-0+G9oGTPJE2Vv2HqI56uVbgS8XC6cMpNFSVyObvCtVP3IdjvsqaxtjlG+rpBO961TFIQtGCXI6oSA6CUOPjavg==",
"requires": {
"@stencil/core": "^2.6.0",
"ionicons": "^5.5.1",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "6.0.0-beta.2",
"version": "6.0.0-beta.3",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"lint": "echo add linter",
@ -57,7 +57,7 @@
"vue-router": "^4.0.0-rc.4"
},
"dependencies": {
"@ionic/core": "6.0.0-beta.2",
"@ionic/core": "6.0.0-beta.3",
"ionicons": "^5.1.2"
},
"vetur": {