merge release-6.5.3

Release 6.5.3
This commit is contained in:
Liam DeBeasi
2023-02-08 09:33:13 -05:00
committed by GitHub
205 changed files with 370 additions and 148 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.5.3](https://github.com/ionic-team/ionic/compare/v6.5.2...v6.5.3) (2023-02-08)
**Note:** Version bump only for package @ionic/vue-router
## [6.5.2](https://github.com/ionic-team/ionic/compare/v6.5.1...v6.5.2) (2023-02-01)
**Note:** Version bump only for package @ionic/vue-router

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue-router",
"version": "6.5.2",
"version": "6.5.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue-router",
"version": "6.5.2",
"version": "6.5.3",
"license": "MIT",
"dependencies": {
"@ionic/vue": "^6.5.2"
"@ionic/vue": "^6.5.3"
},
"devDependencies": {
"@ionic/eslint-config": "^0.3.0",
@ -660,9 +660,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.2.tgz",
"integrity": "sha512-9SQedXM0Hohy6ydgJVA22Ls6DeDgVJdlUHgaxQUNhtqIZuCqbaYZMEoanflMc852qkIyQtF25Zh7Q2wIVZveWw==",
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.3.tgz",
"integrity": "sha512-z4slJZEw0PLet2htICKmCh76sN6kY28GSaYLDV1b4O/ya6qgu4QDwPkKbg22E8fiXBALlilce2zJQ55Tx5C6Aw==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.1",
@ -851,11 +851,11 @@
}
},
"node_modules/@ionic/vue": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.5.2.tgz",
"integrity": "sha512-oTLpKjeOYWN++0YfFxQBfMPryAhhpn5yVE3DVAcF0URvHYU0kj/++VsAHvDHlLy0FQpdjKhqWHuhzl57D45iJg==",
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.5.3.tgz",
"integrity": "sha512-I9oTazXP2vfb9GYKZ9f94x/+2L4fCp0mKVlaM41tWR87XGFb9IDmiPs7SldX+wvlr2ox/0otFFQerbohBHhb3Q==",
"dependencies": {
"@ionic/core": "6.5.2",
"@ionic/core": "6.5.3",
"ionicons": "^6.1.1"
}
},
@ -4066,9 +4066,9 @@
}
},
"node_modules/ionicons": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.1.tgz",
"integrity": "sha512-Qe6mx25DFNwA9UL1rhewI5StI3uD4+BqB2KdvLjyWhtvoUXwyAsmfHLZuDANAHQowIKtTt6BZCt5/g5NIQ635Q==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.2.tgz",
"integrity": "sha512-EL3jjlUzjPo8h2PfI+BUEjVMF9weSfLAFriNlk9pHFMTJq+7G12sAJBZ3AnRN8nTWA2pOS279PvFIWS3hbat+w==",
"dependencies": {
"@stencil/core": "^2.18.0"
}
@ -7665,9 +7665,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.2.tgz",
"integrity": "sha512-9SQedXM0Hohy6ydgJVA22Ls6DeDgVJdlUHgaxQUNhtqIZuCqbaYZMEoanflMc852qkIyQtF25Zh7Q2wIVZveWw==",
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.3.tgz",
"integrity": "sha512-z4slJZEw0PLet2htICKmCh76sN6kY28GSaYLDV1b4O/ya6qgu4QDwPkKbg22E8fiXBALlilce2zJQ55Tx5C6Aw==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.1",
@ -7780,11 +7780,11 @@
"requires": {}
},
"@ionic/vue": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.5.2.tgz",
"integrity": "sha512-oTLpKjeOYWN++0YfFxQBfMPryAhhpn5yVE3DVAcF0URvHYU0kj/++VsAHvDHlLy0FQpdjKhqWHuhzl57D45iJg==",
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.5.3.tgz",
"integrity": "sha512-I9oTazXP2vfb9GYKZ9f94x/+2L4fCp0mKVlaM41tWR87XGFb9IDmiPs7SldX+wvlr2ox/0otFFQerbohBHhb3Q==",
"requires": {
"@ionic/core": "6.5.2",
"@ionic/core": "6.5.3",
"ionicons": "^6.1.1"
}
},
@ -10189,9 +10189,9 @@
}
},
"ionicons": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.1.tgz",
"integrity": "sha512-Qe6mx25DFNwA9UL1rhewI5StI3uD4+BqB2KdvLjyWhtvoUXwyAsmfHLZuDANAHQowIKtTt6BZCt5/g5NIQ635Q==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.2.tgz",
"integrity": "sha512-EL3jjlUzjPo8h2PfI+BUEjVMF9weSfLAFriNlk9pHFMTJq+7G12sAJBZ3AnRN8nTWA2pOS279PvFIWS3hbat+w==",
"requires": {
"@stencil/core": "^2.18.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "6.5.2",
"version": "6.5.3",
"description": "Vue Router integration for @ionic/vue",
"scripts": {
"test.spec": "jest",
@ -46,7 +46,7 @@
},
"homepage": "https://github.com/ionic-team/ionic#readme",
"dependencies": {
"@ionic/vue": "^6.5.2"
"@ionic/vue": "^6.5.3"
},
"devDependencies": {
"@ionic/eslint-config": "^0.3.0",