Merge remote-tracking branch 'origin/main' into chore-sync-next-with-main

This commit is contained in:
Maria Hutt
2025-11-26 13:51:27 -08:00
41 changed files with 666 additions and 847 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.7.11](https://github.com/ionic-team/ionic-framework/compare/v8.7.10...v8.7.11) (2025-11-26)
**Note:** Version bump only for package @ionic/angular
## [8.7.10](https://github.com/ionic-team/ionic-framework/compare/v8.7.9...v8.7.10) (2025-11-19)

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/angular",
"version": "8.7.10",
"version": "8.7.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"version": "8.7.10",
"version": "8.7.11",
"license": "MIT",
"dependencies": {
"@ionic/core": "^8.7.10",
"@ionic/core": "^8.7.11",
"ionicons": "^8.0.13",
"jsonc-parser": "^3.0.0",
"tslib": "^2.3.0"
@@ -1398,9 +1398,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "8.7.10",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.7.10.tgz",
"integrity": "sha512-auDIGVQCwh/gc69WwbR/DFzZPx4O5EpYTBjS2cRzZXKK7yS1ZMey2VLflqbdpQFye+tyBCJvfcOEHgUo1vuVFA==",
"version": "8.7.11",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.7.11.tgz",
"integrity": "sha512-9UX9IeEztWWXymi+xCUMEBnnY+TbaR8crZLOwFnxPUEq4FFWSUCSv5XeHHQBpgZjBO2MJuDGcNv0GCQumIjVcQ==",
"license": "MIT",
"dependencies": {
"@stencil/core": "4.38.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "8.7.10",
"version": "8.7.11",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@@ -48,7 +48,7 @@
}
},
"dependencies": {
"@ionic/core": "^8.7.10",
"@ionic/core": "^8.7.11",
"ionicons": "^8.0.13",
"jsonc-parser": "^3.0.0",
"tslib": "^2.3.0"