From 217f5bd1236dccbec71f5afc8e7295f53936bf20 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 8 May 2024 14:42:40 -0400 Subject: [PATCH] merge release-8.1.1 (#29473) --- CHANGELOG.md | 14 ++++++ core/CHANGELOG.md | 13 +++++ core/package-lock.json | 4 +- core/package.json | 2 +- lerna.json | 2 +- packages/angular-server/CHANGELOG.md | 8 ++++ packages/angular-server/package-lock.json | 18 +++---- packages/angular-server/package.json | 4 +- packages/angular/CHANGELOG.md | 11 +++++ packages/angular/package-lock.json | 18 +++---- packages/angular/package.json | 4 +- packages/docs/CHANGELOG.md | 8 ++++ packages/docs/package-lock.json | 4 +- packages/docs/package.json | 2 +- packages/react-router/CHANGELOG.md | 8 ++++ packages/react-router/package-lock.json | 58 +++++++++++------------ packages/react-router/package.json | 4 +- packages/react/CHANGELOG.md | 8 ++++ packages/react/package-lock.json | 18 +++---- packages/react/package.json | 4 +- packages/vue-router/CHANGELOG.md | 8 ++++ packages/vue-router/package-lock.json | 58 +++++++++++------------ packages/vue-router/package.json | 4 +- packages/vue/CHANGELOG.md | 8 ++++ packages/vue/package-lock.json | 18 +++---- packages/vue/package.json | 4 +- 26 files changed, 199 insertions(+), 113 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c74a29e771..c004b4dece 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. +## [8.1.1](https://github.com/ionic-team/ionic-framework/compare/v8.1.0...v8.1.1) (2024-05-08) + + +### Bug Fixes + +* **angular:** add formatOptions property to standalone datetime ([#29468](https://github.com/ionic-team/ionic-framework/issues/29468)) ([bb1db52](https://github.com/ionic-team/ionic-framework/commit/bb1db52567e0884a896f9ccd76c27540b52f5e48)), closes [#29464](https://github.com/ionic-team/ionic-framework/issues/29464) +* **angular:** persist select disabled state in item ([#29448](https://github.com/ionic-team/ionic-framework/issues/29448)) ([dfb72d7](https://github.com/ionic-team/ionic-framework/commit/dfb72d7ea06e28d76069b23eb90c3426181b7c4c)), closes [#29234](https://github.com/ionic-team/ionic-framework/issues/29234) +* **angular:** set active segment button when dynamically changing items ([#29418](https://github.com/ionic-team/ionic-framework/issues/29418)) ([ee83388](https://github.com/ionic-team/ionic-framework/commit/ee833881da3ecaa0a9153397f0c7e62c1923f19c)), closes [#29414](https://github.com/ionic-team/ionic-framework/issues/29414) +* **radio:** persist checked state when items are updated in radio-group ([#29457](https://github.com/ionic-team/ionic-framework/issues/29457)) ([7ea14ae](https://github.com/ionic-team/ionic-framework/commit/7ea14ae41eb27f2a58952bd27d91ef4c77bb6a0c)), closes [#29442](https://github.com/ionic-team/ionic-framework/issues/29442) + + + + + # [8.1.0](https://github.com/ionic-team/ionic-framework/compare/v8.0.2...v8.1.0) (2024-05-01) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 5f680b5aa3..cd7310d422 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. +## [8.1.1](https://github.com/ionic-team/ionic-framework/compare/v8.1.0...v8.1.1) (2024-05-08) + + +### Bug Fixes + +* **angular:** persist select disabled state in item ([#29448](https://github.com/ionic-team/ionic-framework/issues/29448)) ([dfb72d7](https://github.com/ionic-team/ionic-framework/commit/dfb72d7ea06e28d76069b23eb90c3426181b7c4c)), closes [#29234](https://github.com/ionic-team/ionic-framework/issues/29234) +* **angular:** set active segment button when dynamically changing items ([#29418](https://github.com/ionic-team/ionic-framework/issues/29418)) ([ee83388](https://github.com/ionic-team/ionic-framework/commit/ee833881da3ecaa0a9153397f0c7e62c1923f19c)), closes [#29414](https://github.com/ionic-team/ionic-framework/issues/29414) +* **radio:** persist checked state when items are updated in radio-group ([#29457](https://github.com/ionic-team/ionic-framework/issues/29457)) ([7ea14ae](https://github.com/ionic-team/ionic-framework/commit/7ea14ae41eb27f2a58952bd27d91ef4c77bb6a0c)), closes [#29442](https://github.com/ionic-team/ionic-framework/issues/29442) + + + + + # [8.1.0](https://github.com/ionic-team/ionic-framework/compare/v8.0.2...v8.1.0) (2024-05-01) diff --git a/core/package-lock.json b/core/package-lock.json index 245daafdca..a6438f1e03 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "8.1.0", + "version": "8.1.1", "license": "MIT", "dependencies": { "@stencil/core": "^4.17.2", diff --git a/core/package.json b/core/package.json index 7b4addd930..e2f22a29f9 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "8.1.0", + "version": "8.1.1", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/lerna.json b/lerna.json index a5fbd99ee8..78006e9498 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "core", "packages/*" ], - "version": "8.1.0" + "version": "8.1.1" } diff --git a/packages/angular-server/CHANGELOG.md b/packages/angular-server/CHANGELOG.md index 0f902fd0e4..cf2c55afdf 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. +## [8.1.1](https://github.com/ionic-team/ionic-framework/compare/v8.1.0...v8.1.1) (2024-05-08) + +**Note:** Version bump only for package @ionic/angular-server + + + + + # [8.1.0](https://github.com/ionic-team/ionic-framework/compare/v8.0.2...v8.1.0) (2024-05-01) **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 5c694d66f2..27fc456fbc 100644 --- a/packages/angular-server/package-lock.json +++ b/packages/angular-server/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular-server", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "8.1.0", + "version": "8.1.1", "license": "MIT", "dependencies": { - "@ionic/core": "^8.1.0" + "@ionic/core": "^8.1.1" }, "devDependencies": { "@angular-eslint/eslint-plugin": "^16.0.0", @@ -1119,9 +1119,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.0.tgz", - "integrity": "sha512-CTa0JZA7T0Je7HiAinj/kjpxChQYDvitFBqMtNv88nOJn1KerbUKmV2JfQ0quNFneN8z/bBdNOaKc8T++cyDyg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.1.tgz", + "integrity": "sha512-ooB8gZtBuLeoHlE1wUvrXI0nyt26f46rPuyNh2Q062QniR4Ur5kqBXqWjUtdVUZqZvaElCbZJk3up+MQavoIMA==", "dependencies": { "@stencil/core": "^4.17.2", "ionicons": "^7.2.2", @@ -7011,9 +7011,9 @@ "dev": true }, "@ionic/core": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.0.tgz", - "integrity": "sha512-CTa0JZA7T0Je7HiAinj/kjpxChQYDvitFBqMtNv88nOJn1KerbUKmV2JfQ0quNFneN8z/bBdNOaKc8T++cyDyg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.1.tgz", + "integrity": "sha512-ooB8gZtBuLeoHlE1wUvrXI0nyt26f46rPuyNh2Q062QniR4Ur5kqBXqWjUtdVUZqZvaElCbZJk3up+MQavoIMA==", "requires": { "@stencil/core": "^4.17.2", "ionicons": "^7.2.2", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 3708db53f9..9fbdd16dae 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "8.1.0", + "version": "8.1.1", "description": "Angular SSR Module for Ionic", "keywords": [ "ionic", @@ -62,6 +62,6 @@ }, "prettier": "@ionic/prettier-config", "dependencies": { - "@ionic/core": "^8.1.0" + "@ionic/core": "^8.1.1" } } diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 185da713c9..51ba2bff95 100644 --- a/packages/angular/CHANGELOG.md +++ b/packages/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. +## [8.1.1](https://github.com/ionic-team/ionic-framework/compare/v8.1.0...v8.1.1) (2024-05-08) + + +### Bug Fixes + +* **angular:** add formatOptions property to standalone datetime ([#29468](https://github.com/ionic-team/ionic-framework/issues/29468)) ([bb1db52](https://github.com/ionic-team/ionic-framework/commit/bb1db52567e0884a896f9ccd76c27540b52f5e48)), closes [#29464](https://github.com/ionic-team/ionic-framework/issues/29464) + + + + + # [8.1.0](https://github.com/ionic-team/ionic-framework/compare/v8.0.2...v8.1.0) (2024-05-01) diff --git a/packages/angular/package-lock.json b/packages/angular/package-lock.json index f154c5cda6..ac8bf5aba3 100644 --- a/packages/angular/package-lock.json +++ b/packages/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "8.1.0", + "version": "8.1.1", "license": "MIT", "dependencies": { - "@ionic/core": "^8.1.0", + "@ionic/core": "^8.1.1", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" @@ -1398,9 +1398,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.0.tgz", - "integrity": "sha512-CTa0JZA7T0Je7HiAinj/kjpxChQYDvitFBqMtNv88nOJn1KerbUKmV2JfQ0quNFneN8z/bBdNOaKc8T++cyDyg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.1.tgz", + "integrity": "sha512-ooB8gZtBuLeoHlE1wUvrXI0nyt26f46rPuyNh2Q062QniR4Ur5kqBXqWjUtdVUZqZvaElCbZJk3up+MQavoIMA==", "dependencies": { "@stencil/core": "^4.17.2", "ionicons": "^7.2.2", @@ -9820,9 +9820,9 @@ "dev": true }, "@ionic/core": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.0.tgz", - "integrity": "sha512-CTa0JZA7T0Je7HiAinj/kjpxChQYDvitFBqMtNv88nOJn1KerbUKmV2JfQ0quNFneN8z/bBdNOaKc8T++cyDyg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.1.tgz", + "integrity": "sha512-ooB8gZtBuLeoHlE1wUvrXI0nyt26f46rPuyNh2Q062QniR4Ur5kqBXqWjUtdVUZqZvaElCbZJk3up+MQavoIMA==", "requires": { "@stencil/core": "^4.17.2", "ionicons": "^7.2.2", diff --git a/packages/angular/package.json b/packages/angular/package.json index e6cf122a9a..95d47c5787 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "8.1.0", + "version": "8.1.1", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -47,7 +47,7 @@ } }, "dependencies": { - "@ionic/core": "^8.1.0", + "@ionic/core": "^8.1.1", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index e8171a2540..3780653e7f 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/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. +## [8.1.1](https://github.com/ionic-team/ionic-framework/compare/v8.1.0...v8.1.1) (2024-05-08) + +**Note:** Version bump only for package @ionic/docs + + + + + # [8.1.0](https://github.com/ionic-team/ionic-framework/compare/v8.0.2...v8.1.0) (2024-05-01) **Note:** Version bump only for package @ionic/docs diff --git a/packages/docs/package-lock.json b/packages/docs/package-lock.json index f6c7ad8dc2..852f6138da 100644 --- a/packages/docs/package-lock.json +++ b/packages/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/docs", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/docs", - "version": "8.1.0", + "version": "8.1.1", "license": "MIT" } } diff --git a/packages/docs/package.json b/packages/docs/package.json index ae6ba1083a..ee740f15ec 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "8.1.0", + "version": "8.1.1", "description": "Pre-packaged API documentation for the Ionic docs.", "main": "core.json", "types": "core.d.ts", diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 2f87ebd37c..f47d1df30d 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. +## [8.1.1](https://github.com/ionic-team/ionic-framework/compare/v8.1.0...v8.1.1) (2024-05-08) + +**Note:** Version bump only for package @ionic/react-router + + + + + # [8.1.0](https://github.com/ionic-team/ionic-framework/compare/v8.0.2...v8.1.0) (2024-05-01) **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 8fa2b70a5c..547336b7c0 100644 --- a/packages/react-router/package-lock.json +++ b/packages/react-router/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react-router", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react-router", - "version": "8.1.0", + "version": "8.1.1", "license": "MIT", "dependencies": { - "@ionic/react": "^8.1.0", + "@ionic/react": "^8.1.1", "tslib": "*" }, "devDependencies": { @@ -238,9 +238,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.0.tgz", - "integrity": "sha512-CTa0JZA7T0Je7HiAinj/kjpxChQYDvitFBqMtNv88nOJn1KerbUKmV2JfQ0quNFneN8z/bBdNOaKc8T++cyDyg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.1.tgz", + "integrity": "sha512-ooB8gZtBuLeoHlE1wUvrXI0nyt26f46rPuyNh2Q062QniR4Ur5kqBXqWjUtdVUZqZvaElCbZJk3up+MQavoIMA==", "dependencies": { "@stencil/core": "^4.17.2", "ionicons": "^7.2.2", @@ -414,11 +414,11 @@ } }, "node_modules/@ionic/react": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-8.1.0.tgz", - "integrity": "sha512-C+zvfPdjm4e565FH/LA+IALSBrXyA93BEQmpCUp6+2ICab14GKH9sGoLTgIUDgouPcSJFXSt+MO5PUn0KTmXXg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-8.1.1.tgz", + "integrity": "sha512-l2h7WXAnZ2HrCzpdCQ35wvvL2buRXVXI5Gv/8KYdFCCEfao8WCssBhQt77mD8VTApVOiblVDtkGd1jtgQ1kR4Q==", "dependencies": { - "@ionic/core": "8.1.0", + "@ionic/core": "8.1.1", "ionicons": "^7.0.0", "tslib": "*" }, @@ -667,9 +667,9 @@ ] }, "node_modules/@stencil/core": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.17.2.tgz", - "integrity": "sha512-MX7yaLmpTU9iZvCire9nhecTcE0qBlV0vPWrLMeIXewYN7/hb8B3NjnhQyBKC93FDPI8NBRmt6KIugLw9zcRZg==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.18.0.tgz", + "integrity": "sha512-cN+nvjy0L8KyYq7N1bmswN/AcBustFlsAxfyPQ+fd3m98lPo53jNKIxKve1ZQ4ZmzSzYO7alDhZvjIesM0rl7w==", "bin": { "stencil": "bin/stencil" }, @@ -2425,9 +2425,9 @@ } }, "node_modules/ionicons": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.3.1.tgz", - "integrity": "sha512-1boG4EQTBBpQ4/0PU60Yi78Iw/k8iNtKu9c0NmsbzHGnWAcwpiovG9Wi/rk5UlF+DC+CR4XDCxKo91YqvAxkww==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.4.0.tgz", + "integrity": "sha512-ZK94MMqgzMCPPMhmk8Ouu6goyVHFIlw/ACP6oe3FrikcI0N7CX0xcwVaEbUc0G/v3W0shI93vo+9ve/KpvcNhQ==", "dependencies": { "@stencil/core": "^4.0.3" } @@ -4057,9 +4057,9 @@ "dev": true }, "@ionic/core": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.0.tgz", - "integrity": "sha512-CTa0JZA7T0Je7HiAinj/kjpxChQYDvitFBqMtNv88nOJn1KerbUKmV2JfQ0quNFneN8z/bBdNOaKc8T++cyDyg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.1.tgz", + "integrity": "sha512-ooB8gZtBuLeoHlE1wUvrXI0nyt26f46rPuyNh2Q062QniR4Ur5kqBXqWjUtdVUZqZvaElCbZJk3up+MQavoIMA==", "requires": { "@stencil/core": "^4.17.2", "ionicons": "^7.2.2", @@ -4163,11 +4163,11 @@ "requires": {} }, "@ionic/react": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-8.1.0.tgz", - "integrity": "sha512-C+zvfPdjm4e565FH/LA+IALSBrXyA93BEQmpCUp6+2ICab14GKH9sGoLTgIUDgouPcSJFXSt+MO5PUn0KTmXXg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-8.1.1.tgz", + "integrity": "sha512-l2h7WXAnZ2HrCzpdCQ35wvvL2buRXVXI5Gv/8KYdFCCEfao8WCssBhQt77mD8VTApVOiblVDtkGd1jtgQ1kR4Q==", "requires": { - "@ionic/core": "8.1.0", + "@ionic/core": "8.1.1", "ionicons": "^7.0.0", "tslib": "*" } @@ -4304,9 +4304,9 @@ "optional": true }, "@stencil/core": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.17.2.tgz", - "integrity": "sha512-MX7yaLmpTU9iZvCire9nhecTcE0qBlV0vPWrLMeIXewYN7/hb8B3NjnhQyBKC93FDPI8NBRmt6KIugLw9zcRZg==" + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.18.0.tgz", + "integrity": "sha512-cN+nvjy0L8KyYq7N1bmswN/AcBustFlsAxfyPQ+fd3m98lPo53jNKIxKve1ZQ4ZmzSzYO7alDhZvjIesM0rl7w==" }, "@types/estree": { "version": "1.0.4", @@ -5584,9 +5584,9 @@ } }, "ionicons": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.3.1.tgz", - "integrity": "sha512-1boG4EQTBBpQ4/0PU60Yi78Iw/k8iNtKu9c0NmsbzHGnWAcwpiovG9Wi/rk5UlF+DC+CR4XDCxKo91YqvAxkww==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.4.0.tgz", + "integrity": "sha512-ZK94MMqgzMCPPMhmk8Ouu6goyVHFIlw/ACP6oe3FrikcI0N7CX0xcwVaEbUc0G/v3W0shI93vo+9ve/KpvcNhQ==", "requires": { "@stencil/core": "^4.0.3" } diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 51849b8ea4..bf82553526 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "8.1.0", + "version": "8.1.1", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -36,7 +36,7 @@ "dist/" ], "dependencies": { - "@ionic/react": "^8.1.0", + "@ionic/react": "^8.1.1", "tslib": "*" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 810e4062c5..9bf3afcbbe 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. +## [8.1.1](https://github.com/ionic-team/ionic-framework/compare/v8.1.0...v8.1.1) (2024-05-08) + +**Note:** Version bump only for package @ionic/react + + + + + # [8.1.0](https://github.com/ionic-team/ionic-framework/compare/v8.0.2...v8.1.0) (2024-05-01) **Note:** Version bump only for package @ionic/react diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index 7076fe0f69..419d27fe1d 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react", - "version": "8.1.0", + "version": "8.1.1", "license": "MIT", "dependencies": { - "@ionic/core": "^8.1.0", + "@ionic/core": "^8.1.1", "ionicons": "^7.0.0", "tslib": "*" }, @@ -798,9 +798,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.0.tgz", - "integrity": "sha512-CTa0JZA7T0Je7HiAinj/kjpxChQYDvitFBqMtNv88nOJn1KerbUKmV2JfQ0quNFneN8z/bBdNOaKc8T++cyDyg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.1.tgz", + "integrity": "sha512-ooB8gZtBuLeoHlE1wUvrXI0nyt26f46rPuyNh2Q062QniR4Ur5kqBXqWjUtdVUZqZvaElCbZJk3up+MQavoIMA==", "dependencies": { "@stencil/core": "^4.17.2", "ionicons": "^7.2.2", @@ -13035,9 +13035,9 @@ "dev": true }, "@ionic/core": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.0.tgz", - "integrity": "sha512-CTa0JZA7T0Je7HiAinj/kjpxChQYDvitFBqMtNv88nOJn1KerbUKmV2JfQ0quNFneN8z/bBdNOaKc8T++cyDyg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.1.tgz", + "integrity": "sha512-ooB8gZtBuLeoHlE1wUvrXI0nyt26f46rPuyNh2Q062QniR4Ur5kqBXqWjUtdVUZqZvaElCbZJk3up+MQavoIMA==", "requires": { "@stencil/core": "^4.17.2", "ionicons": "^7.2.2", diff --git a/packages/react/package.json b/packages/react/package.json index 237644dcdc..1543ae67b5 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "8.1.0", + "version": "8.1.1", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -39,7 +39,7 @@ "css/" ], "dependencies": { - "@ionic/core": "^8.1.0", + "@ionic/core": "^8.1.1", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/vue-router/CHANGELOG.md b/packages/vue-router/CHANGELOG.md index 9c33094072..f85bcf51ed 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. +## [8.1.1](https://github.com/ionic-team/ionic-framework/compare/v8.1.0...v8.1.1) (2024-05-08) + +**Note:** Version bump only for package @ionic/vue-router + + + + + # [8.1.0](https://github.com/ionic-team/ionic-framework/compare/v8.0.2...v8.1.0) (2024-05-01) **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 8228bbf7a4..407f1cea3f 100644 --- a/packages/vue-router/package-lock.json +++ b/packages/vue-router/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue-router", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "8.1.0", + "version": "8.1.1", "license": "MIT", "dependencies": { - "@ionic/vue": "^8.1.0" + "@ionic/vue": "^8.1.1" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", @@ -661,9 +661,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.0.tgz", - "integrity": "sha512-CTa0JZA7T0Je7HiAinj/kjpxChQYDvitFBqMtNv88nOJn1KerbUKmV2JfQ0quNFneN8z/bBdNOaKc8T++cyDyg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.1.tgz", + "integrity": "sha512-ooB8gZtBuLeoHlE1wUvrXI0nyt26f46rPuyNh2Q062QniR4Ur5kqBXqWjUtdVUZqZvaElCbZJk3up+MQavoIMA==", "dependencies": { "@stencil/core": "^4.17.2", "ionicons": "^7.2.2", @@ -852,11 +852,11 @@ } }, "node_modules/@ionic/vue": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-8.1.0.tgz", - "integrity": "sha512-KjyWomJGdBhpYuVModSwrD1JK2dFpwfPznorlaX8Srt087BMpKEoKYK9bkPj6VILaOkMN3FI8eIgChFt7JYq3A==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-8.1.1.tgz", + "integrity": "sha512-Bs4xcgJjJvAqzKfpEe9rYmLAWJrSWoDC+4JsJrIHMwuwjd02sX9JMuEKKZ/F5WM/WC9gcXYHRFvaav234oXVHA==", "dependencies": { - "@ionic/core": "8.1.0", + "@ionic/core": "8.1.1", "ionicons": "^7.0.0" } }, @@ -1508,9 +1508,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.17.2.tgz", - "integrity": "sha512-MX7yaLmpTU9iZvCire9nhecTcE0qBlV0vPWrLMeIXewYN7/hb8B3NjnhQyBKC93FDPI8NBRmt6KIugLw9zcRZg==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.18.0.tgz", + "integrity": "sha512-cN+nvjy0L8KyYq7N1bmswN/AcBustFlsAxfyPQ+fd3m98lPo53jNKIxKve1ZQ4ZmzSzYO7alDhZvjIesM0rl7w==", "bin": { "stencil": "bin/stencil" }, @@ -4279,9 +4279,9 @@ } }, "node_modules/ionicons": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.3.1.tgz", - "integrity": "sha512-1boG4EQTBBpQ4/0PU60Yi78Iw/k8iNtKu9c0NmsbzHGnWAcwpiovG9Wi/rk5UlF+DC+CR4XDCxKo91YqvAxkww==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.4.0.tgz", + "integrity": "sha512-ZK94MMqgzMCPPMhmk8Ouu6goyVHFIlw/ACP6oe3FrikcI0N7CX0xcwVaEbUc0G/v3W0shI93vo+9ve/KpvcNhQ==", "dependencies": { "@stencil/core": "^4.0.3" } @@ -7878,9 +7878,9 @@ "dev": true }, "@ionic/core": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.0.tgz", - "integrity": "sha512-CTa0JZA7T0Je7HiAinj/kjpxChQYDvitFBqMtNv88nOJn1KerbUKmV2JfQ0quNFneN8z/bBdNOaKc8T++cyDyg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.1.tgz", + "integrity": "sha512-ooB8gZtBuLeoHlE1wUvrXI0nyt26f46rPuyNh2Q062QniR4Ur5kqBXqWjUtdVUZqZvaElCbZJk3up+MQavoIMA==", "requires": { "@stencil/core": "^4.17.2", "ionicons": "^7.2.2", @@ -7993,11 +7993,11 @@ "requires": {} }, "@ionic/vue": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-8.1.0.tgz", - "integrity": "sha512-KjyWomJGdBhpYuVModSwrD1JK2dFpwfPznorlaX8Srt087BMpKEoKYK9bkPj6VILaOkMN3FI8eIgChFt7JYq3A==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-8.1.1.tgz", + "integrity": "sha512-Bs4xcgJjJvAqzKfpEe9rYmLAWJrSWoDC+4JsJrIHMwuwjd02sX9JMuEKKZ/F5WM/WC9gcXYHRFvaav234oXVHA==", "requires": { - "@ionic/core": "8.1.0", + "@ionic/core": "8.1.1", "ionicons": "^7.0.0" } }, @@ -8461,9 +8461,9 @@ } }, "@stencil/core": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.17.2.tgz", - "integrity": "sha512-MX7yaLmpTU9iZvCire9nhecTcE0qBlV0vPWrLMeIXewYN7/hb8B3NjnhQyBKC93FDPI8NBRmt6KIugLw9zcRZg==" + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.18.0.tgz", + "integrity": "sha512-cN+nvjy0L8KyYq7N1bmswN/AcBustFlsAxfyPQ+fd3m98lPo53jNKIxKve1ZQ4ZmzSzYO7alDhZvjIesM0rl7w==" }, "@tootallnate/once": { "version": "2.0.0", @@ -10515,9 +10515,9 @@ } }, "ionicons": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.3.1.tgz", - "integrity": "sha512-1boG4EQTBBpQ4/0PU60Yi78Iw/k8iNtKu9c0NmsbzHGnWAcwpiovG9Wi/rk5UlF+DC+CR4XDCxKo91YqvAxkww==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.4.0.tgz", + "integrity": "sha512-ZK94MMqgzMCPPMhmk8Ouu6goyVHFIlw/ACP6oe3FrikcI0N7CX0xcwVaEbUc0G/v3W0shI93vo+9ve/KpvcNhQ==", "requires": { "@stencil/core": "^4.0.3" } diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 5b0555108f..82ecd58b19 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "8.1.0", + "version": "8.1.1", "description": "Vue Router integration for @ionic/vue", "scripts": { "test.spec": "jest", @@ -44,7 +44,7 @@ }, "homepage": "https://github.com/ionic-team/ionic#readme", "dependencies": { - "@ionic/vue": "^8.1.0" + "@ionic/vue": "^8.1.1" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 4301d537a1..04f9ee1021 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. +## [8.1.1](https://github.com/ionic-team/ionic-framework/compare/v8.1.0...v8.1.1) (2024-05-08) + +**Note:** Version bump only for package @ionic/vue + + + + + # [8.1.0](https://github.com/ionic-team/ionic-framework/compare/v8.0.2...v8.1.0) (2024-05-01) diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index 80d1fb90e8..976d6abd77 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "8.1.0", + "version": "8.1.1", "license": "MIT", "dependencies": { - "@ionic/core": "^8.1.0", + "@ionic/core": "^8.1.1", "ionicons": "^7.0.0" }, "devDependencies": { @@ -208,9 +208,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.0.tgz", - "integrity": "sha512-CTa0JZA7T0Je7HiAinj/kjpxChQYDvitFBqMtNv88nOJn1KerbUKmV2JfQ0quNFneN8z/bBdNOaKc8T++cyDyg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.1.tgz", + "integrity": "sha512-ooB8gZtBuLeoHlE1wUvrXI0nyt26f46rPuyNh2Q062QniR4Ur5kqBXqWjUtdVUZqZvaElCbZJk3up+MQavoIMA==", "dependencies": { "@stencil/core": "^4.17.2", "ionicons": "^7.2.2", @@ -3959,9 +3959,9 @@ "dev": true }, "@ionic/core": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.0.tgz", - "integrity": "sha512-CTa0JZA7T0Je7HiAinj/kjpxChQYDvitFBqMtNv88nOJn1KerbUKmV2JfQ0quNFneN8z/bBdNOaKc8T++cyDyg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.1.1.tgz", + "integrity": "sha512-ooB8gZtBuLeoHlE1wUvrXI0nyt26f46rPuyNh2Q062QniR4Ur5kqBXqWjUtdVUZqZvaElCbZJk3up+MQavoIMA==", "requires": { "@stencil/core": "^4.17.2", "ionicons": "^7.2.2", diff --git a/packages/vue/package.json b/packages/vue/package.json index c8cc8e870d..bf6a2759da 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "8.1.0", + "version": "8.1.1", "description": "Vue specific wrapper for @ionic/core", "scripts": { "eslint": "eslint src", @@ -66,7 +66,7 @@ "vue-router": "^4.0.16" }, "dependencies": { - "@ionic/core": "^8.1.0", + "@ionic/core": "^8.1.1", "ionicons": "^7.0.0" }, "vetur": {