diff --git a/CHANGELOG.md b/CHANGELOG.md index 256e5098bde..bd70be6b776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0-beta.1](https://github.com/ionic-team/ionic-framework/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2024-03-06) + + +### Bug Fixes + +* **input-shims:** disable input blurring util by default ([#29104](https://github.com/ionic-team/ionic-framework/issues/29104)) ([bf1701e](https://github.com/ionic-team/ionic-framework/commit/bf1701ed39ee3895040ff741f45e215e2696143a)), closes [#29072](https://github.com/ionic-team/ionic-framework/issues/29072) +* **item, item-divider:** slotted spacing is correct ([#29103](https://github.com/ionic-team/ionic-framework/issues/29103)) ([ac72531](https://github.com/ionic-team/ionic-framework/commit/ac7253108a91945803ea4a01d1c90f0e576c25d7)) + + +### Code Refactoring + +* **item:** do not automatically delegate focus ([#29091](https://github.com/ionic-team/ionic-framework/issues/29091)) ([05e721d](https://github.com/ionic-team/ionic-framework/commit/05e721db1cd777880719ebb2345193a266522121)), closes [#21982](https://github.com/ionic-team/ionic-framework/issues/21982) + + +### Performance Improvements + +* **picker:** avoid flicker on ios ([#29101](https://github.com/ionic-team/ionic-framework/issues/29101)) ([94c3ffc](https://github.com/ionic-team/ionic-framework/commit/94c3ffcffe63e1285e968bbc0d69bba5207e65bb)) + + +### BREAKING CHANGES + +* **item:** - Item no longer automatically delegates focus to the first focusable element. While most developers should not need to make any changes to account for this update, usages of `ion-item` with interactive elements such as form controls (inputs, textareas, etc) should be evaluated to verify that interactions still work as expected. + + + # [8.0.0-beta.0](https://github.com/ionic-team/ionic-framework/compare/v7.7.3...v8.0.0-beta.0) (2024-02-28) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 0ddc94eddfc..ab48142be8a 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0-beta.1](https://github.com/ionic-team/ionic-framework/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2024-03-06) + + +### Bug Fixes + +* **input-shims:** disable input blurring util by default ([#29104](https://github.com/ionic-team/ionic-framework/issues/29104)) ([bf1701e](https://github.com/ionic-team/ionic-framework/commit/bf1701ed39ee3895040ff741f45e215e2696143a)), closes [#29072](https://github.com/ionic-team/ionic-framework/issues/29072) +* **item, item-divider:** slotted spacing is correct ([#29103](https://github.com/ionic-team/ionic-framework/issues/29103)) ([ac72531](https://github.com/ionic-team/ionic-framework/commit/ac7253108a91945803ea4a01d1c90f0e576c25d7)) + + +### Code Refactoring + +* **item:** do not automatically delegate focus ([#29091](https://github.com/ionic-team/ionic-framework/issues/29091)) ([05e721d](https://github.com/ionic-team/ionic-framework/commit/05e721db1cd777880719ebb2345193a266522121)), closes [#21982](https://github.com/ionic-team/ionic-framework/issues/21982) + + +### Performance Improvements + +* **picker:** avoid flicker on ios ([#29101](https://github.com/ionic-team/ionic-framework/issues/29101)) ([94c3ffc](https://github.com/ionic-team/ionic-framework/commit/94c3ffcffe63e1285e968bbc0d69bba5207e65bb)) + + +### BREAKING CHANGES + +* **item:** - Item no longer automatically delegates focus to the first focusable element. While most developers should not need to make any changes to account for this update, usages of `ion-item` with interactive elements such as form controls (inputs, textareas, etc) should be evaluated to verify that interactions still work as expected. + + + # [8.0.0-beta.0](https://github.com/ionic-team/ionic-framework/compare/v7.7.3...v8.0.0-beta.0) (2024-02-28) diff --git a/core/package-lock.json b/core/package-lock.json index 622b5d32197..daec0994ef9 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "license": "MIT", "dependencies": { "@stencil/core": "^4.12.2", diff --git a/core/package.json b/core/package.json index 13c676f2eb1..af7a581f5f6 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a789916cd6f..adf7d60c7d6 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. +# [8.0.0-beta.1](https://github.com/ionic-team/ionic-framework/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2024-03-06) + +**Note:** Version bump only for package @ionic/docs + + + + + # [8.0.0-beta.0](https://github.com/ionic-team/ionic-framework/compare/v7.7.3...v8.0.0-beta.0) (2024-02-28) **Note:** Version bump only for package @ionic/docs diff --git a/docs/package-lock.json b/docs/package-lock.json index 11fd7a1dc25..a94c4723ae1 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/docs", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/docs", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "license": "MIT" } } diff --git a/docs/package.json b/docs/package.json index e861b93aafa..d43a5341ebd 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "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 74fdae8d3de..dec132b9147 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "docs", "packages/*" ], - "version": "8.0.0-beta.0" + "version": "8.0.0-beta.1" } diff --git a/packages/angular-server/CHANGELOG.md b/packages/angular-server/CHANGELOG.md index 238756f6caa..aff725e6178 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.0.0-beta.1](https://github.com/ionic-team/ionic-framework/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2024-03-06) + +**Note:** Version bump only for package @ionic/angular-server + + + + + # [8.0.0-beta.0](https://github.com/ionic-team/ionic-framework/compare/v7.7.3...v8.0.0-beta.0) (2024-02-28) diff --git a/packages/angular-server/package-lock.json b/packages/angular-server/package-lock.json index c97923ae988..18cd24f8dc2 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.0.0-beta.0", + "version": "8.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "license": "MIT", "dependencies": { - "@ionic/core": "^8.0.0-beta.0" + "@ionic/core": "^8.0.0-beta.1" }, "devDependencies": { "@angular-eslint/eslint-plugin": "^14.0.0", @@ -1060,9 +1060,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "8.0.0-beta.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-beta.0.tgz", - "integrity": "sha512-d40s6NJRslSz8kJ4ONXpO1oxEPG0iF5dFf0ME862mEOna1gQnkrF8JBK26TlrlyoLXZkeptsF4BphVqYDh8zHw==", + "version": "8.0.0-dev.11709632212.139b6f63", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-dev.11709632212.139b6f63.tgz", + "integrity": "sha512-NV/dwHkL+8TDT6cyslJoAJTEPD8Er+CEtA900DUZAe13Y5JntW4eWrH9uWKfhL4ZxAKaug/KdjoENXaa7TPc0A==", "dependencies": { "@stencil/core": "^4.12.2", "ionicons": "^7.2.2", @@ -7330,9 +7330,9 @@ "dev": true }, "@ionic/core": { - "version": "8.0.0-beta.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-beta.0.tgz", - "integrity": "sha512-d40s6NJRslSz8kJ4ONXpO1oxEPG0iF5dFf0ME862mEOna1gQnkrF8JBK26TlrlyoLXZkeptsF4BphVqYDh8zHw==", + "version": "8.0.0-dev.11709632212.139b6f63", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-dev.11709632212.139b6f63.tgz", + "integrity": "sha512-NV/dwHkL+8TDT6cyslJoAJTEPD8Er+CEtA900DUZAe13Y5JntW4eWrH9uWKfhL4ZxAKaug/KdjoENXaa7TPc0A==", "requires": { "@stencil/core": "^4.12.2", "ionicons": "^7.2.2", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 3a2e4cddb26..74c2e3d1965 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "description": "Angular SSR Module for Ionic", "keywords": [ "ionic", @@ -62,6 +62,6 @@ }, "prettier": "@ionic/prettier-config", "dependencies": { - "@ionic/core": "^8.0.0-beta.0" + "@ionic/core": "^8.0.0-beta.1" } } diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index d1e5c5b1152..4623e0f2784 100644 --- a/packages/angular/CHANGELOG.md +++ b/packages/angular/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0-beta.1](https://github.com/ionic-team/ionic-framework/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2024-03-06) + +**Note:** Version bump only for package @ionic/angular + + + + + # [8.0.0-beta.0](https://github.com/ionic-team/ionic-framework/compare/v7.7.3...v8.0.0-beta.0) (2024-02-28) diff --git a/packages/angular/package-lock.json b/packages/angular/package-lock.json index bf76e4e4c4f..35b028526c7 100644 --- a/packages/angular/package-lock.json +++ b/packages/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "license": "MIT", "dependencies": { - "@ionic/core": "^8.0.0-beta.0", + "@ionic/core": "^8.0.0-beta.1", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" @@ -1407,9 +1407,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "8.0.0-beta.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-beta.0.tgz", - "integrity": "sha512-d40s6NJRslSz8kJ4ONXpO1oxEPG0iF5dFf0ME862mEOna1gQnkrF8JBK26TlrlyoLXZkeptsF4BphVqYDh8zHw==", + "version": "8.0.0-dev.11709632212.139b6f63", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-dev.11709632212.139b6f63.tgz", + "integrity": "sha512-NV/dwHkL+8TDT6cyslJoAJTEPD8Er+CEtA900DUZAe13Y5JntW4eWrH9uWKfhL4ZxAKaug/KdjoENXaa7TPc0A==", "dependencies": { "@stencil/core": "^4.12.2", "ionicons": "^7.2.2", @@ -9697,9 +9697,9 @@ "dev": true }, "@ionic/core": { - "version": "8.0.0-beta.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-beta.0.tgz", - "integrity": "sha512-d40s6NJRslSz8kJ4ONXpO1oxEPG0iF5dFf0ME862mEOna1gQnkrF8JBK26TlrlyoLXZkeptsF4BphVqYDh8zHw==", + "version": "8.0.0-dev.11709632212.139b6f63", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-dev.11709632212.139b6f63.tgz", + "integrity": "sha512-NV/dwHkL+8TDT6cyslJoAJTEPD8Er+CEtA900DUZAe13Y5JntW4eWrH9uWKfhL4ZxAKaug/KdjoENXaa7TPc0A==", "requires": { "@stencil/core": "^4.12.2", "ionicons": "^7.2.2", diff --git a/packages/angular/package.json b/packages/angular/package.json index 55a504c0d31..3ded4c2416c 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -47,7 +47,7 @@ } }, "dependencies": { - "@ionic/core": "^8.0.0-beta.0", + "@ionic/core": "^8.0.0-beta.1", "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 97cf3ffd897..e0de429190b 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.0.0-beta.1](https://github.com/ionic-team/ionic-framework/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2024-03-06) + +**Note:** Version bump only for package @ionic/react-router + + + + + # [8.0.0-beta.0](https://github.com/ionic-team/ionic-framework/compare/v7.7.3...v8.0.0-beta.0) (2024-02-28) **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 99be63bdc90..a3320b2b341 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.0.0-beta.0", + "version": "8.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react-router", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "license": "MIT", "dependencies": { - "@ionic/react": "^8.0.0-beta.0", + "@ionic/react": "^8.0.0-beta.1", "tslib": "*" }, "devDependencies": { @@ -238,9 +238,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "8.0.0-beta.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-beta.0.tgz", - "integrity": "sha512-d40s6NJRslSz8kJ4ONXpO1oxEPG0iF5dFf0ME862mEOna1gQnkrF8JBK26TlrlyoLXZkeptsF4BphVqYDh8zHw==", + "version": "8.0.0-dev.11709632212.139b6f63", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-dev.11709632212.139b6f63.tgz", + "integrity": "sha512-NV/dwHkL+8TDT6cyslJoAJTEPD8Er+CEtA900DUZAe13Y5JntW4eWrH9uWKfhL4ZxAKaug/KdjoENXaa7TPc0A==", "dependencies": { "@stencil/core": "^4.12.2", "ionicons": "^7.2.2", @@ -414,11 +414,11 @@ } }, "node_modules/@ionic/react": { - "version": "8.0.0-beta.0", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-8.0.0-beta.0.tgz", - "integrity": "sha512-VkSHqSBhTB8IieVLgaVKKA99ramiZWd2KKDNV6ZWLfxjm0DB/tPZstxCWoR8mmurcdIkXewz4nJt6EuV3pIkzA==", + "version": "8.0.0-dev.11709632212.139b6f63", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-8.0.0-dev.11709632212.139b6f63.tgz", + "integrity": "sha512-icDGVmmKsXsmDSsq82TxqUDmDrmqf2yzwBaQ4Hj9IHHmWWXF8NRwQCdUDKhs/na3BdtzdG7LGjodLtpAt3T0wg==", "dependencies": { - "@ionic/core": "8.0.0-beta.0", + "@ionic/core": "8.0.0-dev.11709632212.139b6f63", "ionicons": "^7.0.0", "tslib": "*" }, @@ -667,9 +667,9 @@ ] }, "node_modules/@stencil/core": { - "version": "4.12.4", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.12.4.tgz", - "integrity": "sha512-KrwoXu9J1loWSvQQReilGPkt6/dCH/x5eTBDecCBPclz7vxUM13Iw9almBIffEpurk/kaMAglH0G7sAF/A2y1A==", + "version": "4.12.5", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.12.5.tgz", + "integrity": "sha512-vSyFjY7XSEx0ufa9SebOd437CvnneaTXlCpuGDhjUDxAjGBlu6ie5qHyubobVGBth//aErc6wZPHc6W75Vp3iQ==", "bin": { "stencil": "bin/stencil" }, @@ -4050,9 +4050,9 @@ "dev": true }, "@ionic/core": { - "version": "8.0.0-beta.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-beta.0.tgz", - "integrity": "sha512-d40s6NJRslSz8kJ4ONXpO1oxEPG0iF5dFf0ME862mEOna1gQnkrF8JBK26TlrlyoLXZkeptsF4BphVqYDh8zHw==", + "version": "8.0.0-dev.11709632212.139b6f63", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-dev.11709632212.139b6f63.tgz", + "integrity": "sha512-NV/dwHkL+8TDT6cyslJoAJTEPD8Er+CEtA900DUZAe13Y5JntW4eWrH9uWKfhL4ZxAKaug/KdjoENXaa7TPc0A==", "requires": { "@stencil/core": "^4.12.2", "ionicons": "^7.2.2", @@ -4156,11 +4156,11 @@ "requires": {} }, "@ionic/react": { - "version": "8.0.0-beta.0", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-8.0.0-beta.0.tgz", - "integrity": "sha512-VkSHqSBhTB8IieVLgaVKKA99ramiZWd2KKDNV6ZWLfxjm0DB/tPZstxCWoR8mmurcdIkXewz4nJt6EuV3pIkzA==", + "version": "8.0.0-dev.11709632212.139b6f63", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-8.0.0-dev.11709632212.139b6f63.tgz", + "integrity": "sha512-icDGVmmKsXsmDSsq82TxqUDmDrmqf2yzwBaQ4Hj9IHHmWWXF8NRwQCdUDKhs/na3BdtzdG7LGjodLtpAt3T0wg==", "requires": { - "@ionic/core": "8.0.0-beta.0", + "@ionic/core": "8.0.0-dev.11709632212.139b6f63", "ionicons": "^7.0.0", "tslib": "*" } @@ -4297,9 +4297,9 @@ "optional": true }, "@stencil/core": { - "version": "4.12.4", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.12.4.tgz", - "integrity": "sha512-KrwoXu9J1loWSvQQReilGPkt6/dCH/x5eTBDecCBPclz7vxUM13Iw9almBIffEpurk/kaMAglH0G7sAF/A2y1A==" + "version": "4.12.5", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.12.5.tgz", + "integrity": "sha512-vSyFjY7XSEx0ufa9SebOd437CvnneaTXlCpuGDhjUDxAjGBlu6ie5qHyubobVGBth//aErc6wZPHc6W75Vp3iQ==" }, "@types/estree": { "version": "1.0.4", diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 51b4015f093..133f64e1a6e 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -36,7 +36,7 @@ "dist/" ], "dependencies": { - "@ionic/react": "^8.0.0-beta.0", + "@ionic/react": "^8.0.0-beta.1", "tslib": "*" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 436be6fc591..627b8a3df19 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.0.0-beta.1](https://github.com/ionic-team/ionic-framework/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2024-03-06) + +**Note:** Version bump only for package @ionic/react + + + + + # [8.0.0-beta.0](https://github.com/ionic-team/ionic-framework/compare/v7.7.3...v8.0.0-beta.0) (2024-02-28) diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index 0d1b7ecfb20..09399bfad81 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "license": "MIT", "dependencies": { - "@ionic/core": "^8.0.0-beta.0", + "@ionic/core": "^8.0.0-beta.1", "ionicons": "^7.0.0", "tslib": "*" }, @@ -811,9 +811,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "8.0.0-beta.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-beta.0.tgz", - "integrity": "sha512-d40s6NJRslSz8kJ4ONXpO1oxEPG0iF5dFf0ME862mEOna1gQnkrF8JBK26TlrlyoLXZkeptsF4BphVqYDh8zHw==", + "version": "8.0.0-dev.11709632212.139b6f63", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-dev.11709632212.139b6f63.tgz", + "integrity": "sha512-NV/dwHkL+8TDT6cyslJoAJTEPD8Er+CEtA900DUZAe13Y5JntW4eWrH9uWKfhL4ZxAKaug/KdjoENXaa7TPc0A==", "dependencies": { "@stencil/core": "^4.12.2", "ionicons": "^7.2.2", @@ -12857,9 +12857,9 @@ "dev": true }, "@ionic/core": { - "version": "8.0.0-beta.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-beta.0.tgz", - "integrity": "sha512-d40s6NJRslSz8kJ4ONXpO1oxEPG0iF5dFf0ME862mEOna1gQnkrF8JBK26TlrlyoLXZkeptsF4BphVqYDh8zHw==", + "version": "8.0.0-dev.11709632212.139b6f63", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-dev.11709632212.139b6f63.tgz", + "integrity": "sha512-NV/dwHkL+8TDT6cyslJoAJTEPD8Er+CEtA900DUZAe13Y5JntW4eWrH9uWKfhL4ZxAKaug/KdjoENXaa7TPc0A==", "requires": { "@stencil/core": "^4.12.2", "ionicons": "^7.2.2", diff --git a/packages/react/package.json b/packages/react/package.json index 68d7bc54459..2a30983a210 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -39,7 +39,7 @@ "css/" ], "dependencies": { - "@ionic/core": "^8.0.0-beta.0", + "@ionic/core": "^8.0.0-beta.1", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/vue-router/CHANGELOG.md b/packages/vue-router/CHANGELOG.md index 43783c6ffce..eb6406705ef 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.0.0-beta.1](https://github.com/ionic-team/ionic-framework/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2024-03-06) + +**Note:** Version bump only for package @ionic/vue-router + + + + + # [8.0.0-beta.0](https://github.com/ionic-team/ionic-framework/compare/v7.7.3...v8.0.0-beta.0) (2024-02-28) **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 602fe5145a5..2e010a82bbd 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.0.0-beta.0", + "version": "8.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "license": "MIT", "dependencies": { - "@ionic/vue": "^8.0.0-beta.0" + "@ionic/vue": "^8.0.0-beta.1" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", @@ -661,9 +661,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "8.0.0-beta.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-beta.0.tgz", - "integrity": "sha512-d40s6NJRslSz8kJ4ONXpO1oxEPG0iF5dFf0ME862mEOna1gQnkrF8JBK26TlrlyoLXZkeptsF4BphVqYDh8zHw==", + "version": "8.0.0-dev.11709632212.139b6f63", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-dev.11709632212.139b6f63.tgz", + "integrity": "sha512-NV/dwHkL+8TDT6cyslJoAJTEPD8Er+CEtA900DUZAe13Y5JntW4eWrH9uWKfhL4ZxAKaug/KdjoENXaa7TPc0A==", "dependencies": { "@stencil/core": "^4.12.2", "ionicons": "^7.2.2", @@ -852,11 +852,11 @@ } }, "node_modules/@ionic/vue": { - "version": "8.0.0-beta.0", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-8.0.0-beta.0.tgz", - "integrity": "sha512-VlhAgg1lHsNNAaqLdSimb/f+n3UmnRqeqCm2lWyXqRk8cMng+S8ezKLLi9dwKdaqooBTkDMqNM1GLEVtenSlqA==", + "version": "8.0.0-dev.11709632212.139b6f63", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-8.0.0-dev.11709632212.139b6f63.tgz", + "integrity": "sha512-PRaqMKnm0vNjCcFBf6vh5vTXypoUJPiWTKVkhrbKyQX3/uqpOuRhU+7YRl5KLdH0ljaILiQDVJGnJJjz7cgLTA==", "dependencies": { - "@ionic/core": "8.0.0-beta.0", + "@ionic/core": "8.0.0-dev.11709632212.139b6f63", "ionicons": "^7.0.0" } }, @@ -1508,9 +1508,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.12.4", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.12.4.tgz", - "integrity": "sha512-KrwoXu9J1loWSvQQReilGPkt6/dCH/x5eTBDecCBPclz7vxUM13Iw9almBIffEpurk/kaMAglH0G7sAF/A2y1A==", + "version": "4.12.5", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.12.5.tgz", + "integrity": "sha512-vSyFjY7XSEx0ufa9SebOd437CvnneaTXlCpuGDhjUDxAjGBlu6ie5qHyubobVGBth//aErc6wZPHc6W75Vp3iQ==", "bin": { "stencil": "bin/stencil" }, @@ -7878,9 +7878,9 @@ "dev": true }, "@ionic/core": { - "version": "8.0.0-beta.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-beta.0.tgz", - "integrity": "sha512-d40s6NJRslSz8kJ4ONXpO1oxEPG0iF5dFf0ME862mEOna1gQnkrF8JBK26TlrlyoLXZkeptsF4BphVqYDh8zHw==", + "version": "8.0.0-dev.11709632212.139b6f63", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-dev.11709632212.139b6f63.tgz", + "integrity": "sha512-NV/dwHkL+8TDT6cyslJoAJTEPD8Er+CEtA900DUZAe13Y5JntW4eWrH9uWKfhL4ZxAKaug/KdjoENXaa7TPc0A==", "requires": { "@stencil/core": "^4.12.2", "ionicons": "^7.2.2", @@ -7993,11 +7993,11 @@ "requires": {} }, "@ionic/vue": { - "version": "8.0.0-beta.0", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-8.0.0-beta.0.tgz", - "integrity": "sha512-VlhAgg1lHsNNAaqLdSimb/f+n3UmnRqeqCm2lWyXqRk8cMng+S8ezKLLi9dwKdaqooBTkDMqNM1GLEVtenSlqA==", + "version": "8.0.0-dev.11709632212.139b6f63", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-8.0.0-dev.11709632212.139b6f63.tgz", + "integrity": "sha512-PRaqMKnm0vNjCcFBf6vh5vTXypoUJPiWTKVkhrbKyQX3/uqpOuRhU+7YRl5KLdH0ljaILiQDVJGnJJjz7cgLTA==", "requires": { - "@ionic/core": "8.0.0-beta.0", + "@ionic/core": "8.0.0-dev.11709632212.139b6f63", "ionicons": "^7.0.0" } }, @@ -8461,9 +8461,9 @@ } }, "@stencil/core": { - "version": "4.12.4", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.12.4.tgz", - "integrity": "sha512-KrwoXu9J1loWSvQQReilGPkt6/dCH/x5eTBDecCBPclz7vxUM13Iw9almBIffEpurk/kaMAglH0G7sAF/A2y1A==" + "version": "4.12.5", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.12.5.tgz", + "integrity": "sha512-vSyFjY7XSEx0ufa9SebOd437CvnneaTXlCpuGDhjUDxAjGBlu6ie5qHyubobVGBth//aErc6wZPHc6W75Vp3iQ==" }, "@tootallnate/once": { "version": "2.0.0", diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index d9f88a5ab4d..1c1e4dd2308 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.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.0.0-beta.0" + "@ionic/vue": "^8.0.0-beta.1" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 8a9feb2c0ea..31fe9457a45 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.0.0-beta.1](https://github.com/ionic-team/ionic-framework/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2024-03-06) + +**Note:** Version bump only for package @ionic/vue + + + + + # [8.0.0-beta.0](https://github.com/ionic-team/ionic-framework/compare/v7.7.3...v8.0.0-beta.0) (2024-02-28) diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index 4357920c050..5e98db79b6f 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.1", "license": "MIT", "dependencies": { - "@ionic/core": "^8.0.0-beta.0", + "@ionic/core": "^8.0.0-beta.1", "ionicons": "^7.0.0" }, "devDependencies": { @@ -208,9 +208,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "8.0.0-beta.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-beta.0.tgz", - "integrity": "sha512-d40s6NJRslSz8kJ4ONXpO1oxEPG0iF5dFf0ME862mEOna1gQnkrF8JBK26TlrlyoLXZkeptsF4BphVqYDh8zHw==", + "version": "8.0.0-dev.11709632212.139b6f63", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-dev.11709632212.139b6f63.tgz", + "integrity": "sha512-NV/dwHkL+8TDT6cyslJoAJTEPD8Er+CEtA900DUZAe13Y5JntW4eWrH9uWKfhL4ZxAKaug/KdjoENXaa7TPc0A==", "dependencies": { "@stencil/core": "^4.12.2", "ionicons": "^7.2.2", @@ -3959,9 +3959,9 @@ "dev": true }, "@ionic/core": { - "version": "8.0.0-beta.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-beta.0.tgz", - "integrity": "sha512-d40s6NJRslSz8kJ4ONXpO1oxEPG0iF5dFf0ME862mEOna1gQnkrF8JBK26TlrlyoLXZkeptsF4BphVqYDh8zHw==", + "version": "8.0.0-dev.11709632212.139b6f63", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-dev.11709632212.139b6f63.tgz", + "integrity": "sha512-NV/dwHkL+8TDT6cyslJoAJTEPD8Er+CEtA900DUZAe13Y5JntW4eWrH9uWKfhL4ZxAKaug/KdjoENXaa7TPc0A==", "requires": { "@stencil/core": "^4.12.2", "ionicons": "^7.2.2", diff --git a/packages/vue/package.json b/packages/vue/package.json index f006d562cb0..fe11b6f6f20 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "8.0.0-beta.0", + "version": "8.0.0-beta.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.0.0-beta.0", + "@ionic/core": "^8.0.0-beta.1", "ionicons": "^7.0.0" }, "vetur": {