5.4.0-rc.3

This commit is contained in:
Liam DeBeasi
2020-10-14 18:55:46 -04:00
parent c5ab562eaa
commit 062a659c4a
14 changed files with 50 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "5.4.0-rc.2",
"version": "5.4.0-rc.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -48,9 +48,9 @@
}
},
"@ionic/core": {
"version": "5.4.0-rc.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0-rc.1.tgz",
"integrity": "sha512-8/Mcz86GZEA8Q9x86MOpWU+v4PQBmMfjja1LNVlGN+OIh2oIVBbY6EL6+dw9o6lcHoMY4bUHHpgyPvpYDNXfJw==",
"version": "5.4.0-rc.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0-rc.2.tgz",
"integrity": "sha512-ZrZvtXfhpmdYw12GDIi3XbP/fL/VOPCDZqvVZ+maDHr7HyU9CRQlfE2ydXayDE7c1/ScF805a+3kIegFhzVQPw==",
"requires": {
"ionicons": "^5.1.2",
"tslib": "^1.10.0"

View File

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