diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a8d92890a..2047170f454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.8.4](https://github.com/ionic-team/ionic-framework/compare/v7.8.3...v7.8.4) (2024-04-10) + + +### Performance Improvements + +* **styles:** compress distributed global stylesheets ([#29275](https://github.com/ionic-team/ionic-framework/issues/29275)) ([b3cd49b](https://github.com/ionic-team/ionic-framework/commit/b3cd49bf2219aacffc1ac34acbae7c76ef243765)) + + + + ## [7.8.3](https://github.com/ionic-team/ionic-framework/compare/v7.8.2...v7.8.3) (2024-04-03) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index f36658520de..e22b367adaf 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.8.4](https://github.com/ionic-team/ionic-framework/compare/v7.8.3...v7.8.4) (2024-04-10) + + +### Performance Improvements + +* **styles:** compress distributed global stylesheets ([#29275](https://github.com/ionic-team/ionic-framework/issues/29275)) ([b3cd49b](https://github.com/ionic-team/ionic-framework/commit/b3cd49bf2219aacffc1ac34acbae7c76ef243765)) + + + + ## [7.8.3](https://github.com/ionic-team/ionic-framework/compare/v7.8.2...v7.8.3) (2024-04-03) diff --git a/packages/angular-server/CHANGELOG.md b/packages/angular-server/CHANGELOG.md index 2a0793e2ada..a4dc954220a 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.8.4](https://github.com/ionic-team/ionic-framework/compare/v7.8.3...v7.8.4) (2024-04-10) + +**Note:** Version bump only for package @ionic/angular-server + + + + + ## [7.8.3](https://github.com/ionic-team/ionic-framework/compare/v7.8.2...v7.8.3) (2024-04-03) **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 3e6beeff5e9..4fd65bed1c0 100644 --- a/packages/angular-server/package-lock.json +++ b/packages/angular-server/package-lock.json @@ -1119,9 +1119,15 @@ "dev": true }, "node_modules/@ionic/core": { +<<<<<<< HEAD "version": "8.0.0-rc.0", "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-rc.0.tgz", "integrity": "sha512-aVHHI9Nl4F54ME9mmHNNluZdAP40kTQOoMhcWWVgOvvkKTFY5pVyQI/CLQEkIEp0Q+bBOqVcHlMDYtCPnuqS1w==", +======= + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.8.4.tgz", + "integrity": "sha512-GiQM3Gb1kjaxQyDTQfXd54p/a8cK+ccaYKH30pRpzFMborqCZwhcCUQWV1zNAUuFI8YkC5CWTi6bdHyiYuxw4w==", +>>>>>>> origin/main "dependencies": { "@stencil/core": "^4.12.2", "ionicons": "^7.2.2", @@ -7011,9 +7017,15 @@ "dev": true }, "@ionic/core": { +<<<<<<< HEAD "version": "8.0.0-rc.0", "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-rc.0.tgz", "integrity": "sha512-aVHHI9Nl4F54ME9mmHNNluZdAP40kTQOoMhcWWVgOvvkKTFY5pVyQI/CLQEkIEp0Q+bBOqVcHlMDYtCPnuqS1w==", +======= + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.8.4.tgz", + "integrity": "sha512-GiQM3Gb1kjaxQyDTQfXd54p/a8cK+ccaYKH30pRpzFMborqCZwhcCUQWV1zNAUuFI8YkC5CWTi6bdHyiYuxw4w==", +>>>>>>> origin/main "requires": { "@stencil/core": "^4.12.2", "ionicons": "^7.2.2", diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 88756819963..842cc62207e 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. +## [7.8.4](https://github.com/ionic-team/ionic-framework/compare/v7.8.3...v7.8.4) (2024-04-10) + +**Note:** Version bump only for package @ionic/angular + + + + + ## [7.8.3](https://github.com/ionic-team/ionic-framework/compare/v7.8.2...v7.8.3) (2024-04-03) **Note:** Version bump only for package @ionic/angular diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index d6d419ad7eb..4a81afd2081 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. +## [7.8.4](https://github.com/ionic-team/ionic-framework/compare/v7.8.3...v7.8.4) (2024-04-10) + +**Note:** Version bump only for package @ionic/docs + + + + + ## [7.8.3](https://github.com/ionic-team/ionic-framework/compare/v7.8.2...v7.8.3) (2024-04-03) **Note:** Version bump only for package @ionic/docs diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 360af505989..7c1c43a4b2d 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.8.4](https://github.com/ionic-team/ionic-framework/compare/v7.8.3...v7.8.4) (2024-04-10) + +**Note:** Version bump only for package @ionic/react-router + + + + + ## [7.8.3](https://github.com/ionic-team/ionic-framework/compare/v7.8.2...v7.8.3) (2024-04-03) **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 cca4e115d26..a4405137474 100644 --- a/packages/react-router/package-lock.json +++ b/packages/react-router/package-lock.json @@ -667,9 +667,9 @@ ] }, "node_modules/@stencil/core": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.14.0.tgz", - "integrity": "sha512-+s0u/KsNolXZ7tC2hEMgMA3jaNaqOhZvYKwSzjQbc0Wv+cB481Isxzo7ifgEWRYqsJzNSyqhO6cyu/EJrGGTdg==", + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.15.0.tgz", + "integrity": "sha512-C5syM3chCyxX0Os5M+ZWrBujjqwUfrTb87YiLr8RC+kMTmIpnRvvtj8/s3QYDGdDENGRxGkBpeboVh82IGqk0w==", "bin": { "stencil": "bin/stencil" }, @@ -4304,9 +4304,9 @@ "optional": true }, "@stencil/core": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.14.0.tgz", - "integrity": "sha512-+s0u/KsNolXZ7tC2hEMgMA3jaNaqOhZvYKwSzjQbc0Wv+cB481Isxzo7ifgEWRYqsJzNSyqhO6cyu/EJrGGTdg==" + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.15.0.tgz", + "integrity": "sha512-C5syM3chCyxX0Os5M+ZWrBujjqwUfrTb87YiLr8RC+kMTmIpnRvvtj8/s3QYDGdDENGRxGkBpeboVh82IGqk0w==" }, "@types/estree": { "version": "1.0.4", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 358f971413f..c6cf58e3c2c 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.8.4](https://github.com/ionic-team/ionic-framework/compare/v7.8.3...v7.8.4) (2024-04-10) + +**Note:** Version bump only for package @ionic/react + + + + + ## [7.8.3](https://github.com/ionic-team/ionic-framework/compare/v7.8.2...v7.8.3) (2024-04-03) **Note:** Version bump only for package @ionic/react diff --git a/packages/vue-router/CHANGELOG.md b/packages/vue-router/CHANGELOG.md index 9d38f5aecae..9c3fb4ffd89 100644 --- a/packages/vue-router/CHANGELOG.md +++ b/packages/vue-router/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.8.4](https://github.com/ionic-team/ionic-framework/compare/v7.8.3...v7.8.4) (2024-04-10) + +**Note:** Version bump only for package @ionic/vue-router + + + + + ## [7.8.3](https://github.com/ionic-team/ionic-framework/compare/v7.8.2...v7.8.3) (2024-04-03) **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 4122b614f36..aa390aa7649 100644 --- a/packages/vue-router/package-lock.json +++ b/packages/vue-router/package-lock.json @@ -1508,9 +1508,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.14.0.tgz", - "integrity": "sha512-+s0u/KsNolXZ7tC2hEMgMA3jaNaqOhZvYKwSzjQbc0Wv+cB481Isxzo7ifgEWRYqsJzNSyqhO6cyu/EJrGGTdg==", + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.15.0.tgz", + "integrity": "sha512-C5syM3chCyxX0Os5M+ZWrBujjqwUfrTb87YiLr8RC+kMTmIpnRvvtj8/s3QYDGdDENGRxGkBpeboVh82IGqk0w==", "bin": { "stencil": "bin/stencil" }, @@ -8461,9 +8461,9 @@ } }, "@stencil/core": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.14.0.tgz", - "integrity": "sha512-+s0u/KsNolXZ7tC2hEMgMA3jaNaqOhZvYKwSzjQbc0Wv+cB481Isxzo7ifgEWRYqsJzNSyqhO6cyu/EJrGGTdg==" + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.15.0.tgz", + "integrity": "sha512-C5syM3chCyxX0Os5M+ZWrBujjqwUfrTb87YiLr8RC+kMTmIpnRvvtj8/s3QYDGdDENGRxGkBpeboVh82IGqk0w==" }, "@tootallnate/once": { "version": "2.0.0", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 303bbf9c344..4f9cc087b1b 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.8.4](https://github.com/ionic-team/ionic-framework/compare/v7.8.3...v7.8.4) (2024-04-10) + +**Note:** Version bump only for package @ionic/vue + + + + + ## [7.8.3](https://github.com/ionic-team/ionic-framework/compare/v7.8.2...v7.8.3) (2024-04-03) **Note:** Version bump only for package @ionic/vue