Merge branch 'main' into chore/update-from-main

This commit is contained in:
Brandy Smith
2025-07-07 09:46:55 -04:00
338 changed files with 19124 additions and 874 deletions

View File

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [8.6.3](https://github.com/ionic-team/ionic-framework/compare/v8.6.2...v8.6.3) (2025-07-02)
**Note:** Version bump only for package @ionic/vue
## [8.6.2](https://github.com/ionic-team/ionic-framework/compare/v8.6.1...v8.6.2) (2025-06-18)
**Note:** Version bump only for package @ionic/vue
## [8.6.1](https://github.com/ionic-team/ionic-framework/compare/v8.6.0...v8.6.1) (2025-06-11)
**Note:** Version bump only for package @ionic/vue

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "8.6.1",
"version": "8.6.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "8.6.1",
"version": "8.6.3",
"license": "MIT",
"dependencies": {
"@ionic/core": "^8.6.1",
"@ionic/core": "^8.6.3",
"@stencil/vue-output-target": "0.10.7",
"ionicons": "^7.0.0"
},
@ -222,9 +222,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "8.6.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.6.1.tgz",
"integrity": "sha512-ewxnIMqFivOJsQJ2V1fbzfBNt1N2ooqx9GGX/YjJYuyckhotDsUotqxKJ0e9il0LryneUwGsNCMvWIa7CXqrmA==",
"version": "8.6.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.6.3.tgz",
"integrity": "sha512-N/mkw+sPecLEoO1lrnKDS0uZgl6PWSyFprCkkqoK1nHlfBkgFiHm5M9rvWlnGaFC/5xrhNGHdUtYHDFM+F8gRw==",
"license": "MIT",
"dependencies": {
"@stencil/core": "4.33.1",
@ -4167,9 +4167,9 @@
"dev": true
},
"@ionic/core": {
"version": "8.6.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.6.1.tgz",
"integrity": "sha512-ewxnIMqFivOJsQJ2V1fbzfBNt1N2ooqx9GGX/YjJYuyckhotDsUotqxKJ0e9il0LryneUwGsNCMvWIa7CXqrmA==",
"version": "8.6.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.6.3.tgz",
"integrity": "sha512-N/mkw+sPecLEoO1lrnKDS0uZgl6PWSyFprCkkqoK1nHlfBkgFiHm5M9rvWlnGaFC/5xrhNGHdUtYHDFM+F8gRw==",
"requires": {
"@stencil/core": "4.33.1",
"ionicons": "^7.2.2",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "8.6.1",
"version": "8.6.3",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"eslint": "eslint src",
@ -67,7 +67,7 @@
"vue-router": "^4.0.16"
},
"dependencies": {
"@ionic/core": "^8.6.1",
"@ionic/core": "^8.6.3",
"@stencil/vue-output-target": "0.10.7",
"ionicons": "^7.0.0"
},