diff --git a/CHANGELOG.md b/CHANGELOG.md index cc5d08eb7b..8f5c91617d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0-rc.1](https://github.com/ionic-team/ionic-framework/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08) + + +### Bug Fixes + +* **input, textarea:** disabled state is applied when true ([#26892](https://github.com/ionic-team/ionic-framework/issues/26892)) ([569401b](https://github.com/ionic-team/ionic-framework/commit/569401b1c8959f236ab6931e7c58063d4681402a)), closes [#26881](https://github.com/ionic-team/ionic-framework/issues/26881) +* **item:** prevent slotted form controls from taking whole width of item ([#26897](https://github.com/ionic-team/ionic-framework/issues/26897)) ([78f5d96](https://github.com/ionic-team/ionic-framework/commit/78f5d960cf4a056b52f65d4731a7ee0771031306)) +* **many:** add aria-hidden to decorative icons ([#26922](https://github.com/ionic-team/ionic-framework/issues/26922)) ([78303dc](https://github.com/ionic-team/ionic-framework/commit/78303dccaa2b3e7e6fb107a5c0f0f213d8e39a7c)) +* **select:** popover is full width when used with floating/stacked labels ([#26907](https://github.com/ionic-team/ionic-framework/issues/26907)) ([7bc22f2](https://github.com/ionic-team/ionic-framework/commit/7bc22f2bbfa1d170f05d66f44b53cd28c4038bc5)), closes [#26903](https://github.com/ionic-team/ionic-framework/issues/26903) +* **vue:** input components update refs on ionInput ([#26876](https://github.com/ionic-team/ionic-framework/issues/26876)) ([7d9ce74](https://github.com/ionic-team/ionic-framework/commit/7d9ce7420a4c041a6d21041c15680e809cd55e8d)), closes [#26700](https://github.com/ionic-team/ionic-framework/issues/26700) + + + + + ## [6.6.1](https://github.com/ionic-team/ionic-framework/compare/v6.6.0...v6.6.1) (2023-03-08) * **angular:** keepContentsMounted modal is sized correctly ([#26917](https://github.com/ionic-team/ionic-framework/issues/26917)) ([8d184c8](https://github.com/ionic-team/ionic-framework/commit/8d184c8c1b91dba9d6d5bbaf1b4a8480b75a3572)), closes [#26916](https://github.com/ionic-team/ionic-framework/issues/26916) diff --git a/angular/CHANGELOG.md b/angular/CHANGELOG.md index d737696aa1..cc2a6762ac 100644 --- a/angular/CHANGELOG.md +++ b/angular/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0-rc.1](https://github.com/ionic-team/ionic/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08) + + +### Bug Fixes + +* **many:** add aria-hidden to decorative icons ([#26922](https://github.com/ionic-team/ionic/issues/26922)) ([78303dc](https://github.com/ionic-team/ionic/commit/78303dccaa2b3e7e6fb107a5c0f0f213d8e39a7c)) + + + + + ## [6.6.1](https://github.com/ionic-team/ionic/compare/v6.6.0...v6.6.1) (2023-03-08) diff --git a/angular/package-lock.json b/angular/package-lock.json index c82f0b1190..95b31ca64e 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.0-rc.0", + "@ionic/core": "^7.0.0-rc.1", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" @@ -1227,12 +1227,12 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz", - "integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz", + "integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==", "dependencies": { "@stencil/core": "^3.1.0", - "ionicons": "^6.1.1", + "ionicons": "^7.0.0", "tslib": "^2.1.0" } }, @@ -1248,26 +1248,6 @@ "npm": ">=6.0.0" } }, - "node_modules/@ionic/core/node_modules/ionicons": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz", - "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==", - "dependencies": { - "@stencil/core": "^2.18.0" - } - }, - "node_modules/@ionic/core/node_modules/ionicons/node_modules/@stencil/core": { - "version": "2.22.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz", - "integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw==", - "bin": { - "stencil": "bin/stencil" - }, - "engines": { - "node": ">=12.10.0", - "npm": ">=6.0.0" - } - }, "node_modules/@ionic/eslint-config": { "version": "0.3.0", "dev": true, @@ -8124,12 +8104,12 @@ "dev": true }, "@ionic/core": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz", - "integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz", + "integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==", "requires": { "@stencil/core": "^3.1.0", - "ionicons": "^6.1.1", + "ionicons": "^7.0.0", "tslib": "^2.1.0" }, "dependencies": { @@ -8137,21 +8117,6 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.1.0.tgz", "integrity": "sha512-Zfe+evaw9m2L/HkTO97Hu8go2ThXrObyWkVqa7V3HjTnq+8TUd/nwld9PC0bOItC/eyMRXsWHdEDCpJAZ1tEVQ==" - }, - "ionicons": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz", - "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==", - "requires": { - "@stencil/core": "^2.18.0" - }, - "dependencies": { - "@stencil/core": { - "version": "2.22.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz", - "integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw==" - } - } } } }, diff --git a/angular/package.json b/angular/package.json index a598e6436d..efc5c69833 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -47,7 +47,7 @@ } }, "dependencies": { - "@ionic/core": "^7.0.0-rc.0", + "@ionic/core": "^7.0.0-rc.1", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index bb529931f6..952508faf9 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0-rc.1](https://github.com/ionic-team/ionic/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08) + + +### Bug Fixes + +* **input, textarea:** disabled state is applied when true ([#26892](https://github.com/ionic-team/ionic/issues/26892)) ([569401b](https://github.com/ionic-team/ionic/commit/569401b1c8959f236ab6931e7c58063d4681402a)), closes [#26881](https://github.com/ionic-team/ionic/issues/26881) +* **item:** prevent slotted form controls from taking whole width of item ([#26897](https://github.com/ionic-team/ionic/issues/26897)) ([78f5d96](https://github.com/ionic-team/ionic/commit/78f5d960cf4a056b52f65d4731a7ee0771031306)) +* **many:** add aria-hidden to decorative icons ([#26922](https://github.com/ionic-team/ionic/issues/26922)) ([78303dc](https://github.com/ionic-team/ionic/commit/78303dccaa2b3e7e6fb107a5c0f0f213d8e39a7c)) +* **select:** popover is full width when used with floating/stacked labels ([#26907](https://github.com/ionic-team/ionic/issues/26907)) ([7bc22f2](https://github.com/ionic-team/ionic/commit/7bc22f2bbfa1d170f05d66f44b53cd28c4038bc5)), closes [#26903](https://github.com/ionic-team/ionic/issues/26903) +* **vue:** input components update refs on ionInput ([#26876](https://github.com/ionic-team/ionic/issues/26876)) ([7d9ce74](https://github.com/ionic-team/ionic/commit/7d9ce7420a4c041a6d21041c15680e809cd55e8d)), closes [#26700](https://github.com/ionic-team/ionic/issues/26700) + + + + + ## [6.6.1](https://github.com/ionic-team/ionic/compare/v6.6.0...v6.6.1) (2023-03-08) diff --git a/core/package-lock.json b/core/package-lock.json index 04342170d8..ca8e14ad81 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "license": "MIT", "dependencies": { "@stencil/core": "^3.1.0", diff --git a/core/package.json b/core/package.json index 66ecf5ee10..b37c2434ec 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 77623fbc24..ed5f2a7e3f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0-rc.1](https://github.com/ionic-team/ionic-docs/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08) + + +**Note:** Version bump only for package @ionic/docs + + + + + ## [6.6.1](https://github.com/ionic-team/ionic-docs/compare/v6.6.0...v6.6.1) (2023-03-08) diff --git a/docs/package-lock.json b/docs/package-lock.json index 38b6603f24..b0175a9cf9 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/docs", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/docs", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "license": "MIT" } } diff --git a/docs/package.json b/docs/package.json index f002d6aa0e..ebe8d96f94 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.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 20245c115f..2ed8ff2acf 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "angular", "packages/*" ], - "version": "7.0.0-rc.0" + "version": "7.0.0-rc.1" } diff --git a/packages/angular-server/CHANGELOG.md b/packages/angular-server/CHANGELOG.md index b6b2281462..5b2ae920f5 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.0-rc.1](https://github.com/ionic-team/ionic/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08) + +**Note:** Version bump only for package @ionic/angular-server + + + + + ## [6.6.1](https://github.com/ionic-team/ionic/compare/v6.6.0...v6.6.1) (2023-03-08) **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 6a54bf0146..0709a869c8 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.0-rc.0", + "version": "7.0.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.0-rc.0" + "@ionic/core": "^7.0.0-rc.1" }, "devDependencies": { "@angular-eslint/eslint-plugin": "^14.0.0", @@ -1060,12 +1060,12 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz", - "integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz", + "integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==", "dependencies": { "@stencil/core": "^3.1.0", - "ionicons": "^6.1.1", + "ionicons": "^7.0.0", "tslib": "^2.1.0" } }, @@ -3935,9 +3935,9 @@ } }, "node_modules/ionicons": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz", - "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.0.0.tgz", + "integrity": "sha512-5G9gBxaUfJm0aAr/Kg5Eb/d7d+pMC65yiHjlkGATLrHSZgAzlc9l6ho0dCSdfq3wGef2QiZeNsvyChPVggfXwQ==", "dependencies": { "@stencil/core": "^2.18.0" } @@ -7342,12 +7342,12 @@ "dev": true }, "@ionic/core": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz", - "integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz", + "integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==", "requires": { "@stencil/core": "^3.1.0", - "ionicons": "^6.1.1", + "ionicons": "^7.0.0", "tslib": "^2.1.0" }, "dependencies": { @@ -9152,9 +9152,9 @@ } }, "ionicons": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz", - "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.0.0.tgz", + "integrity": "sha512-5G9gBxaUfJm0aAr/Kg5Eb/d7d+pMC65yiHjlkGATLrHSZgAzlc9l6ho0dCSdfq3wGef2QiZeNsvyChPVggfXwQ==", "requires": { "@stencil/core": "^2.18.0" } diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 7d8d9bc494..3cc02cb4fa 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "description": "Angular SSR Module for Ionic", "keywords": [ "ionic", @@ -61,6 +61,6 @@ }, "prettier": "@ionic/prettier-config", "dependencies": { - "@ionic/core": "^7.0.0-rc.0" + "@ionic/core": "^7.0.0-rc.1" } } diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 86bfece13d..44248e70d8 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.0-rc.1](https://github.com/ionic-team/ionic/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08) + +**Note:** Version bump only for package @ionic/react-router + + + + + ## [6.6.1](https://github.com/ionic-team/ionic/compare/v6.6.0...v6.6.1) (2023-03-08) diff --git a/packages/react-router/package-lock.json b/packages/react-router/package-lock.json index 23db5dcd2a..a3489d0276 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.0-rc.0", + "version": "7.0.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react-router", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "license": "MIT", "dependencies": { - "@ionic/react": "^7.0.0-rc.0", + "@ionic/react": "^7.0.0-rc.1", "tslib": "*" }, "devDependencies": { @@ -205,12 +205,12 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz", - "integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz", + "integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==", "dependencies": { "@stencil/core": "^3.1.0", - "ionicons": "^6.1.1", + "ionicons": "^7.0.0", "tslib": "^2.1.0" } }, @@ -381,12 +381,12 @@ } }, "node_modules/@ionic/react": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.0-rc.0.tgz", - "integrity": "sha512-vU8SKRtCS4+s25vcbnVavmJAPv47qYz3UJ7F8zObN/vRQUqftKH2X1tGl0vmwTAgfaHiBSgElzY8DzxfBDA4YQ==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.0-rc.1.tgz", + "integrity": "sha512-naD/rToPOSZv06GnVsan1qFUIhEneRL4/e7Sh1LBFMadVleNZHXDK16ZppwD3gIYFSZDSZ2uuIRQ513W8OqRqw==", "dependencies": { - "@ionic/core": "7.0.0-rc.0", - "ionicons": "^6.1.3", + "@ionic/core": "7.0.0-rc.1", + "ionicons": "^7.0.0", "tslib": "*" }, "peerDependencies": { @@ -2161,9 +2161,9 @@ } }, "node_modules/ionicons": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz", - "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.0.0.tgz", + "integrity": "sha512-5G9gBxaUfJm0aAr/Kg5Eb/d7d+pMC65yiHjlkGATLrHSZgAzlc9l6ho0dCSdfq3wGef2QiZeNsvyChPVggfXwQ==", "dependencies": { "@stencil/core": "^2.18.0" } @@ -3642,12 +3642,12 @@ "dev": true }, "@ionic/core": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz", - "integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz", + "integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==", "requires": { "@stencil/core": "^3.1.0", - "ionicons": "^6.1.1", + "ionicons": "^7.0.0", "tslib": "^2.1.0" } }, @@ -3748,12 +3748,12 @@ "requires": {} }, "@ionic/react": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.0-rc.0.tgz", - "integrity": "sha512-vU8SKRtCS4+s25vcbnVavmJAPv47qYz3UJ7F8zObN/vRQUqftKH2X1tGl0vmwTAgfaHiBSgElzY8DzxfBDA4YQ==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.0-rc.1.tgz", + "integrity": "sha512-naD/rToPOSZv06GnVsan1qFUIhEneRL4/e7Sh1LBFMadVleNZHXDK16ZppwD3gIYFSZDSZ2uuIRQ513W8OqRqw==", "requires": { - "@ionic/core": "7.0.0-rc.0", - "ionicons": "^6.1.3", + "@ionic/core": "7.0.0-rc.1", + "ionicons": "^7.0.0", "tslib": "*" } }, @@ -5001,9 +5001,9 @@ } }, "ionicons": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz", - "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.0.0.tgz", + "integrity": "sha512-5G9gBxaUfJm0aAr/Kg5Eb/d7d+pMC65yiHjlkGATLrHSZgAzlc9l6ho0dCSdfq3wGef2QiZeNsvyChPVggfXwQ==", "requires": { "@stencil/core": "^2.18.0" }, diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 4b221060c0..0446c3d502 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -37,7 +37,7 @@ "dist/" ], "dependencies": { - "@ionic/react": "^7.0.0-rc.0", + "@ionic/react": "^7.0.0-rc.1", "tslib": "*" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 51a518c145..35405f9ace 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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. +# [7.0.0-rc.1](https://github.com/ionic-team/ionic/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08) + + +### Bug Fixes + +* **many:** add aria-hidden to decorative icons ([#26922](https://github.com/ionic-team/ionic/issues/26922)) ([78303dc](https://github.com/ionic-team/ionic/commit/78303dccaa2b3e7e6fb107a5c0f0f213d8e39a7c)) + + + + + ## [6.6.1](https://github.com/ionic-team/ionic/compare/v6.6.0...v6.6.1) (2023-03-08) diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index fa6f205bc0..1b70bbdcb0 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.0-rc.0", + "@ionic/core": "^7.0.0-rc.1", "ionicons": "^7.0.0", "tslib": "*" }, @@ -697,12 +697,12 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz", - "integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz", + "integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==", "dependencies": { "@stencil/core": "^3.1.0", - "ionicons": "^6.1.1", + "ionicons": "^7.0.0", "tslib": "^2.1.0" } }, @@ -718,26 +718,6 @@ "npm": ">=6.0.0" } }, - "node_modules/@ionic/core/node_modules/ionicons": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz", - "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==", - "dependencies": { - "@stencil/core": "^2.18.0" - } - }, - "node_modules/@ionic/core/node_modules/ionicons/node_modules/@stencil/core": { - "version": "2.22.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz", - "integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw==", - "bin": { - "stencil": "bin/stencil" - }, - "engines": { - "node": ">=12.10.0", - "npm": ">=6.0.0" - } - }, "node_modules/@ionic/eslint-config": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/@ionic/eslint-config/-/eslint-config-0.3.0.tgz", @@ -11797,12 +11777,12 @@ "dev": true }, "@ionic/core": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz", - "integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz", + "integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==", "requires": { "@stencil/core": "^3.1.0", - "ionicons": "^6.1.1", + "ionicons": "^7.0.0", "tslib": "^2.1.0" }, "dependencies": { @@ -11810,21 +11790,6 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.1.0.tgz", "integrity": "sha512-Zfe+evaw9m2L/HkTO97Hu8go2ThXrObyWkVqa7V3HjTnq+8TUd/nwld9PC0bOItC/eyMRXsWHdEDCpJAZ1tEVQ==" - }, - "ionicons": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz", - "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==", - "requires": { - "@stencil/core": "^2.18.0" - }, - "dependencies": { - "@stencil/core": { - "version": "2.22.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz", - "integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw==" - } - } } } }, diff --git a/packages/react/package.json b/packages/react/package.json index 03b4c39dec..a5bd6fec77 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -41,7 +41,7 @@ "css/" ], "dependencies": { - "@ionic/core": "^7.0.0-rc.0", + "@ionic/core": "^7.0.0-rc.1", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/vue-router/CHANGELOG.md b/packages/vue-router/CHANGELOG.md index ba67fd1a47..7feb7e35db 100644 --- a/packages/vue-router/CHANGELOG.md +++ b/packages/vue-router/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0-rc.1](https://github.com/ionic-team/ionic/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08) + +**Note:** Version bump only for package @ionic/vue-router + + + + ## [6.6.1](https://github.com/ionic-team/ionic/compare/v6.6.0...v6.6.1) (2023-03-08) diff --git a/packages/vue-router/package-lock.json b/packages/vue-router/package-lock.json index 99be178bbb..64186b3cd5 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.0-rc.0", + "version": "7.0.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "license": "MIT", "dependencies": { - "@ionic/vue": "^7.0.0-rc.0" + "@ionic/vue": "^7.0.0-rc.1" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", @@ -660,12 +660,12 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz", - "integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz", + "integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==", "dependencies": { "@stencil/core": "^3.1.0", - "ionicons": "^6.1.1", + "ionicons": "^7.0.0", "tslib": "^2.1.0" } }, @@ -851,12 +851,12 @@ } }, "node_modules/@ionic/vue": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.0-rc.0.tgz", - "integrity": "sha512-TjfsI6NL3NRpgDN8xHNwRADzY/W/ApuypoFlE5vHcRWKypStUS4db4tMfrBFfowLeSqXQoivkDfRzFBqQ06fUg==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.0-rc.1.tgz", + "integrity": "sha512-m/ZcA9g5o3jYMbe36OuM2WQn6jEBz7gPY+m7VWz0xcPNYXZvz7dbvV4J36Hb/sko2pDJjWt0Z23aDKk1xyBGPg==", "dependencies": { - "@ionic/core": "7.0.0-rc.0", - "ionicons": "^6.1.3" + "@ionic/core": "7.0.0-rc.1", + "ionicons": "^7.0.0" } }, "node_modules/@istanbuljs/load-nyc-config": { @@ -4066,9 +4066,9 @@ } }, "node_modules/ionicons": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz", - "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.0.0.tgz", + "integrity": "sha512-5G9gBxaUfJm0aAr/Kg5Eb/d7d+pMC65yiHjlkGATLrHSZgAzlc9l6ho0dCSdfq3wGef2QiZeNsvyChPVggfXwQ==", "dependencies": { "@stencil/core": "^2.18.0" } @@ -7677,12 +7677,12 @@ "dev": true }, "@ionic/core": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz", - "integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz", + "integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==", "requires": { "@stencil/core": "^3.1.0", - "ionicons": "^6.1.1", + "ionicons": "^7.0.0", "tslib": "^2.1.0" } }, @@ -7792,12 +7792,12 @@ "requires": {} }, "@ionic/vue": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.0-rc.0.tgz", - "integrity": "sha512-TjfsI6NL3NRpgDN8xHNwRADzY/W/ApuypoFlE5vHcRWKypStUS4db4tMfrBFfowLeSqXQoivkDfRzFBqQ06fUg==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.0-rc.1.tgz", + "integrity": "sha512-m/ZcA9g5o3jYMbe36OuM2WQn6jEBz7gPY+m7VWz0xcPNYXZvz7dbvV4J36Hb/sko2pDJjWt0Z23aDKk1xyBGPg==", "requires": { - "@ionic/core": "7.0.0-rc.0", - "ionicons": "^6.1.3" + "@ionic/core": "7.0.0-rc.1", + "ionicons": "^7.0.0" } }, "@istanbuljs/load-nyc-config": { @@ -10201,9 +10201,9 @@ } }, "ionicons": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz", - "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.0.0.tgz", + "integrity": "sha512-5G9gBxaUfJm0aAr/Kg5Eb/d7d+pMC65yiHjlkGATLrHSZgAzlc9l6ho0dCSdfq3wGef2QiZeNsvyChPVggfXwQ==", "requires": { "@stencil/core": "^2.18.0" }, diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index b5a91e909d..bf3d789826 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "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.0-rc.0" + "@ionic/vue": "^7.0.0-rc.1" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index f6fb31ce32..14fe2632da 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0-rc.1](https://github.com/ionic-team/ionic/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08) + + +### Bug Fixes + +* **many:** add aria-hidden to decorative icons ([#26922](https://github.com/ionic-team/ionic/issues/26922)) ([78303dc](https://github.com/ionic-team/ionic/commit/78303dccaa2b3e7e6fb107a5c0f0f213d8e39a7c)) +* **vue:** input components update refs on ionInput ([#26876](https://github.com/ionic-team/ionic/issues/26876)) ([7d9ce74](https://github.com/ionic-team/ionic/commit/7d9ce7420a4c041a6d21041c15680e809cd55e8d)), closes [#26700](https://github.com/ionic-team/ionic/issues/26700) + + + + + ## [6.6.1](https://github.com/ionic-team/ionic/compare/v6.6.0...v6.6.1) (2023-03-08) **Note:** Version bump only for package @ionic/vue @@ -21,7 +33,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [7.0.0-beta.6](https://github.com/ionic-team/ionic/compare/v7.0.0-beta.5...v7.0.0-beta.6) (2023-03-01) -**Note:** Version bump only for package @ionic/vue] +**Note:** Version bump only for package @ionic/vue diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index 91e7ca76e8..7b09084026 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.0-rc.0", + "@ionic/core": "^7.0.0-rc.1", "ionicons": "^7.0.0" }, "devDependencies": { @@ -208,12 +208,12 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz", - "integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz", + "integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==", "dependencies": { "@stencil/core": "^3.1.0", - "ionicons": "^6.1.1", + "ionicons": "^7.0.0", "tslib": "^2.1.0" } }, @@ -229,26 +229,6 @@ "npm": ">=6.0.0" } }, - "node_modules/@ionic/core/node_modules/ionicons": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz", - "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==", - "dependencies": { - "@stencil/core": "^2.18.0" - } - }, - "node_modules/@ionic/core/node_modules/ionicons/node_modules/@stencil/core": { - "version": "2.22.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz", - "integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw==", - "bin": { - "stencil": "bin/stencil" - }, - "engines": { - "node": ">=12.10.0", - "npm": ">=6.0.0" - } - }, "node_modules/@ionic/core/node_modules/tslib": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", @@ -3796,12 +3776,12 @@ "dev": true }, "@ionic/core": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz", - "integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz", + "integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==", "requires": { "@stencil/core": "^3.1.0", - "ionicons": "^6.1.1", + "ionicons": "^7.0.0", "tslib": "^2.1.0" }, "dependencies": { @@ -3810,21 +3790,6 @@ "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.1.0.tgz", "integrity": "sha512-Zfe+evaw9m2L/HkTO97Hu8go2ThXrObyWkVqa7V3HjTnq+8TUd/nwld9PC0bOItC/eyMRXsWHdEDCpJAZ1tEVQ==" }, - "ionicons": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz", - "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==", - "requires": { - "@stencil/core": "^2.18.0" - }, - "dependencies": { - "@stencil/core": { - "version": "2.22.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz", - "integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw==" - } - } - }, "tslib": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", diff --git a/packages/vue/package.json b/packages/vue/package.json index 8a6ae8dca2..cd3f940ca9 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "description": "Vue specific wrapper for @ionic/core", "scripts": { "eslint": "eslint src", @@ -67,7 +67,7 @@ "vue-router": "^4.0.16" }, "dependencies": { - "@ionic/core": "^7.0.0-rc.0", + "@ionic/core": "^7.0.0-rc.1", "ionicons": "^7.0.0" }, "vetur": {