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-router
## [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-router

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue-router",
"version": "6.1.5",
"version": "6.1.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue-router",
"version": "6.1.5",
"version": "6.1.6",
"license": "MIT",
"dependencies": {
"@ionic/vue": "^6.1.5"
"@ionic/vue": "^6.1.6"
},
"devDependencies": {
"@types/jest": "^26.0.13",
@ -563,9 +563,9 @@
"license": "MIT"
},
"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",
@ -573,11 +573,11 @@
}
},
"node_modules/@ionic/vue": {
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.1.5.tgz",
"integrity": "sha512-vMoDr4k5Jvo2Ne5DERaTnoOJObYw/tBGYXJK2hXAdCLDw+h4q0ZLVF2E5Dxs7BYU0hMCRBWmG8rRQY3bSeSr6A==",
"version": "6.1.6",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.1.6.tgz",
"integrity": "sha512-j0dELNjYTropC7UiZsgy3UN9mnQhXLD2Od/W92SQqKXx4tbvXOM7NLYuTrio7u2oZVagKnXmK19dpurp6Q0M0Q==",
"dependencies": {
"@ionic/core": "^6.1.5",
"@ionic/core": "^6.1.6",
"ionicons": "^6.0.0"
}
},
@ -6630,9 +6630,9 @@
"dev": true
},
"@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",
@ -6640,11 +6640,11 @@
}
},
"@ionic/vue": {
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.1.5.tgz",
"integrity": "sha512-vMoDr4k5Jvo2Ne5DERaTnoOJObYw/tBGYXJK2hXAdCLDw+h4q0ZLVF2E5Dxs7BYU0hMCRBWmG8rRQY3bSeSr6A==",
"version": "6.1.6",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.1.6.tgz",
"integrity": "sha512-j0dELNjYTropC7UiZsgy3UN9mnQhXLD2Od/W92SQqKXx4tbvXOM7NLYuTrio7u2oZVagKnXmK19dpurp6Q0M0Q==",
"requires": {
"@ionic/core": "^6.1.5",
"@ionic/core": "^6.1.6",
"ionicons": "^6.0.0"
}
},

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "6.1.5",
"version": "6.1.6",
"description": "Vue Router integration for @ionic/vue",
"scripts": {
"prepublishOnly": "npm run build",
@ -44,7 +44,7 @@
},
"homepage": "https://github.com/ionic-team/ionic#readme",
"dependencies": {
"@ionic/vue": "^6.1.5"
"@ionic/vue": "^6.1.6"
},
"devDependencies": {
"@types/jest": "^26.0.13",