diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a3bb0d57a..f152580536f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.1](https://github.com/ionic-team/ionic-framework/compare/v9.0.0...v9.0.1) (2026-08-26) + +### Bug Fixes + +* **core:** restore prop defaults when consumers downlevel ([#31375](https://github.com/ionic-team/ionic-framework/issues/31375)) ([b4174f9](https://github.com/ionic-team/ionic-framework/commit/b4174f96f5061ebc93119cc7e1363162ae666ae9)), closes [#31280](https://github.com/ionic-team/ionic-framework/issues/31280) +* **item-sliding, segment-button:** read props after frameworks assign them ([#31391](https://github.com/ionic-team/ionic-framework/issues/31391)) ([7956b97](https://github.com/ionic-team/ionic-framework/commit/7956b973b8bb55e5f0cae844ee992fe9921432cb)), closes [#31388](https://github.com/ionic-team/ionic-framework/issues/31388) +* **overlays:** restore presented state after a DOM move ([#31400](https://github.com/ionic-team/ionic-framework/issues/31400)) ([bfff8e1](https://github.com/ionic-team/ionic-framework/commit/bfff8e1377a8faff3581e61026733ce29b671513)), closes [#31389](https://github.com/ionic-team/ionic-framework/issues/31389) [#31390](https://github.com/ionic-team/ionic-framework/issues/31390) [#31389](https://github.com/ionic-team/ionic-framework/issues/31389) +* **picker-column:** commit value on outside press ([#31397](https://github.com/ionic-team/ionic-framework/issues/31397)) ([95e2224](https://github.com/ionic-team/ionic-framework/commit/95e222488d4e4bac9c6c8c0b42a2154082846767)), closes [#30449](https://github.com/ionic-team/ionic-framework/issues/30449) [#30674](https://github.com/ionic-team/ionic-framework/issues/30674) +* **react-router:** skip page clone when nothing will animate ([#31387](https://github.com/ionic-team/ionic-framework/issues/31387)) ([898001c](https://github.com/ionic-team/ionic-framework/commit/898001c5c6a92a3269dd8e60c4e79da1c634af9d)) +* **refresher:** validate slot after frameworks assign it ([#31377](https://github.com/ionic-team/ionic-framework/issues/31377)) ([d41f258](https://github.com/ionic-team/ionic-framework/commit/d41f25860dcb9a71a40226973cca9ca223b7f7ca)), closes [#31376](https://github.com/ionic-team/ionic-framework/issues/31376) +* **select:** derive option text from all child nodes ([#31382](https://github.com/ionic-team/ionic-framework/issues/31382)) ([7879ec5](https://github.com/ionic-team/ionic-framework/commit/7879ec5763be92b4ecf03c6c58975265166e33ba)), closes [#31381](https://github.com/ionic-team/ionic-framework/issues/31381) + + # [9.0.0](https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0) (2026-08-19) **Full Changelog**: https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index a0f09f6f6c8..5302cb963d6 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.1](https://github.com/ionic-team/ionic-framework/compare/v9.0.0...v9.0.1) (2026-08-26) + +### Bug Fixes + +* **core:** restore prop defaults when consumers downlevel ([#31375](https://github.com/ionic-team/ionic-framework/issues/31375)) ([b4174f9](https://github.com/ionic-team/ionic-framework/commit/b4174f96f5061ebc93119cc7e1363162ae666ae9)), closes [#31280](https://github.com/ionic-team/ionic-framework/issues/31280) +* **item-sliding, segment-button:** read props after frameworks assign them ([#31391](https://github.com/ionic-team/ionic-framework/issues/31391)) ([7956b97](https://github.com/ionic-team/ionic-framework/commit/7956b973b8bb55e5f0cae844ee992fe9921432cb)), closes [#31388](https://github.com/ionic-team/ionic-framework/issues/31388) +* **overlays:** restore presented state after a DOM move ([#31400](https://github.com/ionic-team/ionic-framework/issues/31400)) ([bfff8e1](https://github.com/ionic-team/ionic-framework/commit/bfff8e1377a8faff3581e61026733ce29b671513)), closes [#31389](https://github.com/ionic-team/ionic-framework/issues/31389) [#31390](https://github.com/ionic-team/ionic-framework/issues/31390) [#31389](https://github.com/ionic-team/ionic-framework/issues/31389) +* **picker-column:** commit value on outside press ([#31397](https://github.com/ionic-team/ionic-framework/issues/31397)) ([95e2224](https://github.com/ionic-team/ionic-framework/commit/95e222488d4e4bac9c6c8c0b42a2154082846767)), closes [#30449](https://github.com/ionic-team/ionic-framework/issues/30449) [#30674](https://github.com/ionic-team/ionic-framework/issues/30674) +* **refresher:** validate slot after frameworks assign it ([#31377](https://github.com/ionic-team/ionic-framework/issues/31377)) ([d41f258](https://github.com/ionic-team/ionic-framework/commit/d41f25860dcb9a71a40226973cca9ca223b7f7ca)), closes [#31376](https://github.com/ionic-team/ionic-framework/issues/31376) +* **select:** derive option text from all child nodes ([#31382](https://github.com/ionic-team/ionic-framework/issues/31382)) ([7879ec5](https://github.com/ionic-team/ionic-framework/commit/7879ec5763be92b4ecf03c6c58975265166e33ba)), closes [#31381](https://github.com/ionic-team/ionic-framework/issues/31381) + + # [9.0.0](https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0) (2026-08-19) **Full Changelog**: https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0 diff --git a/core/package-lock.json b/core/package-lock.json index de623639f43..1c7f5128c70 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "9.0.0", + "version": "9.0.1", "license": "MIT", "dependencies": { "@stencil/core": "^4.44.2", diff --git a/core/package.json b/core/package.json index 4c35e44a3fd..fd4ac8c514d 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "9.0.0", + "version": "9.0.1", "description": "Base components for Ionic", "engines": { "node": ">= 16" diff --git a/lerna.json b/lerna.json index 03ae39d1230..5a787a8c6ce 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages/vue", "packages/vue-router" ], - "version": "9.0.0" + "version": "9.0.1" } \ No newline at end of file diff --git a/packages/angular-server/CHANGELOG.md b/packages/angular-server/CHANGELOG.md index 847a5d5d049..3ca2794878e 100644 --- a/packages/angular-server/CHANGELOG.md +++ b/packages/angular-server/CHANGELOG.md @@ -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. +## [9.0.1](https://github.com/ionic-team/ionic-framework/compare/v9.0.0...v9.0.1) (2026-08-26) + +**Note:** Version bump only for package @ionic/angular-server + + + + + # [9.0.0](https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0) (2026-08-19) **Full Changelog**: https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0 diff --git a/packages/angular-server/package-lock.json b/packages/angular-server/package-lock.json index e4ac92a8f71..4d02923dd86 100644 --- a/packages/angular-server/package-lock.json +++ b/packages/angular-server/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular-server", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "9.0.0", + "version": "9.0.1", "license": "MIT", "dependencies": { - "@ionic/core": "^9.0.0" + "@ionic/core": "^9.0.1" }, "devDependencies": { "@angular/animations": "^22.0.0", @@ -1135,12 +1135,12 @@ } }, "node_modules/@ionic/core": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-9.0.0.tgz", - "integrity": "sha512-ouHmLIdyP0vTV0PK/kj0QNtQTcDjyoWi2vKRaCkwj0xY3oU9qq3lB0N6w3Cm93ol0inBuXgn3/IN71BTp88c+g==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-9.0.1.tgz", + "integrity": "sha512-70fIYFxGuBFYOanWIl1PF3/emB+xVQjLQ9OZqgI+9ki8nEZH1y90YkTtAmleLl2jTx6TUpSaJpdUnzkBreIt7w==", "license": "MIT", "dependencies": { - "@stencil/core": "^4.43.5", + "@stencil/core": "^4.44.2", "ionicons": "^8.1.0", "tslib": "^2.1.0" }, @@ -2280,9 +2280,9 @@ "license": "MIT" }, "node_modules/@stencil/core": { - "version": "4.44.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.44.0.tgz", - "integrity": "sha512-A3kArg+80t9zJdul7FLUcxcjqvYrF76nDavfm2L8R7hGKWPbTTGM/tkOSf7MJqMd1ED0ztYoa9X90UlEXY3nLA==", + "version": "4.44.2", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.44.2.tgz", + "integrity": "sha512-TNaYdlyHfy8UF7glvZwaY6pM0AhgCOXuW5Kx3+AO+ITeaipCHWXi5tkZ6P/3HCL+hUySc60lPKSnZ4xdYIFb4g==", "license": "MIT", "bin": { "stencil": "bin/stencil" @@ -7626,11 +7626,11 @@ "dev": true }, "@ionic/core": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-9.0.0.tgz", - "integrity": "sha512-ouHmLIdyP0vTV0PK/kj0QNtQTcDjyoWi2vKRaCkwj0xY3oU9qq3lB0N6w3Cm93ol0inBuXgn3/IN71BTp88c+g==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-9.0.1.tgz", + "integrity": "sha512-70fIYFxGuBFYOanWIl1PF3/emB+xVQjLQ9OZqgI+9ki8nEZH1y90YkTtAmleLl2jTx6TUpSaJpdUnzkBreIt7w==", "requires": { - "@stencil/core": "^4.43.5", + "@stencil/core": "^4.44.2", "ionicons": "^8.1.0", "tslib": "^2.1.0" } @@ -8170,9 +8170,9 @@ "dev": true }, "@stencil/core": { - "version": "4.44.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.44.0.tgz", - "integrity": "sha512-A3kArg+80t9zJdul7FLUcxcjqvYrF76nDavfm2L8R7hGKWPbTTGM/tkOSf7MJqMd1ED0ztYoa9X90UlEXY3nLA==", + "version": "4.44.2", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.44.2.tgz", + "integrity": "sha512-TNaYdlyHfy8UF7glvZwaY6pM0AhgCOXuW5Kx3+AO+ITeaipCHWXi5tkZ6P/3HCL+hUySc60lPKSnZ4xdYIFb4g==", "requires": { "@rollup/rollup-darwin-arm64": "4.44.0", "@rollup/rollup-darwin-x64": "4.44.0", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 3c73d69c537..788144941ad 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "9.0.0", + "version": "9.0.1", "description": "Angular SSR Module for Ionic", "keywords": [ "ionic", @@ -78,6 +78,6 @@ }, "prettier": "@ionic/prettier-config", "dependencies": { - "@ionic/core": "^9.0.0" + "@ionic/core": "^9.0.1" } } diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 74b89281fb2..a086e011d01 100644 --- a/packages/angular/CHANGELOG.md +++ b/packages/angular/CHANGELOG.md @@ -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. +## [9.0.1](https://github.com/ionic-team/ionic-framework/compare/v9.0.0...v9.0.1) (2026-08-26) + +**Note:** Version bump only for package @ionic/angular + + + + + # [9.0.0](https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0) (2026-08-19) **Full Changelog**: https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0 diff --git a/packages/angular/package-lock.json b/packages/angular/package-lock.json index 8cb36983fe9..3318fe793ad 100644 --- a/packages/angular/package-lock.json +++ b/packages/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "9.0.0", + "version": "9.0.1", "license": "MIT", "dependencies": { - "@ionic/core": "^9.0.0", + "@ionic/core": "^9.0.1", "ionicons": "^8.0.13", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" @@ -1579,12 +1579,12 @@ } }, "node_modules/@ionic/core": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-9.0.0.tgz", - "integrity": "sha512-ouHmLIdyP0vTV0PK/kj0QNtQTcDjyoWi2vKRaCkwj0xY3oU9qq3lB0N6w3Cm93ol0inBuXgn3/IN71BTp88c+g==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-9.0.1.tgz", + "integrity": "sha512-70fIYFxGuBFYOanWIl1PF3/emB+xVQjLQ9OZqgI+9ki8nEZH1y90YkTtAmleLl2jTx6TUpSaJpdUnzkBreIt7w==", "license": "MIT", "dependencies": { - "@stencil/core": "^4.43.5", + "@stencil/core": "^4.44.2", "ionicons": "^8.1.0", "tslib": "^2.1.0" }, @@ -2351,9 +2351,9 @@ "license": "MIT" }, "node_modules/@stencil/core": { - "version": "4.43.5", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.43.5.tgz", - "integrity": "sha512-cgWD+GeuvJpTe1WQn40p02+BJ2j0j1YJ17GdkF2qKIQ23s2e3Zivq5yISXS3dcuV6oUJFN93jprdk+nk/sq99Q==", + "version": "4.44.2", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.44.2.tgz", + "integrity": "sha512-TNaYdlyHfy8UF7glvZwaY6pM0AhgCOXuW5Kx3+AO+ITeaipCHWXi5tkZ6P/3HCL+hUySc60lPKSnZ4xdYIFb4g==", "license": "MIT", "bin": { "stencil": "bin/stencil" diff --git a/packages/angular/package.json b/packages/angular/package.json index f470ccd78f1..180e5e69201 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "9.0.0", + "version": "9.0.1", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -157,7 +157,7 @@ "css/" ], "dependencies": { - "@ionic/core": "^9.0.0", + "@ionic/core": "^9.0.1", "ionicons": "^8.0.13", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 77b77912a31..e7c9dff728d 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -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. +## [9.0.1](https://github.com/ionic-team/ionic-framework/compare/v9.0.0...v9.0.1) (2026-08-26) + +**Note:** Version bump only for package @ionic/docs + + + + + # [9.0.0](https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0) (2026-08-19) **Note:** Version bump only for package @ionic/docs diff --git a/packages/docs/package-lock.json b/packages/docs/package-lock.json index 6bb6ed386d1..e015a136762 100644 --- a/packages/docs/package-lock.json +++ b/packages/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/docs", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/docs", - "version": "9.0.0", + "version": "9.0.1", "license": "MIT" } } diff --git a/packages/docs/package.json b/packages/docs/package.json index 3cc1d7a0406..a9625a235f3 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "9.0.0", + "version": "9.0.1", "description": "Pre-packaged API documentation for the Ionic docs.", "main": "core.json", "types": "core.d.ts", diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 71c0a42bc94..87c1e26bc5b 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.1](https://github.com/ionic-team/ionic-framework/compare/v9.0.0...v9.0.1) (2026-08-26) + +### Bug Fixes + +* **react-router:** skip page clone when nothing will animate ([#31387](https://github.com/ionic-team/ionic-framework/issues/31387)) ([898001c](https://github.com/ionic-team/ionic-framework/commit/898001c5c6a92a3269dd8e60c4e79da1c634af9d)) + + # [9.0.0](https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0) (2026-08-19) **Full Changelog**: https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0 diff --git a/packages/react-router/package-lock.json b/packages/react-router/package-lock.json index 5535d98819f..5802d191549 100644 --- a/packages/react-router/package-lock.json +++ b/packages/react-router/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react-router", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ionic/react-router", - "version": "9.0.0", + "version": "9.0.1", "license": "MIT", "dependencies": { - "@ionic/react": "^9.0.0", + "@ionic/react": "^9.0.1", "tslib": "*" }, "devDependencies": { @@ -256,12 +256,12 @@ } }, "node_modules/@ionic/core": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-9.0.0.tgz", - "integrity": "sha512-ouHmLIdyP0vTV0PK/kj0QNtQTcDjyoWi2vKRaCkwj0xY3oU9qq3lB0N6w3Cm93ol0inBuXgn3/IN71BTp88c+g==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-9.0.1.tgz", + "integrity": "sha512-70fIYFxGuBFYOanWIl1PF3/emB+xVQjLQ9OZqgI+9ki8nEZH1y90YkTtAmleLl2jTx6TUpSaJpdUnzkBreIt7w==", "license": "MIT", "dependencies": { - "@stencil/core": "^4.43.5", + "@stencil/core": "^4.44.2", "ionicons": "^8.1.0", "tslib": "^2.1.0" }, @@ -296,12 +296,12 @@ } }, "node_modules/@ionic/react": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-9.0.0.tgz", - "integrity": "sha512-aVOXzCVJTKp9bJYhoKm6ksu7+gEzsl6179JvZNLsanIeCN4SHsmIa7CfjV9K+TwERXQ8Kgpglj4QquU9/QPRgQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-9.0.1.tgz", + "integrity": "sha512-dO257Wl1RSz5g2X0uHkHZOKZYGafFPXcU0EYPgROHxKBUVZpM5VimUZVNcAjkyWRDwDyN0Bjz+7TVfCN3DDPUQ==", "license": "MIT", "dependencies": { - "@ionic/core": "9.0.0", + "@ionic/core": "9.0.1", "@stencil/react-output-target": "^1.6.2", "ionicons": "^8.0.13", "tslib": "*" @@ -688,9 +688,9 @@ "license": "MIT" }, "node_modules/@stencil/core": { - "version": "4.44.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.44.0.tgz", - "integrity": "sha512-A3kArg+80t9zJdul7FLUcxcjqvYrF76nDavfm2L8R7hGKWPbTTGM/tkOSf7MJqMd1ED0ztYoa9X90UlEXY3nLA==", + "version": "4.44.2", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.44.2.tgz", + "integrity": "sha512-TNaYdlyHfy8UF7glvZwaY6pM0AhgCOXuW5Kx3+AO+ITeaipCHWXi5tkZ6P/3HCL+hUySc60lPKSnZ4xdYIFb4g==", "license": "MIT", "bin": { "stencil": "bin/stencil" diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 19c17ba0a1b..c5ddad01551 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "9.0.0", + "version": "9.0.1", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -37,7 +37,7 @@ "dist/" ], "dependencies": { - "@ionic/react": "^9.0.0", + "@ionic/react": "^9.0.1", "tslib": "*" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index cf04cd2425b..f69caea942b 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.1](https://github.com/ionic-team/ionic-framework/compare/v9.0.0...v9.0.1) (2026-08-26) + +### Bug Fixes + +* **overlays:** restore presented state after a DOM move ([#31400](https://github.com/ionic-team/ionic-framework/issues/31400)) ([bfff8e1](https://github.com/ionic-team/ionic-framework/commit/bfff8e1377a8faff3581e61026733ce29b671513)), closes [#31389](https://github.com/ionic-team/ionic-framework/issues/31389) [#31390](https://github.com/ionic-team/ionic-framework/issues/31390) [#31389](https://github.com/ionic-team/ionic-framework/issues/31389) + + # [9.0.0](https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0) (2026-08-19) **Full Changelog**: https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0 diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index 0154f0a9f14..30de19e159a 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ionic/react", - "version": "9.0.0", + "version": "9.0.1", "license": "MIT", "dependencies": { - "@ionic/core": "^9.0.0", + "@ionic/core": "^9.0.1", "@stencil/react-output-target": "^1.6.2", "ionicons": "^8.0.13", "tslib": "*" @@ -891,12 +891,12 @@ } }, "node_modules/@ionic/core": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-9.0.0.tgz", - "integrity": "sha512-ouHmLIdyP0vTV0PK/kj0QNtQTcDjyoWi2vKRaCkwj0xY3oU9qq3lB0N6w3Cm93ol0inBuXgn3/IN71BTp88c+g==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-9.0.1.tgz", + "integrity": "sha512-70fIYFxGuBFYOanWIl1PF3/emB+xVQjLQ9OZqgI+9ki8nEZH1y90YkTtAmleLl2jTx6TUpSaJpdUnzkBreIt7w==", "license": "MIT", "dependencies": { - "@stencil/core": "^4.43.5", + "@stencil/core": "^4.44.2", "ionicons": "^8.1.0", "tslib": "^2.1.0" }, @@ -1682,9 +1682,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.43.5", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.43.5.tgz", - "integrity": "sha512-cgWD+GeuvJpTe1WQn40p02+BJ2j0j1YJ17GdkF2qKIQ23s2e3Zivq5yISXS3dcuV6oUJFN93jprdk+nk/sq99Q==", + "version": "4.44.2", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.44.2.tgz", + "integrity": "sha512-TNaYdlyHfy8UF7glvZwaY6pM0AhgCOXuW5Kx3+AO+ITeaipCHWXi5tkZ6P/3HCL+hUySc60lPKSnZ4xdYIFb4g==", "license": "MIT", "bin": { "stencil": "bin/stencil" diff --git a/packages/react/package.json b/packages/react/package.json index 45ba247b597..311c533d639 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "9.0.0", + "version": "9.0.1", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -41,7 +41,7 @@ "css/" ], "dependencies": { - "@ionic/core": "^9.0.0", + "@ionic/core": "^9.0.1", "@stencil/react-output-target": "^1.6.2", "ionicons": "^8.0.13", "tslib": "*" diff --git a/packages/vue-router/CHANGELOG.md b/packages/vue-router/CHANGELOG.md index 7d292d5c9ac..1d823b5ded4 100644 --- a/packages/vue-router/CHANGELOG.md +++ b/packages/vue-router/CHANGELOG.md @@ -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. +## [9.0.1](https://github.com/ionic-team/ionic-framework/compare/v9.0.0...v9.0.1) (2026-08-26) + +**Note:** Version bump only for package @ionic/vue-router + + + + + # [9.0.0](https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0) (2026-08-19) **Full Changelog**: https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0 diff --git a/packages/vue-router/package-lock.json b/packages/vue-router/package-lock.json index a625190badb..5797b3953dd 100644 --- a/packages/vue-router/package-lock.json +++ b/packages/vue-router/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue-router", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "9.0.0", + "version": "9.0.1", "license": "MIT", "dependencies": { - "@ionic/vue": "^9.0.0" + "@ionic/vue": "^9.0.1" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", @@ -342,12 +342,12 @@ } }, "node_modules/@ionic/core": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-9.0.0.tgz", - "integrity": "sha512-ouHmLIdyP0vTV0PK/kj0QNtQTcDjyoWi2vKRaCkwj0xY3oU9qq3lB0N6w3Cm93ol0inBuXgn3/IN71BTp88c+g==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-9.0.1.tgz", + "integrity": "sha512-70fIYFxGuBFYOanWIl1PF3/emB+xVQjLQ9OZqgI+9ki8nEZH1y90YkTtAmleLl2jTx6TUpSaJpdUnzkBreIt7w==", "license": "MIT", "dependencies": { - "@stencil/core": "^4.43.5", + "@stencil/core": "^4.44.2", "ionicons": "^8.1.0", "tslib": "^2.1.0" }, @@ -382,13 +382,13 @@ } }, "node_modules/@ionic/vue": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-9.0.0.tgz", - "integrity": "sha512-k679QcbbtUrfMWrbhv/37n3MT5DFW26lOXG550F8E6DlkKckjbiAOH+IsJ9gthYUWD2QuypldGwZGesk1kT6sg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-9.0.1.tgz", + "integrity": "sha512-CwgLj7HKBwv/xRIsXqqvHCH+QGQVMjSf3CIWbQ6x+NpnSqlj8Ve5biZwfGTL0zdd3OaclLiDkrbxMVCLHG1Ovw==", "license": "MIT", "dependencies": { - "@ionic/core": "9.0.0", - "@stencil/vue-output-target": "0.14.1", + "@ionic/core": "9.0.1", + "@stencil/vue-output-target": "0.14.2", "ionicons": "^8.0.13" } }, @@ -841,9 +841,9 @@ "license": "MIT" }, "node_modules/@stencil/core": { - "version": "4.44.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.44.0.tgz", - "integrity": "sha512-A3kArg+80t9zJdul7FLUcxcjqvYrF76nDavfm2L8R7hGKWPbTTGM/tkOSf7MJqMd1ED0ztYoa9X90UlEXY3nLA==", + "version": "4.44.2", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.44.2.tgz", + "integrity": "sha512-TNaYdlyHfy8UF7glvZwaY6pM0AhgCOXuW5Kx3+AO+ITeaipCHWXi5tkZ6P/3HCL+hUySc60lPKSnZ4xdYIFb4g==", "license": "MIT", "bin": { "stencil": "bin/stencil" @@ -864,9 +864,9 @@ } }, "node_modules/@stencil/vue-output-target": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/@stencil/vue-output-target/-/vue-output-target-0.14.1.tgz", - "integrity": "sha512-mtqpYVsdopTbMK0eAmyNa2+MuuhiZgJcrBt1hihEERyG0vtDqcaYkqNz+sYSvA0iK3tTGs5vOUPOd1HU1w9D7w==", + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/@stencil/vue-output-target/-/vue-output-target-0.14.2.tgz", + "integrity": "sha512-KF09dlRXvieXYEW7MnvnUoAWnQKm3JLori9UiB4xoTdJQeI987nRx5N5zzci+L3j4Ta+932D6+pJuWvHZJb+jA==", "license": "MIT", "peerDependencies": { "@stencil/core": ">=2.0.0 || >=3 || >=4.0.0 || ^5.0.0 || >=5.0.0-alpha.17 <5.0.0-next.0", diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 67bfa8e3810..eb5a4c60d08 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "9.0.0", + "version": "9.0.1", "description": "Vue Router integration for @ionic/vue", "scripts": { "eslint": "eslint src", @@ -44,7 +44,7 @@ }, "homepage": "https://github.com/ionic-team/ionic-framework#readme", "dependencies": { - "@ionic/vue": "^9.0.0" + "@ionic/vue": "^9.0.1" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index b1845d2085e..038af2b8ebd 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -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. +## [9.0.1](https://github.com/ionic-team/ionic-framework/compare/v9.0.0...v9.0.1) (2026-08-26) + +**Note:** Version bump only for package @ionic/vue + + + + + # [9.0.0](https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0) (2026-08-19) **Full Changelog**: https://github.com/ionic-team/ionic-framework/compare/v8.8.19...v9.0.0 diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index 93c20e7db9b..83a135f049c 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "9.0.0", + "version": "9.0.1", "license": "MIT", "dependencies": { - "@ionic/core": "^9.0.0", + "@ionic/core": "^9.0.1", "@stencil/vue-output-target": "0.14.2", "ionicons": "^8.0.13" }, @@ -346,12 +346,12 @@ } }, "node_modules/@ionic/core": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-9.0.0.tgz", - "integrity": "sha512-ouHmLIdyP0vTV0PK/kj0QNtQTcDjyoWi2vKRaCkwj0xY3oU9qq3lB0N6w3Cm93ol0inBuXgn3/IN71BTp88c+g==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-9.0.1.tgz", + "integrity": "sha512-70fIYFxGuBFYOanWIl1PF3/emB+xVQjLQ9OZqgI+9ki8nEZH1y90YkTtAmleLl2jTx6TUpSaJpdUnzkBreIt7w==", "license": "MIT", "dependencies": { - "@stencil/core": "^4.43.5", + "@stencil/core": "^4.44.2", "ionicons": "^8.1.0", "tslib": "^2.1.0" }, @@ -678,9 +678,9 @@ "license": "MIT" }, "node_modules/@stencil/core": { - "version": "4.43.5", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.43.5.tgz", - "integrity": "sha512-cgWD+GeuvJpTe1WQn40p02+BJ2j0j1YJ17GdkF2qKIQ23s2e3Zivq5yISXS3dcuV6oUJFN93jprdk+nk/sq99Q==", + "version": "4.44.2", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.44.2.tgz", + "integrity": "sha512-TNaYdlyHfy8UF7glvZwaY6pM0AhgCOXuW5Kx3+AO+ITeaipCHWXi5tkZ6P/3HCL+hUySc60lPKSnZ4xdYIFb4g==", "license": "MIT", "bin": { "stencil": "bin/stencil" diff --git a/packages/vue/package.json b/packages/vue/package.json index 57a6f3e739e..1ee5b96eb66 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "9.0.0", + "version": "9.0.1", "description": "Vue specific wrapper for @ionic/core", "scripts": { "eslint": "eslint src", @@ -78,7 +78,7 @@ } }, "dependencies": { - "@ionic/core": "^9.0.0", + "@ionic/core": "^9.0.1", "@stencil/vue-output-target": "0.14.2", "ionicons": "^8.0.13" },