diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a4346b5a9..c9e4787f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + + +### Bug Fixes + +* **alert:** long words wrap to next line ([#28408](https://github.com/ionic-team/ionic-framework/issues/28408)) ([34257d6](https://github.com/ionic-team/ionic-framework/commit/34257d681e9034b0a001aa45e17222f3aab5ed76)), closes [#28406](https://github.com/ionic-team/ionic-framework/issues/28406) +* **angular:** inputs on standalone form controls are reactive ([#28434](https://github.com/ionic-team/ionic-framework/issues/28434)) ([3b6e631](https://github.com/ionic-team/ionic-framework/commit/3b6e6318bf94125b3f8305b4d072a5945ceb3730)), closes [#28431](https://github.com/ionic-team/ionic-framework/issues/28431) +* **angular:** NavController works with nested outlets ([#28421](https://github.com/ionic-team/ionic-framework/issues/28421)) ([90acad1](https://github.com/ionic-team/ionic-framework/commit/90acad1837b117542830ec0083389a35c5b4ee76)), closes [#28417](https://github.com/ionic-team/ionic-framework/issues/28417) +* **angular:** run platform subscriptions inside zone ([#28404](https://github.com/ionic-team/ionic-framework/issues/28404)) ([a4b303e](https://github.com/ionic-team/ionic-framework/commit/a4b303e1338a35756a9cf7f67508d24d2f8537a2)), closes [#19539](https://github.com/ionic-team/ionic-framework/issues/19539) +* **angular:** standalone form components do not error when multiple are used ([#28423](https://github.com/ionic-team/ionic-framework/issues/28423)) ([89698b3](https://github.com/ionic-team/ionic-framework/commit/89698b338fb05cde427c98720c238d2365abdaa7)), closes [#28418](https://github.com/ionic-team/ionic-framework/issues/28418) +* **datetime:** allow calendar navigation in readonly mode; disallow keyboard navigation when disabled ([#28336](https://github.com/ionic-team/ionic-framework/issues/28336)) ([f6a6877](https://github.com/ionic-team/ionic-framework/commit/f6a6877044a6d912a92aab00c3c78897da09415d)), closes [#28121](https://github.com/ionic-team/ionic-framework/issues/28121) +* **input, textarea, select:** use consistent sizes ([#28390](https://github.com/ionic-team/ionic-framework/issues/28390)) ([b31ecbb](https://github.com/ionic-team/ionic-framework/commit/b31ecbbfe8deb87604686d752e92e672dd9b277a)), closes [#28388](https://github.com/ionic-team/ionic-framework/issues/28388) +* **list-header:** apply safe area to proper side regardless of direction ([#28371](https://github.com/ionic-team/ionic-framework/issues/28371)) ([f99d530](https://github.com/ionic-team/ionic-framework/commit/f99d5305fb4b1607b42e34a0b7653d8e1b5bf23f)) +* **segment:** avoid scrolling webkit bug ([#28376](https://github.com/ionic-team/ionic-framework/issues/28376)) ([8e2f818](https://github.com/ionic-team/ionic-framework/commit/8e2f81867175e9980e6d072b0a4414baae571223)), closes [#28373](https://github.com/ionic-team/ionic-framework/issues/28373) +* **tab-bar:** apply safe area to proper side regardless of direction ([#28372](https://github.com/ionic-team/ionic-framework/issues/28372)) ([d47b7e7](https://github.com/ionic-team/ionic-framework/commit/d47b7e750310ceb2f2c7ecfda8343923ff8d564a)) + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 0b4c93f166..936ca8621f 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + + +### Bug Fixes + +* **alert:** long words wrap to next line ([#28408](https://github.com/ionic-team/ionic-framework/issues/28408)) ([34257d6](https://github.com/ionic-team/ionic-framework/commit/34257d681e9034b0a001aa45e17222f3aab5ed76)), closes [#28406](https://github.com/ionic-team/ionic-framework/issues/28406) +* **angular:** standalone form components do not error when multiple are used ([#28423](https://github.com/ionic-team/ionic-framework/issues/28423)) ([89698b3](https://github.com/ionic-team/ionic-framework/commit/89698b338fb05cde427c98720c238d2365abdaa7)), closes [#28418](https://github.com/ionic-team/ionic-framework/issues/28418) +* **datetime:** allow calendar navigation in readonly mode; disallow keyboard navigation when disabled ([#28336](https://github.com/ionic-team/ionic-framework/issues/28336)) ([f6a6877](https://github.com/ionic-team/ionic-framework/commit/f6a6877044a6d912a92aab00c3c78897da09415d)), closes [#28121](https://github.com/ionic-team/ionic-framework/issues/28121) +* **input, textarea, select:** use consistent sizes ([#28390](https://github.com/ionic-team/ionic-framework/issues/28390)) ([b31ecbb](https://github.com/ionic-team/ionic-framework/commit/b31ecbbfe8deb87604686d752e92e672dd9b277a)), closes [#28388](https://github.com/ionic-team/ionic-framework/issues/28388) +* **list-header:** apply safe area to proper side regardless of direction ([#28371](https://github.com/ionic-team/ionic-framework/issues/28371)) ([f99d530](https://github.com/ionic-team/ionic-framework/commit/f99d5305fb4b1607b42e34a0b7653d8e1b5bf23f)) +* **segment:** avoid scrolling webkit bug ([#28376](https://github.com/ionic-team/ionic-framework/issues/28376)) ([8e2f818](https://github.com/ionic-team/ionic-framework/commit/8e2f81867175e9980e6d072b0a4414baae571223)), closes [#28373](https://github.com/ionic-team/ionic-framework/issues/28373) +* **tab-bar:** apply safe area to proper side regardless of direction ([#28372](https://github.com/ionic-team/ionic-framework/issues/28372)) ([d47b7e7](https://github.com/ionic-team/ionic-framework/commit/d47b7e750310ceb2f2c7ecfda8343923ff8d564a)) + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) diff --git a/core/package-lock.json b/core/package-lock.json index a94bc77c30..6eef54fd61 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/core", - "version": "7.5.2", + "version": "7.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "7.5.2", + "version": "7.5.3", "license": "MIT", "dependencies": { - "@stencil/core": "^4.6.0", + "@stencil/core": "^4.7.0", "ionicons": "^7.2.1", "tslib": "^2.1.0" }, @@ -1653,9 +1653,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.6.0.tgz", - "integrity": "sha512-5Y6/fP28aspPDRB+Tz5GuB1jRVGuUEk5/rnyE8ACGcuzEOG+zR0A/IHRJSU3XmCxUlVDKfKoO6St5W84oUCVMA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.7.0.tgz", + "integrity": "sha512-hl3hD5FA8F9kZiDJSus08Kno1QRl+fXeMBzrl5DjWAzAu0JHxL1AqTph5oQSekjvkSahaa8JtsXnHRZU93eivg==", "bin": { "stencil": "bin/stencil" }, @@ -11586,9 +11586,9 @@ "requires": {} }, "@stencil/core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.6.0.tgz", - "integrity": "sha512-5Y6/fP28aspPDRB+Tz5GuB1jRVGuUEk5/rnyE8ACGcuzEOG+zR0A/IHRJSU3XmCxUlVDKfKoO6St5W84oUCVMA==" + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.7.0.tgz", + "integrity": "sha512-hl3hD5FA8F9kZiDJSus08Kno1QRl+fXeMBzrl5DjWAzAu0JHxL1AqTph5oQSekjvkSahaa8JtsXnHRZU93eivg==" }, "@stencil/react-output-target": { "version": "0.5.3", diff --git a/core/package.json b/core/package.json index 82e132f6a4..24c58db610 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "7.5.2", + "version": "7.5.3", "description": "Base components for Ionic", "keywords": [ "ionic", @@ -31,7 +31,7 @@ "loader/" ], "dependencies": { - "@stencil/core": "^4.6.0", + "@stencil/core": "^4.7.0", "ionicons": "^7.2.1", "tslib": "^2.1.0" }, diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index bf59808abb..dc93fc5054 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.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + +**Note:** Version bump only for package @ionic/docs + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) **Note:** Version bump only for package @ionic/docs diff --git a/docs/package-lock.json b/docs/package-lock.json index d7cab8c611..a5c05edcc6 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/docs", - "version": "7.5.2", + "version": "7.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/docs", - "version": "7.5.2", + "version": "7.5.3", "license": "MIT" } } diff --git a/docs/package.json b/docs/package.json index 4ef0204243..d8ab3af2e0 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "7.5.2", + "version": "7.5.3", "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 2ffeed176a..f92af9bbab 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "docs", "packages/*" ], - "version": "7.5.2" + "version": "7.5.3" } diff --git a/packages/angular-server/CHANGELOG.md b/packages/angular-server/CHANGELOG.md index 1a7be71906..7feb8f448c 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.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + +**Note:** Version bump only for package @ionic/angular-server + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) **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 5948234b4e..baba9b6cae 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.2", + "version": "7.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "7.5.2", + "version": "7.5.3", "license": "MIT", "dependencies": { - "@ionic/core": "^7.5.2" + "@ionic/core": "^7.5.3" }, "devDependencies": { "@angular-eslint/eslint-plugin": "^14.0.0", @@ -1060,9 +1060,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "dependencies": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", @@ -7330,9 +7330,9 @@ "dev": true }, "@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "requires": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 9e6156d83f..a650894740 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "7.5.2", + "version": "7.5.3", "description": "Angular SSR Module for Ionic", "keywords": [ "ionic", @@ -61,6 +61,6 @@ }, "prettier": "@ionic/prettier-config", "dependencies": { - "@ionic/core": "^7.5.2" + "@ionic/core": "^7.5.3" } } diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 5d74635132..072f8912e6 100644 --- a/packages/angular/CHANGELOG.md +++ b/packages/angular/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + + +### Bug Fixes + +* **angular:** inputs on standalone form controls are reactive ([#28434](https://github.com/ionic-team/ionic-framework/issues/28434)) ([3b6e631](https://github.com/ionic-team/ionic-framework/commit/3b6e6318bf94125b3f8305b4d072a5945ceb3730)), closes [#28431](https://github.com/ionic-team/ionic-framework/issues/28431) +* **angular:** NavController works with nested outlets ([#28421](https://github.com/ionic-team/ionic-framework/issues/28421)) ([90acad1](https://github.com/ionic-team/ionic-framework/commit/90acad1837b117542830ec0083389a35c5b4ee76)), closes [#28417](https://github.com/ionic-team/ionic-framework/issues/28417) +* **angular:** run platform subscriptions inside zone ([#28404](https://github.com/ionic-team/ionic-framework/issues/28404)) ([a4b303e](https://github.com/ionic-team/ionic-framework/commit/a4b303e1338a35756a9cf7f67508d24d2f8537a2)), closes [#19539](https://github.com/ionic-team/ionic-framework/issues/19539) +* **angular:** standalone form components do not error when multiple are used ([#28423](https://github.com/ionic-team/ionic-framework/issues/28423)) ([89698b3](https://github.com/ionic-team/ionic-framework/commit/89698b338fb05cde427c98720c238d2365abdaa7)), closes [#28418](https://github.com/ionic-team/ionic-framework/issues/28418) + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) diff --git a/packages/angular/package-lock.json b/packages/angular/package-lock.json index a9587ebfb8..1b90f7f19f 100644 --- a/packages/angular/package-lock.json +++ b/packages/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "7.5.2", + "version": "7.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "7.5.2", + "version": "7.5.3", "license": "MIT", "dependencies": { - "@ionic/core": "^7.5.2", + "@ionic/core": "^7.5.3", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" @@ -1227,9 +1227,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "dependencies": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", @@ -8093,9 +8093,9 @@ "dev": true }, "@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "requires": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", diff --git a/packages/angular/package.json b/packages/angular/package.json index 351f792dd5..7c728e18c0 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "7.5.2", + "version": "7.5.3", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -47,7 +47,7 @@ } }, "dependencies": { - "@ionic/core": "^7.5.2", + "@ionic/core": "^7.5.3", "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 8950c41703..0fc3bc5039 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.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + +**Note:** Version bump only for package @ionic/react-router + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) **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 e139e58e3c..ac71782287 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.2", + "version": "7.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react-router", - "version": "7.5.2", + "version": "7.5.3", "license": "MIT", "dependencies": { - "@ionic/react": "^7.5.2", + "@ionic/react": "^7.5.3", "tslib": "*" }, "devDependencies": { @@ -206,9 +206,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "dependencies": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", @@ -382,11 +382,11 @@ } }, "node_modules/@ionic/react": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.5.2.tgz", - "integrity": "sha512-NCLca/syKh7OJ8RLLw8rFENhG4QLlvkfePvfqlsFLslY384Ocvo8364jEqn17XeSv/E8IeC7OlVBHjj7LO40lg==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.5.3.tgz", + "integrity": "sha512-qnHz/g84mqLenUAoyi6HL181xvq3izVG/sD2hQ6iX3QjGQKMnbWNVo6M3YK4FJI1ht91NzhFxs6qvXHFcA1o4g==", "dependencies": { - "@ionic/core": "7.5.2", + "@ionic/core": "7.5.3", "ionicons": "^7.0.0", "tslib": "*" }, @@ -527,9 +527,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.6.0.tgz", - "integrity": "sha512-5Y6/fP28aspPDRB+Tz5GuB1jRVGuUEk5/rnyE8ACGcuzEOG+zR0A/IHRJSU3XmCxUlVDKfKoO6St5W84oUCVMA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.7.0.tgz", + "integrity": "sha512-hl3hD5FA8F9kZiDJSus08Kno1QRl+fXeMBzrl5DjWAzAu0JHxL1AqTph5oQSekjvkSahaa8JtsXnHRZU93eivg==", "bin": { "stencil": "bin/stencil" }, @@ -3692,9 +3692,9 @@ "dev": true }, "@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "requires": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", @@ -3798,11 +3798,11 @@ "requires": {} }, "@ionic/react": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.5.2.tgz", - "integrity": "sha512-NCLca/syKh7OJ8RLLw8rFENhG4QLlvkfePvfqlsFLslY384Ocvo8364jEqn17XeSv/E8IeC7OlVBHjj7LO40lg==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.5.3.tgz", + "integrity": "sha512-qnHz/g84mqLenUAoyi6HL181xvq3izVG/sD2hQ6iX3QjGQKMnbWNVo6M3YK4FJI1ht91NzhFxs6qvXHFcA1o4g==", "requires": { - "@ionic/core": "7.5.2", + "@ionic/core": "7.5.3", "ionicons": "^7.0.0", "tslib": "*" } @@ -3891,9 +3891,9 @@ } }, "@stencil/core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.6.0.tgz", - "integrity": "sha512-5Y6/fP28aspPDRB+Tz5GuB1jRVGuUEk5/rnyE8ACGcuzEOG+zR0A/IHRJSU3XmCxUlVDKfKoO6St5W84oUCVMA==" + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.7.0.tgz", + "integrity": "sha512-hl3hD5FA8F9kZiDJSus08Kno1QRl+fXeMBzrl5DjWAzAu0JHxL1AqTph5oQSekjvkSahaa8JtsXnHRZU93eivg==" }, "@types/estree": { "version": "0.0.39", diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 8c15191a6c..3df4cc1ff5 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "7.5.2", + "version": "7.5.3", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -23,7 +23,6 @@ "build": "npm run clean && npm run compile", "clean": "rimraf dist", "compile": "rollup -c", - "release": "np --any-branch --no-cleanup", "eslint": "eslint src", "prettier": "prettier \"./src/**/*.{html,ts,tsx,js,jsx}\"", "lint": "npm run eslint && npm run prettier -- --write --cache", @@ -36,7 +35,7 @@ "dist/" ], "dependencies": { - "@ionic/react": "^7.5.2", + "@ionic/react": "^7.5.3", "tslib": "*" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 94e25f4b4d..7bb9d39f19 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.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + +**Note:** Version bump only for package @ionic/react + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) **Note:** Version bump only for package @ionic/react diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index 22b02158e8..2acf26ce92 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react", - "version": "7.5.2", + "version": "7.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react", - "version": "7.5.2", + "version": "7.5.3", "license": "MIT", "dependencies": { - "@ionic/core": "^7.5.2", + "@ionic/core": "^7.5.3", "ionicons": "^7.0.0", "tslib": "*" }, @@ -698,9 +698,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "dependencies": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", @@ -11828,9 +11828,9 @@ "dev": true }, "@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "requires": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", diff --git a/packages/react/package.json b/packages/react/package.json index 45cf9926f3..dc47bf300c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "7.5.2", + "version": "7.5.3", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -25,7 +25,6 @@ "compile": "rollup -c", "eslint": "eslint src", "prettier": "prettier \"./src/**/*.{html,ts,tsx,js,jsx}\"", - "release": "np --any-branch --yolo --no-release-draft", "lint": "npm run eslint && npm run prettier -- --write --cache", "lint.fix": "npm run eslint -- --fix && npm run prettier -- --write --cache", "copy": "node scripts/copy.js", @@ -40,7 +39,7 @@ "css/" ], "dependencies": { - "@ionic/core": "^7.5.2", + "@ionic/core": "^7.5.3", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/vue-router/CHANGELOG.md b/packages/vue-router/CHANGELOG.md index ab645fbfc7..79ac5a1d17 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.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + +**Note:** Version bump only for package @ionic/vue-router + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) **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 1438df8724..27769ae277 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.2", + "version": "7.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "7.5.2", + "version": "7.5.3", "license": "MIT", "dependencies": { - "@ionic/vue": "^7.5.2" + "@ionic/vue": "^7.5.3" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", @@ -660,9 +660,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "dependencies": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", @@ -851,11 +851,11 @@ } }, "node_modules/@ionic/vue": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.5.2.tgz", - "integrity": "sha512-U0JYDF6nSo0+j5S1BlVW0EEcpBGWzLV1jhZmda72E4D/ol5yYFJldcJJ1rw4wkK+Q1zifRD5GRJljfcxbXl+mA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.5.3.tgz", + "integrity": "sha512-JR0YSutDuZFssfYIEqQ2L+YRVsug/bG0c//Cpytw2zS0Obhrap7dthYlicX4WmwtO2FXJQ3djExABCFR+aP0JQ==", "dependencies": { - "@ionic/core": "7.5.2", + "@ionic/core": "7.5.3", "ionicons": "^7.0.0" } }, @@ -1351,9 +1351,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.6.0.tgz", - "integrity": "sha512-5Y6/fP28aspPDRB+Tz5GuB1jRVGuUEk5/rnyE8ACGcuzEOG+zR0A/IHRJSU3XmCxUlVDKfKoO6St5W84oUCVMA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.7.0.tgz", + "integrity": "sha512-hl3hD5FA8F9kZiDJSus08Kno1QRl+fXeMBzrl5DjWAzAu0JHxL1AqTph5oQSekjvkSahaa8JtsXnHRZU93eivg==", "bin": { "stencil": "bin/stencil" }, @@ -7719,9 +7719,9 @@ "dev": true }, "@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "requires": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", @@ -7834,11 +7834,11 @@ "requires": {} }, "@ionic/vue": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.5.2.tgz", - "integrity": "sha512-U0JYDF6nSo0+j5S1BlVW0EEcpBGWzLV1jhZmda72E4D/ol5yYFJldcJJ1rw4wkK+Q1zifRD5GRJljfcxbXl+mA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.5.3.tgz", + "integrity": "sha512-JR0YSutDuZFssfYIEqQ2L+YRVsug/bG0c//Cpytw2zS0Obhrap7dthYlicX4WmwtO2FXJQ3djExABCFR+aP0JQ==", "requires": { - "@ionic/core": "7.5.2", + "@ionic/core": "7.5.3", "ionicons": "^7.0.0" } }, @@ -8218,9 +8218,9 @@ } }, "@stencil/core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.6.0.tgz", - "integrity": "sha512-5Y6/fP28aspPDRB+Tz5GuB1jRVGuUEk5/rnyE8ACGcuzEOG+zR0A/IHRJSU3XmCxUlVDKfKoO6St5W84oUCVMA==" + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.7.0.tgz", + "integrity": "sha512-hl3hD5FA8F9kZiDJSus08Kno1QRl+fXeMBzrl5DjWAzAu0JHxL1AqTph5oQSekjvkSahaa8JtsXnHRZU93eivg==" }, "@tootallnate/once": { "version": "2.0.0", diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 4e64ddd309..0a81900f1c 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "7.5.2", + "version": "7.5.3", "description": "Vue Router integration for @ionic/vue", "scripts": { "test.spec": "jest", @@ -43,7 +43,7 @@ }, "homepage": "https://github.com/ionic-team/ionic#readme", "dependencies": { - "@ionic/vue": "^7.5.2" + "@ionic/vue": "^7.5.3" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 53785d3bff..2152d89618 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.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + +**Note:** Version bump only for package @ionic/vue + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) **Note:** Version bump only for package @ionic/vue diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index d055d9d0d4..dabadc13e7 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "7.5.2", + "version": "7.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "7.5.2", + "version": "7.5.3", "license": "MIT", "dependencies": { - "@ionic/core": "^7.5.2", + "@ionic/core": "^7.5.3", "ionicons": "^7.0.0" }, "devDependencies": { @@ -208,9 +208,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "dependencies": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", @@ -3789,9 +3789,9 @@ "dev": true }, "@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "requires": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", diff --git a/packages/vue/package.json b/packages/vue/package.json index a5890870e2..76d4f26de9 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "7.5.2", + "version": "7.5.3", "description": "Vue specific wrapper for @ionic/core", "scripts": { "eslint": "eslint src", @@ -65,7 +65,7 @@ "vue-router": "^4.0.16" }, "dependencies": { - "@ionic/core": "^7.5.2", + "@ionic/core": "^7.5.3", "ionicons": "^7.0.0" }, "vetur": {