chore(merge): merging main into next

This commit is contained in:
ShaneK
2025-07-09 13:58:26 -07:00
34 changed files with 660 additions and 112 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.
## [8.6.4](https://github.com/ionic-team/ionic-framework/compare/v8.6.3...v8.6.4) (2025-07-09)
**Note:** Version bump only for package @ionic/vue
## [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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "8.6.3",
"version": "8.6.4",
"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.3",
"@ionic/core": "^8.6.4",
"@stencil/vue-output-target": "0.10.7",
"ionicons": "^7.0.0"
},