merge release-6.6.3

Release 6.6.3
This commit is contained in:
Liam DeBeasi
2023-03-22 10:01:27 -04:00
committed by GitHub
288 changed files with 33011 additions and 5106 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.6.3](https://github.com/ionic-team/ionic/compare/v6.6.2...v6.6.3) (2023-03-22)
**Note:** Version bump only for package @ionic/vue-router
## [6.6.2](https://github.com/ionic-team/ionic/compare/v6.6.1...v6.6.2) (2023-03-15)
**Note:** Version bump only for package @ionic/vue-router

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue-router",
"version": "6.6.2",
"version": "6.6.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue-router",
"version": "6.6.2",
"version": "6.6.3",
"license": "MIT",
"dependencies": {
"@ionic/vue": "^6.6.2"
"@ionic/vue": "^6.6.3"
},
"devDependencies": {
"@ionic/eslint-config": "^0.3.0",
@ -660,9 +660,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.2.tgz",
"integrity": "sha512-C3XblxE4OcGs+QWy2meWqNGB8sDZV8w0nUVwLy3AmWovi0CA0xPs2UthUSicUxpCism33pzQp6DiDVsq+G5VTQ==",
"version": "6.6.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.3.tgz",
"integrity": "sha512-jkXxvsnn/aCCi5fBjjkkTL6gMjalAjF71+IGi01b+J29F4SCoqmmKykVM99tEJV8NR5ArBGObUTtCzHaax8NCw==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -851,11 +851,11 @@
}
},
"node_modules/@ionic/vue": {
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.6.2.tgz",
"integrity": "sha512-UB8UF4vrenu/n/2djXgin0Gjmr6dKrgb0EByBpcy0upmoEJ6ycddG47+iCT+BPVSKx/EeFnH+nDRpwo+yRrIZw==",
"version": "6.6.3",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.6.3.tgz",
"integrity": "sha512-fxOx44Kge1LEzia/J38fD9vDow6ewFVvNOSiAVmYN4uIWl0GupiO7cMygBAsvCVrEAG3+nZgrsFpyrFEMJEKLQ==",
"dependencies": {
"@ionic/core": "6.6.2",
"@ionic/core": "6.6.3",
"ionicons": "^6.1.3"
}
},
@ -7665,9 +7665,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.2.tgz",
"integrity": "sha512-C3XblxE4OcGs+QWy2meWqNGB8sDZV8w0nUVwLy3AmWovi0CA0xPs2UthUSicUxpCism33pzQp6DiDVsq+G5VTQ==",
"version": "6.6.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.3.tgz",
"integrity": "sha512-jkXxvsnn/aCCi5fBjjkkTL6gMjalAjF71+IGi01b+J29F4SCoqmmKykVM99tEJV8NR5ArBGObUTtCzHaax8NCw==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -7780,11 +7780,11 @@
"requires": {}
},
"@ionic/vue": {
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.6.2.tgz",
"integrity": "sha512-UB8UF4vrenu/n/2djXgin0Gjmr6dKrgb0EByBpcy0upmoEJ6ycddG47+iCT+BPVSKx/EeFnH+nDRpwo+yRrIZw==",
"version": "6.6.3",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.6.3.tgz",
"integrity": "sha512-fxOx44Kge1LEzia/J38fD9vDow6ewFVvNOSiAVmYN4uIWl0GupiO7cMygBAsvCVrEAG3+nZgrsFpyrFEMJEKLQ==",
"requires": {
"@ionic/core": "6.6.2",
"@ionic/core": "6.6.3",
"ionicons": "^6.1.3"
}
},

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "6.6.2",
"version": "6.6.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.6.2"
"@ionic/vue": "^6.6.3"
},
"devDependencies": {
"@ionic/eslint-config": "^0.3.0",