merge release-6.1.6

Release 6.1.6
This commit is contained in:
Liam DeBeasi
2022-05-18 09:18:21 -04:00
committed by GitHub
398 changed files with 963 additions and 1577 deletions

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.1.6](https://github.com/ionic-team/ionic/compare/v6.1.5...v6.1.6) (2022-05-18)
**Note:** Version bump only for package @ionic/vue
## [6.1.5](https://github.com/ionic-team/ionic/compare/v6.1.4...v6.1.5) (2022-05-11)
**Note:** Version bump only for package @ionic/vue

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "6.1.5",
"version": "6.1.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "6.1.5",
"version": "6.1.6",
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.1.5",
"@ionic/core": "^6.1.6",
"ionicons": "^6.0.0"
},
"devDependencies": {
@ -53,9 +53,9 @@
}
},
"node_modules/@ionic/core": {
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.5.tgz",
"integrity": "sha512-YEpFheFDGV7lifbYNqctcPXRPqEOKiDy5KgSPriFzrrPUbwrv/tnXHZq7hFVPCMUYFBS9QJts4r5FOYTqAfvtw==",
"version": "6.1.6",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.6.tgz",
"integrity": "sha512-AsYGEHKVHy082RST3RBrIiOZX6VXNy6qYSYtf6TwOwmF/YV+/ASaB1TqVO/jP658ML106nNcjUM0fTkbm9UXRA==",
"dependencies": {
"@stencil/core": "^2.14.2",
"ionicons": "^6.0.0",
@ -633,9 +633,9 @@
}
},
"@ionic/core": {
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.5.tgz",
"integrity": "sha512-YEpFheFDGV7lifbYNqctcPXRPqEOKiDy5KgSPriFzrrPUbwrv/tnXHZq7hFVPCMUYFBS9QJts4r5FOYTqAfvtw==",
"version": "6.1.6",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.6.tgz",
"integrity": "sha512-AsYGEHKVHy082RST3RBrIiOZX6VXNy6qYSYtf6TwOwmF/YV+/ASaB1TqVO/jP658ML106nNcjUM0fTkbm9UXRA==",
"requires": {
"@stencil/core": "^2.14.2",
"ionicons": "^6.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "6.1.5",
"version": "6.1.6",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"prepublishOnly": "npm run build",
@ -60,7 +60,7 @@
"vue-router": "^4.0.0-rc.4"
},
"dependencies": {
"@ionic/core": "^6.1.5",
"@ionic/core": "^6.1.6",
"ionicons": "^6.0.0"
},
"vetur": {