diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ae26b29d..22492db761 100644 --- a/CHANGELOG.md +++ b/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. +## [7.2.1-nightly.20230726](https://github.com/ionic-team/ionic-framework/compare/v7.2.0...v7.2.1-nightly.20230726) (2023-07-26) + + +### Bug Fixes + +* **item-sliding:** buttons are not interactive on close ([#27829](https://github.com/ionic-team/ionic-framework/issues/27829)) ([6e4919c](https://github.com/ionic-team/ionic-framework/commit/6e4919caff90fc60988e5cc85ad7161844eb5b51)), closes [#22722](https://github.com/ionic-team/ionic-framework/issues/22722) +* **modal:** body background is reset with inline card modals ([#27835](https://github.com/ionic-team/ionic-framework/issues/27835)) ([38626d9](https://github.com/ionic-team/ionic-framework/commit/38626d96809d1c6be523ea62a4fac1dec73ee891)), closes [#27830](https://github.com/ionic-team/ionic-framework/issues/27830) + + + + + # [7.2.0](https://github.com/ionic-team/ionic-framework/compare/v7.1.4...v7.2.0) (2023-07-19) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index c30a907cae..81efb6c873 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. +## [7.2.1-nightly.20230726](https://github.com/ionic-team/ionic-framework/compare/v7.2.0...v7.2.1-nightly.20230726) (2023-07-26) + + +### Bug Fixes + +* **item-sliding:** buttons are not interactive on close ([#27829](https://github.com/ionic-team/ionic-framework/issues/27829)) ([6e4919c](https://github.com/ionic-team/ionic-framework/commit/6e4919caff90fc60988e5cc85ad7161844eb5b51)), closes [#22722](https://github.com/ionic-team/ionic-framework/issues/22722) +* **modal:** body background is reset with inline card modals ([#27835](https://github.com/ionic-team/ionic-framework/issues/27835)) ([38626d9](https://github.com/ionic-team/ionic-framework/commit/38626d96809d1c6be523ea62a4fac1dec73ee891)), closes [#27830](https://github.com/ionic-team/ionic-framework/issues/27830) + + + + + # [7.2.0](https://github.com/ionic-team/ionic-framework/compare/v7.1.4...v7.2.0) (2023-07-19) diff --git a/core/package-lock.json b/core/package-lock.json index 068866c9e9..b1cf63b562 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "license": "MIT", "dependencies": { "@stencil/core": "^3.4.0", diff --git a/core/package.json b/core/package.json index 735a09849b..504be0e03e 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e20012d18c..f57827fe82 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.2.1-nightly.20230726](https://github.com/ionic-team/ionic-framework/compare/v7.2.0...v7.2.1-nightly.20230726) (2023-07-26) + +**Note:** Version bump only for package @ionic/docs + + + + + # [7.2.0](https://github.com/ionic-team/ionic-framework/compare/v7.1.4...v7.2.0) (2023-07-19) **Note:** Version bump only for package @ionic/docs diff --git a/docs/package-lock.json b/docs/package-lock.json index 8d66ca1cc2..76ea9c6ec0 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/docs", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/docs", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "license": "MIT" } } diff --git a/docs/package.json b/docs/package.json index c510dc29a6..04b475a7d9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "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 d77b9b3520..957d420916 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "docs", "packages/*" ], - "version": "7.2.0" + "version": "7.2.1-nightly.20230726" } diff --git a/packages/angular-server/CHANGELOG.md b/packages/angular-server/CHANGELOG.md index d1a40ba1d7..8b0f2c7df2 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.2.1-nightly.20230726](https://github.com/ionic-team/ionic-framework/compare/v7.2.0...v7.2.1-nightly.20230726) (2023-07-26) + +**Note:** Version bump only for package @ionic/angular-server + + + + + # [7.2.0](https://github.com/ionic-team/ionic-framework/compare/v7.1.4...v7.2.0) (2023-07-19) **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 4b35776069..311416045a 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.2.0", + "version": "7.2.1-nightly.20230726", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "license": "MIT", "dependencies": { - "@ionic/core": "^7.2.0" + "@ionic/core": "^7.2.1-nightly.20230726" }, "devDependencies": { "@angular-eslint/eslint-plugin": "^14.0.0", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 49a23e08ba..6a794e4a33 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "description": "Angular SSR Module for Ionic", "keywords": [ "ionic", @@ -61,6 +61,6 @@ }, "prettier": "@ionic/prettier-config", "dependencies": { - "@ionic/core": "^7.2.0" + "@ionic/core": "^7.2.1-nightly.20230726" } } diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 72142886b3..e3f62fe0c6 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.2.1-nightly.20230726](https://github.com/ionic-team/ionic-framework/compare/v7.2.0...v7.2.1-nightly.20230726) (2023-07-26) + +**Note:** Version bump only for package @ionic/angular + + + + + # [7.2.0](https://github.com/ionic-team/ionic-framework/compare/v7.1.4...v7.2.0) (2023-07-19) diff --git a/packages/angular/package-lock.json b/packages/angular/package-lock.json index c9be7d4b66..bc66605497 100644 --- a/packages/angular/package-lock.json +++ b/packages/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "license": "MIT", "dependencies": { - "@ionic/core": "^7.2.0", + "@ionic/core": "^7.2.1-nightly.20230726", "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 3c294f4fb0..0608014429 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -47,7 +47,7 @@ } }, "dependencies": { - "@ionic/core": "^7.2.0", + "@ionic/core": "^7.2.1-nightly.20230726", "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 e12abfb6a6..e46fc154ed 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.2.1-nightly.20230726](https://github.com/ionic-team/ionic-framework/compare/v7.2.0...v7.2.1-nightly.20230726) (2023-07-26) + +**Note:** Version bump only for package @ionic/react-router + + + + + # [7.2.0](https://github.com/ionic-team/ionic-framework/compare/v7.1.4...v7.2.0) (2023-07-19) **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 5b03937593..4d50b1f9bc 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.2.0", + "version": "7.2.1-nightly.20230726", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react-router", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "license": "MIT", "dependencies": { - "@ionic/react": "^7.2.0", + "@ionic/react": "^7.2.1-nightly.20230726", "tslib": "*" }, "devDependencies": { diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 0c10134b25..6d854728f5 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -37,7 +37,7 @@ "dist/" ], "dependencies": { - "@ionic/react": "^7.2.0", + "@ionic/react": "^7.2.1-nightly.20230726", "tslib": "*" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 2c960b7512..606525cd0f 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.2.1-nightly.20230726](https://github.com/ionic-team/ionic-framework/compare/v7.2.0...v7.2.1-nightly.20230726) (2023-07-26) + +**Note:** Version bump only for package @ionic/react + + + + + # [7.2.0](https://github.com/ionic-team/ionic-framework/compare/v7.1.4...v7.2.0) (2023-07-19) **Note:** Version bump only for package @ionic/react diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index b2387c4ec7..7ccf47b61f 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "license": "MIT", "dependencies": { - "@ionic/core": "^7.2.0", + "@ionic/core": "^7.2.1-nightly.20230726", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/react/package.json b/packages/react/package.json index 0b1a58bff5..55d4c2f3e5 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -41,7 +41,7 @@ "css/" ], "dependencies": { - "@ionic/core": "^7.2.0", + "@ionic/core": "^7.2.1-nightly.20230726", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/vue-router/CHANGELOG.md b/packages/vue-router/CHANGELOG.md index 1864b5e7b1..552ffbe586 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.2.1-nightly.20230726](https://github.com/ionic-team/ionic-framework/compare/v7.2.0...v7.2.1-nightly.20230726) (2023-07-26) + +**Note:** Version bump only for package @ionic/vue-router + + + + + # [7.2.0](https://github.com/ionic-team/ionic-framework/compare/v7.1.4...v7.2.0) (2023-07-19) **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 6debc824d0..876e4b559f 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.2.0", + "version": "7.2.1-nightly.20230726", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "license": "MIT", "dependencies": { - "@ionic/vue": "^7.2.0" + "@ionic/vue": "^7.2.1-nightly.20230726" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 98ec464641..94cf8f8139 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "description": "Vue Router integration for @ionic/vue", "scripts": { "test.spec": "jest", @@ -45,7 +45,7 @@ }, "homepage": "https://github.com/ionic-team/ionic#readme", "dependencies": { - "@ionic/vue": "^7.2.0" + "@ionic/vue": "^7.2.1-nightly.20230726" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 425d64c563..47471037bb 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.2.1-nightly.20230726](https://github.com/ionic-team/ionic-framework/compare/v7.2.0...v7.2.1-nightly.20230726) (2023-07-26) + +**Note:** Version bump only for package @ionic/vue + + + + + # [7.2.0](https://github.com/ionic-team/ionic-framework/compare/v7.1.4...v7.2.0) (2023-07-19) diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index a9cd6f0fd9..9c259e53c2 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "license": "MIT", "dependencies": { - "@ionic/core": "^7.2.0", + "@ionic/core": "^7.2.1-nightly.20230726", "ionicons": "^7.0.0" }, "devDependencies": { diff --git a/packages/vue/package.json b/packages/vue/package.json index 5e523a1470..13aeed9161 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "7.2.0", + "version": "7.2.1-nightly.20230726", "description": "Vue specific wrapper for @ionic/core", "scripts": { "eslint": "eslint src", @@ -66,7 +66,7 @@ "vue-router": "^4.0.16" }, "dependencies": { - "@ionic/core": "^7.2.0", + "@ionic/core": "^7.2.1-nightly.20230726", "ionicons": "^7.0.0" }, "vetur": {