diff --git a/CHANGELOG.md b/CHANGELOG.md index 580d421a5b..2edcf9162d 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. +## [6.3.7-nightly.20221114](https://github.com/ionic-team/ionic-framework/compare/v6.3.6...v6.3.7-nightly.20221114) (2022-11-14) + + +### Bug Fixes + +* **action-sheet:** icons are aligned on MD mode ([#26256](https://github.com/ionic-team/ionic-framework/issues/26256)) ([627d654](https://github.com/ionic-team/ionic-framework/commit/627d654d24f97e340e4004a03f07467619e60149)), closes [#26249](https://github.com/ionic-team/ionic-framework/issues/26249) +* **datetime:** clear button clears the selected date ([#26264](https://github.com/ionic-team/ionic-framework/issues/26264)) ([9216744](https://github.com/ionic-team/ionic-framework/commit/9216744205c1ecc0c3dd51490a25be102f27a91a)), closes [#26258](https://github.com/ionic-team/ionic-framework/issues/26258) +* **popover:** inline popover positioning with fit-content or auto width ([#26230](https://github.com/ionic-team/ionic-framework/issues/26230)) ([0a8a958](https://github.com/ionic-team/ionic-framework/commit/0a8a958cba02994ea0fefa265b17edddffe62e98)), closes [#24716](https://github.com/ionic-team/ionic-framework/issues/24716) + + + + + ## [6.3.6](https://github.com/ionic-team/ionic-framework/compare/v6.3.5...v6.3.6) (2022-11-10) diff --git a/angular/CHANGELOG.md b/angular/CHANGELOG.md index 540e438bb7..334917187e 100644 --- a/angular/CHANGELOG.md +++ b/angular/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. +## [6.3.7-nightly.20221114](https://github.com/ionic-team/ionic/compare/v6.3.6...v6.3.7-nightly.20221114) (2022-11-14) + + +### Bug Fixes + +* **popover:** inline popover positioning with fit-content or auto width ([#26230](https://github.com/ionic-team/ionic/issues/26230)) ([0a8a958](https://github.com/ionic-team/ionic/commit/0a8a958cba02994ea0fefa265b17edddffe62e98)), closes [#24716](https://github.com/ionic-team/ionic/issues/24716) + + + + + ## [6.3.6](https://github.com/ionic-team/ionic/compare/v6.3.5...v6.3.6) (2022-11-10) **Note:** Version bump only for package @ionic/angular diff --git a/angular/package-lock.json b/angular/package-lock.json index a989963410..a3eaeef89f 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "license": "MIT", "dependencies": { - "@ionic/core": "^6.3.6", + "@ionic/core": "6.3.7-nightly.20221114", "jsonc-parser": "^3.0.0", "tslib": "^2.0.0" }, diff --git a/angular/package.json b/angular/package.json index 51e9851332..0cd67797c7 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -45,7 +45,7 @@ "validate": "npm i && npm run lint && npm run test && npm run build" }, "dependencies": { - "@ionic/core": "^6.3.6", + "@ionic/core": "6.3.7-nightly.20221114", "jsonc-parser": "^3.0.0", "tslib": "^2.0.0" }, diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 684228474b..c88de56fe0 100644 --- a/core/CHANGELOG.md +++ b/core/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. +## [6.3.7-nightly.20221114](https://github.com/ionic-team/ionic/compare/v6.3.6...v6.3.7-nightly.20221114) (2022-11-14) + + +### Bug Fixes + +* **action-sheet:** icons are aligned on MD mode ([#26256](https://github.com/ionic-team/ionic/issues/26256)) ([627d654](https://github.com/ionic-team/ionic/commit/627d654d24f97e340e4004a03f07467619e60149)), closes [#26249](https://github.com/ionic-team/ionic/issues/26249) +* **datetime:** clear button clears the selected date ([#26264](https://github.com/ionic-team/ionic/issues/26264)) ([9216744](https://github.com/ionic-team/ionic/commit/9216744205c1ecc0c3dd51490a25be102f27a91a)), closes [#26258](https://github.com/ionic-team/ionic/issues/26258) +* **popover:** inline popover positioning with fit-content or auto width ([#26230](https://github.com/ionic-team/ionic/issues/26230)) ([0a8a958](https://github.com/ionic-team/ionic/commit/0a8a958cba02994ea0fefa265b17edddffe62e98)), closes [#24716](https://github.com/ionic-team/ionic/issues/24716) + + + + + ## [6.3.6](https://github.com/ionic-team/ionic/compare/v6.3.5...v6.3.6) (2022-11-10) diff --git a/core/package-lock.json b/core/package-lock.json index 0ecdd90cc0..09eef296c4 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "license": "MIT", "dependencies": { "@stencil/core": "^2.18.0", diff --git a/core/package.json b/core/package.json index 0c2bd47c04..c7f173148d 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2cc2176eb6..2bf9c35cd4 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. +## [6.3.7-nightly.20221114](https://github.com/ionic-team/ionic-docs/compare/v6.3.6...v6.3.7-nightly.20221114) (2022-11-14) + +**Note:** Version bump only for package @ionic/docs + + + + + ## [6.3.6](https://github.com/ionic-team/ionic-docs/compare/v6.3.5...v6.3.6) (2022-11-10) **Note:** Version bump only for package @ionic/docs diff --git a/docs/package-lock.json b/docs/package-lock.json index d306759142..10241fcbcf 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/docs", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/docs", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "license": "MIT" } } diff --git a/docs/package.json b/docs/package.json index df8274a2f9..15c74fc32e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "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 a6ba0021f2..4132e86b0d 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "angular", "packages/*" ], - "version": "6.3.6" + "version": "6.3.7-nightly.20221114" } diff --git a/packages/angular-server/CHANGELOG.md b/packages/angular-server/CHANGELOG.md index 788a1fb97a..8feb9d091f 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. +## [6.3.7-nightly.20221114](https://github.com/ionic-team/ionic/compare/v6.3.6...v6.3.7-nightly.20221114) (2022-11-14) + +**Note:** Version bump only for package @ionic/angular-server + + + + + ## [6.3.6](https://github.com/ionic-team/ionic/compare/v6.3.5...v6.3.6) (2022-11-10) **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 9516b72106..5e85456a16 100644 --- a/packages/angular-server/package-lock.json +++ b/packages/angular-server/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/angular-server", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "license": "MIT", "devDependencies": { "@angular-eslint/eslint-plugin": "^12.6.1", @@ -18,7 +18,7 @@ "@angular/platform-browser": "^12.0.0", "@angular/platform-browser-dynamic": "^12.2.10", "@angular/platform-server": "^12.0.0", - "@ionic/core": "^6.3.6", + "@ionic/core": "6.3.7-nightly.20221114", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "^2.0.0", "@typescript-eslint/eslint-plugin": "^5.2.0", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 03c0dd913f..e44adf674a 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "description": "Angular SSR Module for Ionic", "keywords": [ "ionic", @@ -56,7 +56,7 @@ "@angular/platform-browser": "^12.0.0", "@angular/platform-browser-dynamic": "^12.2.10", "@angular/platform-server": "^12.0.0", - "@ionic/core": "^6.3.6", + "@ionic/core": "6.3.7-nightly.20221114", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "^2.0.0", "@typescript-eslint/eslint-plugin": "^5.2.0", diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 71c3f2eea3..aa226e9c03 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. +## [6.3.7-nightly.20221114](https://github.com/ionic-team/ionic/compare/v6.3.6...v6.3.7-nightly.20221114) (2022-11-14) + +**Note:** Version bump only for package @ionic/react-router + + + + + ## [6.3.6](https://github.com/ionic-team/ionic/compare/v6.3.5...v6.3.6) (2022-11-10) **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 2d56fb5bd0..d4b02b32e5 100644 --- a/packages/react-router/package-lock.json +++ b/packages/react-router/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react-router", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react-router", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "license": "MIT", "dependencies": { - "@ionic/react": "^6.3.6", + "@ionic/react": "6.3.7-nightly.20221114", "tslib": "*" }, "devDependencies": { diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 28ebdb16a2..94b7ef98a9 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -37,7 +37,7 @@ "dist/" ], "dependencies": { - "@ionic/react": "^6.3.6", + "@ionic/react": "6.3.7-nightly.20221114", "tslib": "*" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index be80914a6f..d4fba09989 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. +## [6.3.7-nightly.20221114](https://github.com/ionic-team/ionic/compare/v6.3.6...v6.3.7-nightly.20221114) (2022-11-14) + +**Note:** Version bump only for package @ionic/react + + + + + ## [6.3.6](https://github.com/ionic-team/ionic/compare/v6.3.5...v6.3.6) (2022-11-10) diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index 88fdd78d90..30cd96e060 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "license": "MIT", "dependencies": { - "@ionic/core": "^6.3.6", + "@ionic/core": "6.3.7-nightly.20221114", "ionicons": "^6.0.2", "tslib": "*" }, diff --git a/packages/react/package.json b/packages/react/package.json index 4f5cc00f71..ce01a6a9ca 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -41,7 +41,7 @@ "css/" ], "dependencies": { - "@ionic/core": "^6.3.6", + "@ionic/core": "6.3.7-nightly.20221114", "ionicons": "^6.0.2", "tslib": "*" }, diff --git a/packages/vue-router/CHANGELOG.md b/packages/vue-router/CHANGELOG.md index f513e7847e..547cd7d7d2 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. +## [6.3.7-nightly.20221114](https://github.com/ionic-team/ionic/compare/v6.3.6...v6.3.7-nightly.20221114) (2022-11-14) + +**Note:** Version bump only for package @ionic/vue-router + + + + + ## [6.3.6](https://github.com/ionic-team/ionic/compare/v6.3.5...v6.3.6) (2022-11-10) **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 ee802b2fb8..5ff232cf89 100644 --- a/packages/vue-router/package-lock.json +++ b/packages/vue-router/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue-router", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "license": "MIT", "dependencies": { - "@ionic/vue": "^6.3.6" + "@ionic/vue": "6.3.7-nightly.20221114" }, "devDependencies": { "@types/jest": "^28.1.1", diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 194269a6c9..6150d978d4 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "description": "Vue Router integration for @ionic/vue", "scripts": { "prepublishOnly": "npm run build", @@ -44,7 +44,7 @@ }, "homepage": "https://github.com/ionic-team/ionic#readme", "dependencies": { - "@ionic/vue": "^6.3.6" + "@ionic/vue": "6.3.7-nightly.20221114" }, "devDependencies": { "@types/jest": "^28.1.1", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 17f3feb5f6..4d46a45131 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. +## [6.3.7-nightly.20221114](https://github.com/ionic-team/ionic/compare/v6.3.6...v6.3.7-nightly.20221114) (2022-11-14) + +**Note:** Version bump only for package @ionic/vue + + + + + ## [6.3.6](https://github.com/ionic-team/ionic/compare/v6.3.5...v6.3.6) (2022-11-10) **Note:** Version bump only for package @ionic/vue diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index 97736ec859..af87983a52 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "license": "MIT", "dependencies": { - "@ionic/core": "^6.3.6", + "@ionic/core": "6.3.7-nightly.20221114", "ionicons": "^6.0.2" }, "devDependencies": { diff --git a/packages/vue/package.json b/packages/vue/package.json index cf0fa78eed..0b879b574d 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "6.3.6", + "version": "6.3.7-nightly.20221114", "description": "Vue specific wrapper for @ionic/core", "scripts": { "prepublishOnly": "npm run build", @@ -61,7 +61,7 @@ "vue-router": "^4.0.16" }, "dependencies": { - "@ionic/core": "^6.3.6", + "@ionic/core": "6.3.7-nightly.20221114", "ionicons": "^6.0.2" }, "vetur": {