diff --git a/CHANGELOG.md b/CHANGELOG.md index 5031d391cf6..b0397554abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.8-nightly.20231201](https://github.com/ionic-team/ionic-framework/compare/v7.5.7...v7.5.8-nightly.20231201) (2023-12-01) + + +### Bug Fixes + +* **overlays:** trigger is configured on load ([#28526](https://github.com/ionic-team/ionic-framework/issues/28526)) ([a3cd204](https://github.com/ionic-team/ionic-framework/commit/a3cd204f616606ccffc35082655e55fdfb19fe28)), closes [#28524](https://github.com/ionic-team/ionic-framework/issues/28524) + + + + + ## [7.5.7](https://github.com/ionic-team/ionic-framework/compare/v7.5.6...v7.5.7) (2023-11-29) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index fc2d3cbd3aa..59ce3f3b88e 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.8-nightly.20231201](https://github.com/ionic-team/ionic-framework/compare/v7.5.7...v7.5.8-nightly.20231201) (2023-12-01) + + +### Bug Fixes + +* **overlays:** trigger is configured on load ([#28526](https://github.com/ionic-team/ionic-framework/issues/28526)) ([a3cd204](https://github.com/ionic-team/ionic-framework/commit/a3cd204f616606ccffc35082655e55fdfb19fe28)), closes [#28524](https://github.com/ionic-team/ionic-framework/issues/28524) + + + + + ## [7.5.7](https://github.com/ionic-team/ionic-framework/compare/v7.5.6...v7.5.7) (2023-11-29) diff --git a/core/package-lock.json b/core/package-lock.json index 08c47b50140..59fd969ba24 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "license": "MIT", "dependencies": { "@stencil/core": "^4.8.0", diff --git a/core/package.json b/core/package.json index df64eb14998..c8034e849a3 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0b1d816b0c6..4b5ed5ae71d 100644 --- a/docs/CHANGELOG.md +++ b/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. +## [7.5.8-nightly.20231201](https://github.com/ionic-team/ionic-framework/compare/v7.5.7...v7.5.8-nightly.20231201) (2023-12-01) + +**Note:** Version bump only for package @ionic/docs + + + + + ## [7.5.7](https://github.com/ionic-team/ionic-framework/compare/v7.5.6...v7.5.7) (2023-11-29) **Note:** Version bump only for package @ionic/docs diff --git a/docs/package-lock.json b/docs/package-lock.json index 294c541e403..e833a2fb39b 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/docs", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/docs", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "license": "MIT" } } diff --git a/docs/package.json b/docs/package.json index eff3724c5d4..f4d2e137b6e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "description": "Pre-packaged API documentation for the Ionic docs.", "main": "core.json", "types": "core.d.ts", diff --git a/lerna.json b/lerna.json index d149811f561..99b72975375 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "docs", "packages/*" ], - "version": "7.5.7" + "version": "7.5.8-nightly.20231201" } diff --git a/packages/angular-server/CHANGELOG.md b/packages/angular-server/CHANGELOG.md index 5d84d466a5b..71d5c3bdcf6 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. +## [7.5.8-nightly.20231201](https://github.com/ionic-team/ionic-framework/compare/v7.5.7...v7.5.8-nightly.20231201) (2023-12-01) + +**Note:** Version bump only for package @ionic/angular-server + + + + + ## [7.5.7](https://github.com/ionic-team/ionic-framework/compare/v7.5.6...v7.5.7) (2023-11-29) **Note:** Version bump only for package @ionic/angular-server diff --git a/packages/angular-server/package-lock.json b/packages/angular-server/package-lock.json index 426f05801b1..f36227c32e1 100644 --- a/packages/angular-server/package-lock.json +++ b/packages/angular-server/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular-server", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "license": "MIT", "dependencies": { - "@ionic/core": "^7.5.7" + "@ionic/core": "^7.5.8-nightly.20231201" }, "devDependencies": { "@angular-eslint/eslint-plugin": "^14.0.0", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 34d7c32d1e6..cb06bab2738 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "description": "Angular SSR Module for Ionic", "keywords": [ "ionic", @@ -62,6 +62,6 @@ }, "prettier": "@ionic/prettier-config", "dependencies": { - "@ionic/core": "^7.5.7" + "@ionic/core": "^7.5.8-nightly.20231201" } } diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 57815da0c49..7fffd93bc3c 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. +## [7.5.8-nightly.20231201](https://github.com/ionic-team/ionic-framework/compare/v7.5.7...v7.5.8-nightly.20231201) (2023-12-01) + +**Note:** Version bump only for package @ionic/angular + + + + + ## [7.5.7](https://github.com/ionic-team/ionic-framework/compare/v7.5.6...v7.5.7) (2023-11-29) **Note:** Version bump only for package @ionic/angular diff --git a/packages/angular/package-lock.json b/packages/angular/package-lock.json index 3f7a1a6bf0e..66e925632e9 100644 --- a/packages/angular/package-lock.json +++ b/packages/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "license": "MIT", "dependencies": { - "@ionic/core": "^7.5.7", + "@ionic/core": "^7.5.8-nightly.20231201", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" diff --git a/packages/angular/package.json b/packages/angular/package.json index 725ddfc4ec6..d4071dd1857 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -48,7 +48,7 @@ } }, "dependencies": { - "@ionic/core": "^7.5.7", + "@ionic/core": "^7.5.8-nightly.20231201", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index fe034c99e6a..193daccdc3a 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-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. +## [7.5.8-nightly.20231201](https://github.com/ionic-team/ionic-framework/compare/v7.5.7...v7.5.8-nightly.20231201) (2023-12-01) + +**Note:** Version bump only for package @ionic/react-router + + + + + ## [7.5.7](https://github.com/ionic-team/ionic-framework/compare/v7.5.6...v7.5.7) (2023-11-29) **Note:** Version bump only for package @ionic/react-router diff --git a/packages/react-router/package-lock.json b/packages/react-router/package-lock.json index da355b49b17..c8f1f855a75 100644 --- a/packages/react-router/package-lock.json +++ b/packages/react-router/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react-router", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react-router", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "license": "MIT", "dependencies": { - "@ionic/react": "^7.5.7", + "@ionic/react": "^7.5.8-nightly.20231201", "tslib": "*" }, "devDependencies": { diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 51c0a3c0e66..108bb754666 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -36,7 +36,7 @@ "dist/" ], "dependencies": { - "@ionic/react": "^7.5.7", + "@ionic/react": "^7.5.8-nightly.20231201", "tslib": "*" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a2f14084800..be6c9a2472f 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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. +## [7.5.8-nightly.20231201](https://github.com/ionic-team/ionic-framework/compare/v7.5.7...v7.5.8-nightly.20231201) (2023-12-01) + +**Note:** Version bump only for package @ionic/react + + + + + ## [7.5.7](https://github.com/ionic-team/ionic-framework/compare/v7.5.6...v7.5.7) (2023-11-29) **Note:** Version bump only for package @ionic/react diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index 50b1f979a69..bfec00fbb2a 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "license": "MIT", "dependencies": { - "@ionic/core": "^7.5.7", + "@ionic/core": "^7.5.8-nightly.20231201", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/react/package.json b/packages/react/package.json index fd42fef82bc..3344982902c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -39,7 +39,7 @@ "css/" ], "dependencies": { - "@ionic/core": "^7.5.7", + "@ionic/core": "^7.5.8-nightly.20231201", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/vue-router/CHANGELOG.md b/packages/vue-router/CHANGELOG.md index 3e01c55ed17..308847bff3e 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. +## [7.5.8-nightly.20231201](https://github.com/ionic-team/ionic-framework/compare/v7.5.7...v7.5.8-nightly.20231201) (2023-12-01) + +**Note:** Version bump only for package @ionic/vue-router + + + + + ## [7.5.7](https://github.com/ionic-team/ionic-framework/compare/v7.5.6...v7.5.7) (2023-11-29) **Note:** Version bump only for package @ionic/vue-router diff --git a/packages/vue-router/package-lock.json b/packages/vue-router/package-lock.json index cbb2031687a..043cf1f313f 100644 --- a/packages/vue-router/package-lock.json +++ b/packages/vue-router/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue-router", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "license": "MIT", "dependencies": { - "@ionic/vue": "^7.5.7" + "@ionic/vue": "^7.5.8-nightly.20231201" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 3f52b890936..eca2d0d5265 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "description": "Vue Router integration for @ionic/vue", "scripts": { "test.spec": "jest", @@ -44,7 +44,7 @@ }, "homepage": "https://github.com/ionic-team/ionic#readme", "dependencies": { - "@ionic/vue": "^7.5.7" + "@ionic/vue": "^7.5.8-nightly.20231201" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index d0449a3aa71..b96548fa682 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. +## [7.5.8-nightly.20231201](https://github.com/ionic-team/ionic-framework/compare/v7.5.7...v7.5.8-nightly.20231201) (2023-12-01) + +**Note:** Version bump only for package @ionic/vue + + + + + ## [7.5.7](https://github.com/ionic-team/ionic-framework/compare/v7.5.6...v7.5.7) (2023-11-29) **Note:** Version bump only for package @ionic/vue diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index c294f136743..7301ef9c1a7 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "license": "MIT", "dependencies": { - "@ionic/core": "^7.5.7", + "@ionic/core": "^7.5.8-nightly.20231201", "ionicons": "^7.0.0" }, "devDependencies": { diff --git a/packages/vue/package.json b/packages/vue/package.json index da1f74db9b9..3d5fa526987 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "7.5.7", + "version": "7.5.8-nightly.20231201", "description": "Vue specific wrapper for @ionic/core", "scripts": { "eslint": "eslint src", @@ -66,7 +66,7 @@ "vue-router": "^4.0.16" }, "dependencies": { - "@ionic/core": "^7.5.7", + "@ionic/core": "^7.5.8-nightly.20231201", "ionicons": "^7.0.0" }, "vetur": {