diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c5764ca1b..3e14b133e2 100644 --- a/CHANGELOG.md +++ b/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.0.2](https://github.com/ionic-team/ionic-framework/compare/v7.0.1...v7.0.2) (2023-04-12) + + +### Bug Fixes + +* **item:** ios active state has correct contrast ([#27134](https://github.com/ionic-team/ionic-framework/issues/27134)) ([bbdb0ca](https://github.com/ionic-team/ionic-framework/commit/bbdb0ca480d7cd46c030d1947ced712653cf122b)), closes [#27130](https://github.com/ionic-team/ionic-framework/issues/27130) +* **menu:** refs are not destroyed on unmount ([#27141](https://github.com/ionic-team/ionic-framework/issues/27141)) ([b81b0d1](https://github.com/ionic-team/ionic-framework/commit/b81b0d14258d7b8caf028e6cfe81772ed2f5f119)), closes [#24907](https://github.com/ionic-team/ionic-framework/issues/24907) +* **radio:** takes up full height in item ([#27168](https://github.com/ionic-team/ionic-framework/issues/27168)) ([987c79f](https://github.com/ionic-team/ionic-framework/commit/987c79f05b6791084c4526d80c8c28a28047dd58)), closes [#27159](https://github.com/ionic-team/ionic-framework/issues/27159) +* **segment:** segment disables segment buttons created asynchronously ([#27155](https://github.com/ionic-team/ionic-framework/issues/27155)) ([ad6b130](https://github.com/ionic-team/ionic-framework/commit/ad6b1301cf8528f7c9ad3c52730f01861117b380)), closes [#25396](https://github.com/ionic-team/ionic-framework/issues/25396) + + + + + ## [7.0.1](https://github.com/ionic-team/ionic-framework/compare/v7.0.0...v7.0.1) (2023-04-05) diff --git a/angular/CHANGELOG.md b/angular/CHANGELOG.md index eeb8212e16..8e49e93287 100644 --- a/angular/CHANGELOG.md +++ b/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.0.2](https://github.com/ionic-team/ionic/compare/v7.0.1...v7.0.2) (2023-04-12) + +**Note:** Version bump only for package @ionic/angular + + + + + ## [7.0.1](https://github.com/ionic-team/ionic/compare/v7.0.0...v7.0.1) (2023-04-05) **Note:** Version bump only for package @ionic/angular diff --git a/angular/package-lock.json b/angular/package-lock.json index ecf882e9ea..b89ead766b 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "7.0.1", + "version": "7.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "7.0.1", + "version": "7.0.2", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.1", + "@ionic/core": "^7.0.2", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" @@ -1227,19 +1227,19 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.1.tgz", - "integrity": "sha512-RK69pJ+2e5gLM4eASR2vccPQibIz+Lsc1uHql61lV8Xghb7+usYdeSXUvmn2JL3hkbSMt6JxKCTLfQjFJc+d8Q==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.2.tgz", + "integrity": "sha512-GxQsMmsyBGeK9khIPNR3zw3WvDZj3I0inKtPcd/s9hEnfndAlFFI9gckB7/zrp55xoknCRwqAYT8sGWze3sn2w==", "dependencies": { - "@stencil/core": "^3.2.0", + "@stencil/core": "^3.2.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" } }, "node_modules/@ionic/core/node_modules/@stencil/core": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.0.tgz", - "integrity": "sha512-vAZiHg4h6hZn4GP6P4w/d7qJwovW0xroitVAn/Ay0rUOeMHqMDYTX5jq0Vy/bgKactKam5WL/to50esGe6lDUQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.1.tgz", + "integrity": "sha512-Ybm4NteQBScLq3H0JML/uqo4nWjNpZw1HAAURtR5LlRm7ptzNKO5S8EnHp3m05/uyTzeh9yLpUFHY7bxGNdYLg==", "bin": { "stencil": "bin/stencil" }, @@ -8104,19 +8104,19 @@ "dev": true }, "@ionic/core": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.1.tgz", - "integrity": "sha512-RK69pJ+2e5gLM4eASR2vccPQibIz+Lsc1uHql61lV8Xghb7+usYdeSXUvmn2JL3hkbSMt6JxKCTLfQjFJc+d8Q==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.2.tgz", + "integrity": "sha512-GxQsMmsyBGeK9khIPNR3zw3WvDZj3I0inKtPcd/s9hEnfndAlFFI9gckB7/zrp55xoknCRwqAYT8sGWze3sn2w==", "requires": { - "@stencil/core": "^3.2.0", + "@stencil/core": "^3.2.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" }, "dependencies": { "@stencil/core": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.0.tgz", - "integrity": "sha512-vAZiHg4h6hZn4GP6P4w/d7qJwovW0xroitVAn/Ay0rUOeMHqMDYTX5jq0Vy/bgKactKam5WL/to50esGe6lDUQ==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.1.tgz", + "integrity": "sha512-Ybm4NteQBScLq3H0JML/uqo4nWjNpZw1HAAURtR5LlRm7ptzNKO5S8EnHp3m05/uyTzeh9yLpUFHY7bxGNdYLg==" } } }, diff --git a/angular/package.json b/angular/package.json index 118d06db9a..90664fc00e 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "7.0.1", + "version": "7.0.2", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -47,7 +47,7 @@ } }, "dependencies": { - "@ionic/core": "^7.0.1", + "@ionic/core": "^7.0.2", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 45aa921abd..7feddc4607 100644 --- a/core/CHANGELOG.md +++ b/core/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.0.2](https://github.com/ionic-team/ionic/compare/v7.0.1...v7.0.2) (2023-04-12) + + +### Bug Fixes + +* **item:** ios active state has correct contrast ([#27134](https://github.com/ionic-team/ionic/issues/27134)) ([bbdb0ca](https://github.com/ionic-team/ionic/commit/bbdb0ca480d7cd46c030d1947ced712653cf122b)), closes [#000](https://github.com/ionic-team/ionic/issues/000) [#000](https://github.com/ionic-team/ionic/issues/000) +* **menu:** refs are not destroyed on unmount ([#27141](https://github.com/ionic-team/ionic/issues/27141)) ([b81b0d1](https://github.com/ionic-team/ionic/commit/b81b0d14258d7b8caf028e6cfe81772ed2f5f119)), closes [/github.com/ionic-team/ionic-framework/blob/687b37ad3e3237b874473817bb7b59143ac113ce/packages/core/src/components/menu/menu.tsx#L136-L137](https://github.com//github.com/ionic-team/ionic-framework/blob/687b37ad3e3237b874473817bb7b59143ac113ce/packages/core/src/components/menu/menu.tsx/issues/L136-L137) +* **radio:** takes up full height in item ([#27168](https://github.com/ionic-team/ionic/issues/27168)) ([987c79f](https://github.com/ionic-team/ionic/commit/987c79f05b6791084c4526d80c8c28a28047dd58)), closes [/github.com/ionic-team/ionic-framework/blob/cb8f07c5530ffc222580a3e3bae8dc85f62c73e5/core/src/components/checkbox/checkbox.scss#L42](https://github.com//github.com/ionic-team/ionic-framework/blob/cb8f07c5530ffc222580a3e3bae8dc85f62c73e5/core/src/components/checkbox/checkbox.scss/issues/L42) [/github.com/ionic-team/ionic-framework/blob/cb8f07c5530ffc222580a3e3bae8dc85f62c73e5/core/src/components/toggle/toggle.scss#L43](https://github.com//github.com/ionic-team/ionic-framework/blob/cb8f07c5530ffc222580a3e3bae8dc85f62c73e5/core/src/components/toggle/toggle.scss/issues/L43) +* **segment:** segment disables segment buttons created asyncronously ([#27155](https://github.com/ionic-team/ionic/issues/27155)) ([ad6b130](https://github.com/ionic-team/ionic/commit/ad6b1301cf8528f7c9ad3c52730f01861117b380)) + + + + + ## [7.0.1](https://github.com/ionic-team/ionic/compare/v7.0.0...v7.0.1) (2023-04-05) diff --git a/core/package-lock.json b/core/package-lock.json index 600f53628c..06bd5ef2c8 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "7.0.1", + "version": "7.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "7.0.1", + "version": "7.0.2", "license": "MIT", "dependencies": { "@stencil/core": "^3.2.1", diff --git a/core/package.json b/core/package.json index f460a92b13..b187469f27 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "7.0.1", + "version": "7.0.2", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index eaaf954a0f..5fd71e6e58 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.0.2](https://github.com/ionic-team/ionic-docs/compare/v7.0.1...v7.0.2) (2023-04-12) + +**Note:** Version bump only for package @ionic/docs + + + + + ## [7.0.1](https://github.com/ionic-team/ionic-docs/compare/v7.0.0...v7.0.1) (2023-04-05) **Note:** Version bump only for package @ionic/docs diff --git a/docs/package-lock.json b/docs/package-lock.json index 6264f316ec..ca82b6a829 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/docs", - "version": "7.0.1", + "version": "7.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/docs", - "version": "7.0.1", + "version": "7.0.2", "license": "MIT" } } diff --git a/docs/package.json b/docs/package.json index e729421519..c768210317 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "7.0.1", + "version": "7.0.2", "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 738f19347e..e92013244b 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "angular", "packages/*" ], - "version": "7.0.1" + "version": "7.0.2" } diff --git a/packages/angular-server/CHANGELOG.md b/packages/angular-server/CHANGELOG.md index 1e0abb56bc..4930e80e3b 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.0.2](https://github.com/ionic-team/ionic/compare/v7.0.1...v7.0.2) (2023-04-12) + +**Note:** Version bump only for package @ionic/angular-server + + + + + ## [7.0.1](https://github.com/ionic-team/ionic/compare/v7.0.0...v7.0.1) (2023-04-05) **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 db19662ac1..22e4c02a58 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.0.1", + "version": "7.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "7.0.1", + "version": "7.0.2", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.1" + "@ionic/core": "^7.0.2" }, "devDependencies": { "@angular-eslint/eslint-plugin": "^14.0.0", @@ -1060,19 +1060,19 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.1.tgz", - "integrity": "sha512-RK69pJ+2e5gLM4eASR2vccPQibIz+Lsc1uHql61lV8Xghb7+usYdeSXUvmn2JL3hkbSMt6JxKCTLfQjFJc+d8Q==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.2.tgz", + "integrity": "sha512-GxQsMmsyBGeK9khIPNR3zw3WvDZj3I0inKtPcd/s9hEnfndAlFFI9gckB7/zrp55xoknCRwqAYT8sGWze3sn2w==", "dependencies": { - "@stencil/core": "^3.2.0", + "@stencil/core": "^3.2.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" } }, "node_modules/@ionic/core/node_modules/@stencil/core": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.0.tgz", - "integrity": "sha512-vAZiHg4h6hZn4GP6P4w/d7qJwovW0xroitVAn/Ay0rUOeMHqMDYTX5jq0Vy/bgKactKam5WL/to50esGe6lDUQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.1.tgz", + "integrity": "sha512-Ybm4NteQBScLq3H0JML/uqo4nWjNpZw1HAAURtR5LlRm7ptzNKO5S8EnHp3m05/uyTzeh9yLpUFHY7bxGNdYLg==", "bin": { "stencil": "bin/stencil" }, @@ -7342,19 +7342,19 @@ "dev": true }, "@ionic/core": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.1.tgz", - "integrity": "sha512-RK69pJ+2e5gLM4eASR2vccPQibIz+Lsc1uHql61lV8Xghb7+usYdeSXUvmn2JL3hkbSMt6JxKCTLfQjFJc+d8Q==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.2.tgz", + "integrity": "sha512-GxQsMmsyBGeK9khIPNR3zw3WvDZj3I0inKtPcd/s9hEnfndAlFFI9gckB7/zrp55xoknCRwqAYT8sGWze3sn2w==", "requires": { - "@stencil/core": "^3.2.0", + "@stencil/core": "^3.2.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" }, "dependencies": { "@stencil/core": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.0.tgz", - "integrity": "sha512-vAZiHg4h6hZn4GP6P4w/d7qJwovW0xroitVAn/Ay0rUOeMHqMDYTX5jq0Vy/bgKactKam5WL/to50esGe6lDUQ==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.1.tgz", + "integrity": "sha512-Ybm4NteQBScLq3H0JML/uqo4nWjNpZw1HAAURtR5LlRm7ptzNKO5S8EnHp3m05/uyTzeh9yLpUFHY7bxGNdYLg==" } } }, diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 937bb9ae2d..d097a5348c 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "7.0.1", + "version": "7.0.2", "description": "Angular SSR Module for Ionic", "keywords": [ "ionic", @@ -61,6 +61,6 @@ }, "prettier": "@ionic/prettier-config", "dependencies": { - "@ionic/core": "^7.0.1" + "@ionic/core": "^7.0.2" } } diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index ab38dc035f..e9653c98b0 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.0.2](https://github.com/ionic-team/ionic/compare/v7.0.1...v7.0.2) (2023-04-12) + +**Note:** Version bump only for package @ionic/react-router + + + + + ## [7.0.1](https://github.com/ionic-team/ionic/compare/v7.0.0...v7.0.1) (2023-04-05) **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 6c9ddc8f0a..a5900970bb 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.0.1", + "version": "7.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react-router", - "version": "7.0.1", + "version": "7.0.2", "license": "MIT", "dependencies": { - "@ionic/react": "^7.0.1", + "@ionic/react": "^7.0.2", "tslib": "*" }, "devDependencies": { @@ -205,11 +205,11 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.1.tgz", - "integrity": "sha512-RK69pJ+2e5gLM4eASR2vccPQibIz+Lsc1uHql61lV8Xghb7+usYdeSXUvmn2JL3hkbSMt6JxKCTLfQjFJc+d8Q==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.2.tgz", + "integrity": "sha512-GxQsMmsyBGeK9khIPNR3zw3WvDZj3I0inKtPcd/s9hEnfndAlFFI9gckB7/zrp55xoknCRwqAYT8sGWze3sn2w==", "dependencies": { - "@stencil/core": "^3.2.0", + "@stencil/core": "^3.2.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" } @@ -381,11 +381,11 @@ } }, "node_modules/@ionic/react": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.1.tgz", - "integrity": "sha512-qgNdaVLgk8Jy68SmFtGWTcOah2gP+HymSgEoHebVRDoap6nuLzObeRspgH/ocFFkLKW+jO8vZfZud25r7QcQQA==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.2.tgz", + "integrity": "sha512-5DflV9+Ipp6qaDU7DYfvtivIPdcIQMcNLX2PcqrvOzRc+1Y9oJ5h4P7DLxWpquQmYgSMaG3LCux0Fj5CNYQyag==", "dependencies": { - "@ionic/core": "7.0.1", + "@ionic/core": "7.0.2", "ionicons": "^7.0.0", "tslib": "*" }, @@ -466,9 +466,9 @@ } }, "node_modules/@stencil/core": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.0.tgz", - "integrity": "sha512-vAZiHg4h6hZn4GP6P4w/d7qJwovW0xroitVAn/Ay0rUOeMHqMDYTX5jq0Vy/bgKactKam5WL/to50esGe6lDUQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.1.tgz", + "integrity": "sha512-Ybm4NteQBScLq3H0JML/uqo4nWjNpZw1HAAURtR5LlRm7ptzNKO5S8EnHp3m05/uyTzeh9yLpUFHY7bxGNdYLg==", "bin": { "stencil": "bin/stencil" }, @@ -3642,11 +3642,11 @@ "dev": true }, "@ionic/core": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.1.tgz", - "integrity": "sha512-RK69pJ+2e5gLM4eASR2vccPQibIz+Lsc1uHql61lV8Xghb7+usYdeSXUvmn2JL3hkbSMt6JxKCTLfQjFJc+d8Q==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.2.tgz", + "integrity": "sha512-GxQsMmsyBGeK9khIPNR3zw3WvDZj3I0inKtPcd/s9hEnfndAlFFI9gckB7/zrp55xoknCRwqAYT8sGWze3sn2w==", "requires": { - "@stencil/core": "^3.2.0", + "@stencil/core": "^3.2.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" } @@ -3748,11 +3748,11 @@ "requires": {} }, "@ionic/react": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.1.tgz", - "integrity": "sha512-qgNdaVLgk8Jy68SmFtGWTcOah2gP+HymSgEoHebVRDoap6nuLzObeRspgH/ocFFkLKW+jO8vZfZud25r7QcQQA==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.2.tgz", + "integrity": "sha512-5DflV9+Ipp6qaDU7DYfvtivIPdcIQMcNLX2PcqrvOzRc+1Y9oJ5h4P7DLxWpquQmYgSMaG3LCux0Fj5CNYQyag==", "requires": { - "@ionic/core": "7.0.1", + "@ionic/core": "7.0.2", "ionicons": "^7.0.0", "tslib": "*" } @@ -3806,9 +3806,9 @@ } }, "@stencil/core": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.0.tgz", - "integrity": "sha512-vAZiHg4h6hZn4GP6P4w/d7qJwovW0xroitVAn/Ay0rUOeMHqMDYTX5jq0Vy/bgKactKam5WL/to50esGe6lDUQ==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.1.tgz", + "integrity": "sha512-Ybm4NteQBScLq3H0JML/uqo4nWjNpZw1HAAURtR5LlRm7ptzNKO5S8EnHp3m05/uyTzeh9yLpUFHY7bxGNdYLg==" }, "@types/estree": { "version": "0.0.39", diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 6d5c03259f..8c7c03b536 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "7.0.1", + "version": "7.0.2", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -37,7 +37,7 @@ "dist/" ], "dependencies": { - "@ionic/react": "^7.0.1", + "@ionic/react": "^7.0.2", "tslib": "*" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 23c665a7e1..c422bdd04b 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.0.2](https://github.com/ionic-team/ionic/compare/v7.0.1...v7.0.2) (2023-04-12) + +**Note:** Version bump only for package @ionic/react + + + + + ## [7.0.1](https://github.com/ionic-team/ionic/compare/v7.0.0...v7.0.1) (2023-04-05) **Note:** Version bump only for package @ionic/react diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index 93c7600d72..06af26e3c3 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react", - "version": "7.0.1", + "version": "7.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react", - "version": "7.0.1", + "version": "7.0.2", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.1", + "@ionic/core": "^7.0.2", "ionicons": "^7.0.0", "tslib": "*" }, @@ -697,19 +697,19 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.1.tgz", - "integrity": "sha512-RK69pJ+2e5gLM4eASR2vccPQibIz+Lsc1uHql61lV8Xghb7+usYdeSXUvmn2JL3hkbSMt6JxKCTLfQjFJc+d8Q==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.2.tgz", + "integrity": "sha512-GxQsMmsyBGeK9khIPNR3zw3WvDZj3I0inKtPcd/s9hEnfndAlFFI9gckB7/zrp55xoknCRwqAYT8sGWze3sn2w==", "dependencies": { - "@stencil/core": "^3.2.0", + "@stencil/core": "^3.2.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" } }, "node_modules/@ionic/core/node_modules/@stencil/core": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.0.tgz", - "integrity": "sha512-vAZiHg4h6hZn4GP6P4w/d7qJwovW0xroitVAn/Ay0rUOeMHqMDYTX5jq0Vy/bgKactKam5WL/to50esGe6lDUQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.1.tgz", + "integrity": "sha512-Ybm4NteQBScLq3H0JML/uqo4nWjNpZw1HAAURtR5LlRm7ptzNKO5S8EnHp3m05/uyTzeh9yLpUFHY7bxGNdYLg==", "bin": { "stencil": "bin/stencil" }, @@ -11777,19 +11777,19 @@ "dev": true }, "@ionic/core": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.1.tgz", - "integrity": "sha512-RK69pJ+2e5gLM4eASR2vccPQibIz+Lsc1uHql61lV8Xghb7+usYdeSXUvmn2JL3hkbSMt6JxKCTLfQjFJc+d8Q==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.2.tgz", + "integrity": "sha512-GxQsMmsyBGeK9khIPNR3zw3WvDZj3I0inKtPcd/s9hEnfndAlFFI9gckB7/zrp55xoknCRwqAYT8sGWze3sn2w==", "requires": { - "@stencil/core": "^3.2.0", + "@stencil/core": "^3.2.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" }, "dependencies": { "@stencil/core": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.0.tgz", - "integrity": "sha512-vAZiHg4h6hZn4GP6P4w/d7qJwovW0xroitVAn/Ay0rUOeMHqMDYTX5jq0Vy/bgKactKam5WL/to50esGe6lDUQ==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.1.tgz", + "integrity": "sha512-Ybm4NteQBScLq3H0JML/uqo4nWjNpZw1HAAURtR5LlRm7ptzNKO5S8EnHp3m05/uyTzeh9yLpUFHY7bxGNdYLg==" } } }, diff --git a/packages/react/package.json b/packages/react/package.json index fbb69551b4..a480dbf1de 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "7.0.1", + "version": "7.0.2", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -41,7 +41,7 @@ "css/" ], "dependencies": { - "@ionic/core": "^7.0.1", + "@ionic/core": "^7.0.2", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/vue-router/CHANGELOG.md b/packages/vue-router/CHANGELOG.md index 603b243099..b49d712e43 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.0.2](https://github.com/ionic-team/ionic/compare/v7.0.1...v7.0.2) (2023-04-12) + +**Note:** Version bump only for package @ionic/vue-router + + + + + ## [7.0.1](https://github.com/ionic-team/ionic/compare/v7.0.0...v7.0.1) (2023-04-05) **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 62ec9468ea..971b642275 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.0.1", + "version": "7.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "7.0.1", + "version": "7.0.2", "license": "MIT", "dependencies": { - "@ionic/vue": "^7.0.1" + "@ionic/vue": "^7.0.2" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", @@ -660,11 +660,11 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.1.tgz", - "integrity": "sha512-RK69pJ+2e5gLM4eASR2vccPQibIz+Lsc1uHql61lV8Xghb7+usYdeSXUvmn2JL3hkbSMt6JxKCTLfQjFJc+d8Q==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.2.tgz", + "integrity": "sha512-GxQsMmsyBGeK9khIPNR3zw3WvDZj3I0inKtPcd/s9hEnfndAlFFI9gckB7/zrp55xoknCRwqAYT8sGWze3sn2w==", "dependencies": { - "@stencil/core": "^3.2.0", + "@stencil/core": "^3.2.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" } @@ -851,11 +851,11 @@ } }, "node_modules/@ionic/vue": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.1.tgz", - "integrity": "sha512-5z3yd5y9lpq4NmPdOCM5rv+ltMwnMl3scCjTYjySsbi5tdq72VO0sk18QOc7xXkcxBRelUQbrCXG8q3Env4z7Q==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.2.tgz", + "integrity": "sha512-tPVUS/0mVCpRr2o7JVgv7csYocOMhU96yT8+bAG5qefdFD0gz/9IENXXe1jqrp4qtNyqWsoj+J3OmJH/9A+xgw==", "dependencies": { - "@ionic/core": "7.0.1", + "@ionic/core": "7.0.2", "ionicons": "^7.0.0" } }, @@ -1303,9 +1303,9 @@ } }, "node_modules/@stencil/core": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.0.tgz", - "integrity": "sha512-vAZiHg4h6hZn4GP6P4w/d7qJwovW0xroitVAn/Ay0rUOeMHqMDYTX5jq0Vy/bgKactKam5WL/to50esGe6lDUQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.1.tgz", + "integrity": "sha512-Ybm4NteQBScLq3H0JML/uqo4nWjNpZw1HAAURtR5LlRm7ptzNKO5S8EnHp3m05/uyTzeh9yLpUFHY7bxGNdYLg==", "bin": { "stencil": "bin/stencil" }, @@ -7677,11 +7677,11 @@ "dev": true }, "@ionic/core": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.1.tgz", - "integrity": "sha512-RK69pJ+2e5gLM4eASR2vccPQibIz+Lsc1uHql61lV8Xghb7+usYdeSXUvmn2JL3hkbSMt6JxKCTLfQjFJc+d8Q==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.2.tgz", + "integrity": "sha512-GxQsMmsyBGeK9khIPNR3zw3WvDZj3I0inKtPcd/s9hEnfndAlFFI9gckB7/zrp55xoknCRwqAYT8sGWze3sn2w==", "requires": { - "@stencil/core": "^3.2.0", + "@stencil/core": "^3.2.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" } @@ -7792,11 +7792,11 @@ "requires": {} }, "@ionic/vue": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.1.tgz", - "integrity": "sha512-5z3yd5y9lpq4NmPdOCM5rv+ltMwnMl3scCjTYjySsbi5tdq72VO0sk18QOc7xXkcxBRelUQbrCXG8q3Env4z7Q==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.2.tgz", + "integrity": "sha512-tPVUS/0mVCpRr2o7JVgv7csYocOMhU96yT8+bAG5qefdFD0gz/9IENXXe1jqrp4qtNyqWsoj+J3OmJH/9A+xgw==", "requires": { - "@ionic/core": "7.0.1", + "@ionic/core": "7.0.2", "ionicons": "^7.0.0" } }, @@ -8155,9 +8155,9 @@ } }, "@stencil/core": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.0.tgz", - "integrity": "sha512-vAZiHg4h6hZn4GP6P4w/d7qJwovW0xroitVAn/Ay0rUOeMHqMDYTX5jq0Vy/bgKactKam5WL/to50esGe6lDUQ==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.1.tgz", + "integrity": "sha512-Ybm4NteQBScLq3H0JML/uqo4nWjNpZw1HAAURtR5LlRm7ptzNKO5S8EnHp3m05/uyTzeh9yLpUFHY7bxGNdYLg==" }, "@tootallnate/once": { "version": "2.0.0", diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index d671b6c0e1..494faaf706 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "7.0.1", + "version": "7.0.2", "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.0.1" + "@ionic/vue": "^7.0.2" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 8c1eeca804..0a8e406219 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.0.2](https://github.com/ionic-team/ionic/compare/v7.0.1...v7.0.2) (2023-04-12) + +**Note:** Version bump only for package @ionic/vue + + + + + ## [7.0.1](https://github.com/ionic-team/ionic/compare/v7.0.0...v7.0.1) (2023-04-05) diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index 89f7633f7b..34e9aa5a84 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "7.0.1", + "version": "7.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "7.0.1", + "version": "7.0.2", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.1", + "@ionic/core": "^7.0.2", "ionicons": "^7.0.0" }, "devDependencies": { @@ -207,11 +207,11 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.1.tgz", - "integrity": "sha512-RK69pJ+2e5gLM4eASR2vccPQibIz+Lsc1uHql61lV8Xghb7+usYdeSXUvmn2JL3hkbSMt6JxKCTLfQjFJc+d8Q==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.2.tgz", + "integrity": "sha512-GxQsMmsyBGeK9khIPNR3zw3WvDZj3I0inKtPcd/s9hEnfndAlFFI9gckB7/zrp55xoknCRwqAYT8sGWze3sn2w==", "dependencies": { - "@stencil/core": "^3.2.0", + "@stencil/core": "^3.2.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" } @@ -423,9 +423,9 @@ } }, "node_modules/@stencil/core": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.0.tgz", - "integrity": "sha512-vAZiHg4h6hZn4GP6P4w/d7qJwovW0xroitVAn/Ay0rUOeMHqMDYTX5jq0Vy/bgKactKam5WL/to50esGe6lDUQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.1.tgz", + "integrity": "sha512-Ybm4NteQBScLq3H0JML/uqo4nWjNpZw1HAAURtR5LlRm7ptzNKO5S8EnHp3m05/uyTzeh9yLpUFHY7bxGNdYLg==", "bin": { "stencil": "bin/stencil" }, @@ -3746,11 +3746,11 @@ "dev": true }, "@ionic/core": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.1.tgz", - "integrity": "sha512-RK69pJ+2e5gLM4eASR2vccPQibIz+Lsc1uHql61lV8Xghb7+usYdeSXUvmn2JL3hkbSMt6JxKCTLfQjFJc+d8Q==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.2.tgz", + "integrity": "sha512-GxQsMmsyBGeK9khIPNR3zw3WvDZj3I0inKtPcd/s9hEnfndAlFFI9gckB7/zrp55xoknCRwqAYT8sGWze3sn2w==", "requires": { - "@stencil/core": "^3.2.0", + "@stencil/core": "^3.2.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" }, @@ -3885,9 +3885,9 @@ } }, "@stencil/core": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.0.tgz", - "integrity": "sha512-vAZiHg4h6hZn4GP6P4w/d7qJwovW0xroitVAn/Ay0rUOeMHqMDYTX5jq0Vy/bgKactKam5WL/to50esGe6lDUQ==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.1.tgz", + "integrity": "sha512-Ybm4NteQBScLq3H0JML/uqo4nWjNpZw1HAAURtR5LlRm7ptzNKO5S8EnHp3m05/uyTzeh9yLpUFHY7bxGNdYLg==" }, "@types/json-schema": { "version": "7.0.11", diff --git a/packages/vue/package.json b/packages/vue/package.json index d83659dd67..632d79646a 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "7.0.1", + "version": "7.0.2", "description": "Vue specific wrapper for @ionic/core", "scripts": { "eslint": "eslint src", @@ -66,7 +66,7 @@ "vue-router": "^4.0.16" }, "dependencies": { - "@ionic/core": "^7.0.1", + "@ionic/core": "^7.0.2", "ionicons": "^7.0.0" }, "vetur": {