From 271e2bdaf9969690d377e6e07bdb2b19d3b45981 Mon Sep 17 00:00:00 2001 From: ionitron Date: Wed, 7 Jun 2023 12:32:32 +0000 Subject: [PATCH 1/3] v7.0.11 --- CHANGELOG.md | 21 +++++++++++++++++++++ angular/CHANGELOG.md | 11 +++++++++++ angular/package-lock.json | 6 +++--- angular/package.json | 4 ++-- core/CHANGELOG.md | 20 ++++++++++++++++++++ core/package-lock.json | 4 ++-- core/package.json | 2 +- docs/CHANGELOG.md | 8 ++++++++ docs/package-lock.json | 4 ++-- docs/package.json | 2 +- lerna.json | 2 +- packages/angular-server/CHANGELOG.md | 8 ++++++++ packages/angular-server/package-lock.json | 6 +++--- packages/angular-server/package.json | 4 ++-- packages/react-router/CHANGELOG.md | 8 ++++++++ packages/react-router/package-lock.json | 6 +++--- packages/react-router/package.json | 4 ++-- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package-lock.json | 6 +++--- packages/react/package.json | 4 ++-- packages/vue-router/CHANGELOG.md | 8 ++++++++ packages/vue-router/package-lock.json | 6 +++--- packages/vue-router/package.json | 4 ++-- packages/vue/CHANGELOG.md | 8 ++++++++ packages/vue/package-lock.json | 6 +++--- packages/vue/package.json | 4 ++-- 26 files changed, 137 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc2ec90a8..9474e27660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.11](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11) (2023-06-07) + + +### Bug Fixes + +* **angular:** remove invalid z-index style ([#27559](https://github.com/ionic-team/ionic-framework/issues/27559)) ([2ce00cf](https://github.com/ionic-team/ionic-framework/commit/2ce00cf292e01664e02ecaf64af229d6a371c480)) +* **header, footer:** resolve CSP violations with box shadow ([#27560](https://github.com/ionic-team/ionic-framework/issues/27560)) ([e75fa58](https://github.com/ionic-team/ionic-framework/commit/e75fa582c4ca507b09f62bbce649f02ca49da7a0)) +* **item-sliding:** refresh sliding behavior when options are added or removed asynchronously ([#27572](https://github.com/ionic-team/ionic-framework/issues/27572)) ([b2a226a](https://github.com/ionic-team/ionic-framework/commit/b2a226ae663695be0666cd862510d8d843c80b9a)), closes [#25578](https://github.com/ionic-team/ionic-framework/issues/25578) +* **keyboard:** listen on correct events for keyboard lifecycle ([#27569](https://github.com/ionic-team/ionic-framework/issues/27569)) ([7871210](https://github.com/ionic-team/ionic-framework/commit/7871210e9e4ecc09353b821b60f977498a01ee8d)), closes [#27558](https://github.com/ionic-team/ionic-framework/issues/27558) +* **radio:** radio with modern syntax is keyboard navigable ([#27530](https://github.com/ionic-team/ionic-framework/issues/27530)) ([d87e692](https://github.com/ionic-team/ionic-framework/commit/d87e692c6c2c3d146514b093853d5e262137a9e5)), closes [#27268](https://github.com/ionic-team/ionic-framework/issues/27268) +* **select:** prevent click event from firing twice ([#27570](https://github.com/ionic-team/ionic-framework/issues/27570)) ([ba7e60e](https://github.com/ionic-team/ionic-framework/commit/ba7e60e8669b1980b9a0c6267617894e16b4a2d4)) + + +### Performance Improvements + +* passive event listener for focus visible ([#27568](https://github.com/ionic-team/ionic-framework/issues/27568)) ([e54bf14](https://github.com/ionic-team/ionic-framework/commit/e54bf142c39743913d982a1f1709629b4b034969)), closes [#27566](https://github.com/ionic-team/ionic-framework/issues/27566) + + + + + ## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31) diff --git a/angular/CHANGELOG.md b/angular/CHANGELOG.md index 6834a8a876..3690e034ad 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.11](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11) (2023-06-07) + + +### Bug Fixes + +* **angular:** remove invalid z-index style ([#27559](https://github.com/ionic-team/ionic-framework/issues/27559)) ([2ce00cf](https://github.com/ionic-team/ionic-framework/commit/2ce00cf292e01664e02ecaf64af229d6a371c480)) + + + + + ## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31) diff --git a/angular/package-lock.json b/angular/package-lock.json index c78500ca9f..666f98fe92 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "7.0.10", + "version": "7.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "7.0.10", + "version": "7.0.11", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.10", + "@ionic/core": "^7.0.11", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" diff --git a/angular/package.json b/angular/package.json index bf428ecea8..23160245bd 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "7.0.10", + "version": "7.0.11", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -47,7 +47,7 @@ } }, "dependencies": { - "@ionic/core": "^7.0.10", + "@ionic/core": "^7.0.11", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 69ea122a38..1712adb084 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.11](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11) (2023-06-07) + + +### Bug Fixes + +* **header, footer:** resolve CSP violations with box shadow ([#27560](https://github.com/ionic-team/ionic-framework/issues/27560)) ([e75fa58](https://github.com/ionic-team/ionic-framework/commit/e75fa582c4ca507b09f62bbce649f02ca49da7a0)) +* **item-sliding:** refresh sliding behavior when options are added or removed asynchronously ([#27572](https://github.com/ionic-team/ionic-framework/issues/27572)) ([b2a226a](https://github.com/ionic-team/ionic-framework/commit/b2a226ae663695be0666cd862510d8d843c80b9a)), closes [#25578](https://github.com/ionic-team/ionic-framework/issues/25578) +* **keyboard:** listen on correct events for keyboard lifecycle ([#27569](https://github.com/ionic-team/ionic-framework/issues/27569)) ([7871210](https://github.com/ionic-team/ionic-framework/commit/7871210e9e4ecc09353b821b60f977498a01ee8d)), closes [#27558](https://github.com/ionic-team/ionic-framework/issues/27558) +* **radio:** radio with modern syntax is keyboard navigable ([#27530](https://github.com/ionic-team/ionic-framework/issues/27530)) ([d87e692](https://github.com/ionic-team/ionic-framework/commit/d87e692c6c2c3d146514b093853d5e262137a9e5)), closes [#27268](https://github.com/ionic-team/ionic-framework/issues/27268) +* **select:** prevent click event from firing twice ([#27570](https://github.com/ionic-team/ionic-framework/issues/27570)) ([ba7e60e](https://github.com/ionic-team/ionic-framework/commit/ba7e60e8669b1980b9a0c6267617894e16b4a2d4)) + + +### Performance Improvements + +* passive event listener for focus visible ([#27568](https://github.com/ionic-team/ionic-framework/issues/27568)) ([e54bf14](https://github.com/ionic-team/ionic-framework/commit/e54bf142c39743913d982a1f1709629b4b034969)), closes [#27566](https://github.com/ionic-team/ionic-framework/issues/27566) + + + + + ## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31) diff --git a/core/package-lock.json b/core/package-lock.json index 4bbc8ce5f3..afb64618f7 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "7.0.10", + "version": "7.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "7.0.10", + "version": "7.0.11", "license": "MIT", "dependencies": { "@stencil/core": "^3.3.1", diff --git a/core/package.json b/core/package.json index 1d91731bff..8f14713c3d 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "7.0.10", + "version": "7.0.11", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8c25738b55..cfe436ccb0 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.11](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11) (2023-06-07) + +**Note:** Version bump only for package @ionic/docs + + + + + ## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31) **Note:** Version bump only for package @ionic/docs diff --git a/docs/package-lock.json b/docs/package-lock.json index c6578bdd57..6229289442 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/docs", - "version": "7.0.10", + "version": "7.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/docs", - "version": "7.0.10", + "version": "7.0.11", "license": "MIT" } } diff --git a/docs/package.json b/docs/package.json index 450a61c5dd..c10037bcb2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "7.0.10", + "version": "7.0.11", "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 ebef7df9ef..1645166ea6 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "angular", "packages/*" ], - "version": "7.0.10" + "version": "7.0.11" } diff --git a/packages/angular-server/CHANGELOG.md b/packages/angular-server/CHANGELOG.md index 2dc8b7c0e7..5a0f2514a5 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.11](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11) (2023-06-07) + +**Note:** Version bump only for package @ionic/angular-server + + + + + ## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31) **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 ac82e1ddbe..a00544bcd8 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.10", + "version": "7.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "7.0.10", + "version": "7.0.11", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.10" + "@ionic/core": "^7.0.11" }, "devDependencies": { "@angular-eslint/eslint-plugin": "^14.0.0", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index b8b04b4bf9..c7f0a42b33 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "7.0.10", + "version": "7.0.11", "description": "Angular SSR Module for Ionic", "keywords": [ "ionic", @@ -61,6 +61,6 @@ }, "prettier": "@ionic/prettier-config", "dependencies": { - "@ionic/core": "^7.0.10" + "@ionic/core": "^7.0.11" } } diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index c28ee8db8f..c824c758ad 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.11](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11) (2023-06-07) + +**Note:** Version bump only for package @ionic/react-router + + + + + ## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31) **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 bf7f1c850e..b4a28b9807 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.10", + "version": "7.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react-router", - "version": "7.0.10", + "version": "7.0.11", "license": "MIT", "dependencies": { - "@ionic/react": "^7.0.10", + "@ionic/react": "^7.0.11", "tslib": "*" }, "devDependencies": { diff --git a/packages/react-router/package.json b/packages/react-router/package.json index e54c84436b..dd5b80e928 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "7.0.10", + "version": "7.0.11", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -37,7 +37,7 @@ "dist/" ], "dependencies": { - "@ionic/react": "^7.0.10", + "@ionic/react": "^7.0.11", "tslib": "*" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 046a007a76..7997132106 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.11](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11) (2023-06-07) + +**Note:** Version bump only for package @ionic/react + + + + + ## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31) **Note:** Version bump only for package @ionic/react diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index e10cd3700b..1d4a6d7432 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react", - "version": "7.0.10", + "version": "7.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react", - "version": "7.0.10", + "version": "7.0.11", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.10", + "@ionic/core": "^7.0.11", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/react/package.json b/packages/react/package.json index 9e8703dbc0..46fa8b4544 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "7.0.10", + "version": "7.0.11", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -41,7 +41,7 @@ "css/" ], "dependencies": { - "@ionic/core": "^7.0.10", + "@ionic/core": "^7.0.11", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/vue-router/CHANGELOG.md b/packages/vue-router/CHANGELOG.md index 0971544528..5731ceec07 100644 --- a/packages/vue-router/CHANGELOG.md +++ b/packages/vue-router/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.11](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11) (2023-06-07) + +**Note:** Version bump only for package @ionic/vue-router + + + + + ## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31) **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 144f9eee30..1ca9d0c0f4 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.10", + "version": "7.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "7.0.10", + "version": "7.0.11", "license": "MIT", "dependencies": { - "@ionic/vue": "^7.0.10" + "@ionic/vue": "^7.0.11" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 2de52d1aeb..9435a5a046 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "7.0.10", + "version": "7.0.11", "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.10" + "@ionic/vue": "^7.0.11" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 86ac3e75f1..41e7125641 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.11](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11) (2023-06-07) + +**Note:** Version bump only for package @ionic/vue + + + + + ## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31) **Note:** Version bump only for package @ionic/vue diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index 2b31d3441e..936c4e9526 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "7.0.10", + "version": "7.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "7.0.10", + "version": "7.0.11", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.10", + "@ionic/core": "^7.0.11", "ionicons": "^7.0.0" }, "devDependencies": { diff --git a/packages/vue/package.json b/packages/vue/package.json index b3d9078d34..3eedc214d4 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "7.0.10", + "version": "7.0.11", "description": "Vue specific wrapper for @ionic/core", "scripts": { "eslint": "eslint src", @@ -66,7 +66,7 @@ "vue-router": "^4.0.16" }, "dependencies": { - "@ionic/core": "^7.0.10", + "@ionic/core": "^7.0.11", "ionicons": "^7.0.0" }, "vetur": { From ffe1f8db72763d19660a466796159cf34b06ddbc Mon Sep 17 00:00:00 2001 From: ionitron Date: Wed, 7 Jun 2023 12:32:44 +0000 Subject: [PATCH 2/3] chore(): update package lock files --- angular/package-lock.json | 28 ++++++------ packages/angular-server/package-lock.json | 28 ++++++------ packages/react-router/package-lock.json | 44 +++++++++--------- packages/react/package-lock.json | 28 ++++++------ packages/vue-router/package-lock.json | 56 +++++++++++------------ packages/vue/package-lock.json | 28 ++++++------ 6 files changed, 106 insertions(+), 106 deletions(-) diff --git a/angular/package-lock.json b/angular/package-lock.json index 666f98fe92..26ae386772 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1227,19 +1227,19 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.10.tgz", - "integrity": "sha512-twpnJdS/1XEXISuUGqQ1x4hp24J+8Pl++7syDWLpOG7fFQk/RIYXDPA9/NPY8Fi1jUngnA6ivdSmkFSpFES07Q==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.11.tgz", + "integrity": "sha512-X/fC9wSfUD1Fom+0XiFrR5/CPFUHDH+fIxvL4rz2vIjPUxgx2zsp4ZjMn/HeNjtgzTuy+Yz0NdOGj9lZmmlMpA==", "dependencies": { - "@stencil/core": "^3.2.2", + "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" } }, "node_modules/@ionic/core/node_modules/@stencil/core": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.2.tgz", - "integrity": "sha512-wXb9cVWL0T3cTwYLveekdTFCRGx6+9hpVDEXna+N8K8OPoW6xtFAHRLv+LjOM7k59PkA8MG3IinAfV7Y+xa0Hw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.1.tgz", + "integrity": "sha512-I+660Oe9OMLiU+thjV1GgcI27dcvrSpF3xisHWBOU/4mzRtho3YW0cI8lSjcqyB1KirGTA6QeQ0Xif5UHqn8hw==", "bin": { "stencil": "bin/stencil" }, @@ -8104,19 +8104,19 @@ "dev": true }, "@ionic/core": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.10.tgz", - "integrity": "sha512-twpnJdS/1XEXISuUGqQ1x4hp24J+8Pl++7syDWLpOG7fFQk/RIYXDPA9/NPY8Fi1jUngnA6ivdSmkFSpFES07Q==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.11.tgz", + "integrity": "sha512-X/fC9wSfUD1Fom+0XiFrR5/CPFUHDH+fIxvL4rz2vIjPUxgx2zsp4ZjMn/HeNjtgzTuy+Yz0NdOGj9lZmmlMpA==", "requires": { - "@stencil/core": "^3.2.2", + "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" }, "dependencies": { "@stencil/core": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.2.tgz", - "integrity": "sha512-wXb9cVWL0T3cTwYLveekdTFCRGx6+9hpVDEXna+N8K8OPoW6xtFAHRLv+LjOM7k59PkA8MG3IinAfV7Y+xa0Hw==" + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.1.tgz", + "integrity": "sha512-I+660Oe9OMLiU+thjV1GgcI27dcvrSpF3xisHWBOU/4mzRtho3YW0cI8lSjcqyB1KirGTA6QeQ0Xif5UHqn8hw==" } } }, diff --git a/packages/angular-server/package-lock.json b/packages/angular-server/package-lock.json index a00544bcd8..ab2fa5d246 100644 --- a/packages/angular-server/package-lock.json +++ b/packages/angular-server/package-lock.json @@ -1060,19 +1060,19 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.10.tgz", - "integrity": "sha512-twpnJdS/1XEXISuUGqQ1x4hp24J+8Pl++7syDWLpOG7fFQk/RIYXDPA9/NPY8Fi1jUngnA6ivdSmkFSpFES07Q==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.11.tgz", + "integrity": "sha512-X/fC9wSfUD1Fom+0XiFrR5/CPFUHDH+fIxvL4rz2vIjPUxgx2zsp4ZjMn/HeNjtgzTuy+Yz0NdOGj9lZmmlMpA==", "dependencies": { - "@stencil/core": "^3.2.2", + "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" } }, "node_modules/@ionic/core/node_modules/@stencil/core": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.2.tgz", - "integrity": "sha512-wXb9cVWL0T3cTwYLveekdTFCRGx6+9hpVDEXna+N8K8OPoW6xtFAHRLv+LjOM7k59PkA8MG3IinAfV7Y+xa0Hw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.1.tgz", + "integrity": "sha512-I+660Oe9OMLiU+thjV1GgcI27dcvrSpF3xisHWBOU/4mzRtho3YW0cI8lSjcqyB1KirGTA6QeQ0Xif5UHqn8hw==", "bin": { "stencil": "bin/stencil" }, @@ -7342,19 +7342,19 @@ "dev": true }, "@ionic/core": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.10.tgz", - "integrity": "sha512-twpnJdS/1XEXISuUGqQ1x4hp24J+8Pl++7syDWLpOG7fFQk/RIYXDPA9/NPY8Fi1jUngnA6ivdSmkFSpFES07Q==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.11.tgz", + "integrity": "sha512-X/fC9wSfUD1Fom+0XiFrR5/CPFUHDH+fIxvL4rz2vIjPUxgx2zsp4ZjMn/HeNjtgzTuy+Yz0NdOGj9lZmmlMpA==", "requires": { - "@stencil/core": "^3.2.2", + "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" }, "dependencies": { "@stencil/core": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.2.tgz", - "integrity": "sha512-wXb9cVWL0T3cTwYLveekdTFCRGx6+9hpVDEXna+N8K8OPoW6xtFAHRLv+LjOM7k59PkA8MG3IinAfV7Y+xa0Hw==" + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.1.tgz", + "integrity": "sha512-I+660Oe9OMLiU+thjV1GgcI27dcvrSpF3xisHWBOU/4mzRtho3YW0cI8lSjcqyB1KirGTA6QeQ0Xif5UHqn8hw==" } } }, diff --git a/packages/react-router/package-lock.json b/packages/react-router/package-lock.json index b4a28b9807..1f7a898690 100644 --- a/packages/react-router/package-lock.json +++ b/packages/react-router/package-lock.json @@ -205,11 +205,11 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.10.tgz", - "integrity": "sha512-twpnJdS/1XEXISuUGqQ1x4hp24J+8Pl++7syDWLpOG7fFQk/RIYXDPA9/NPY8Fi1jUngnA6ivdSmkFSpFES07Q==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.11.tgz", + "integrity": "sha512-X/fC9wSfUD1Fom+0XiFrR5/CPFUHDH+fIxvL4rz2vIjPUxgx2zsp4ZjMn/HeNjtgzTuy+Yz0NdOGj9lZmmlMpA==", "dependencies": { - "@stencil/core": "^3.2.2", + "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" } @@ -381,11 +381,11 @@ } }, "node_modules/@ionic/react": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.10.tgz", - "integrity": "sha512-DggKOQ0JRsOSVY+YZicVhgz5gouL7APQ73kue3PsFK/OrtfeN/5om+XRkqO9bYHam/W/xVp3kpXSYcnsUICntA==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.11.tgz", + "integrity": "sha512-Bz06Jr1yDGVn9YzylKHjqJRbHdwfPBG8zI+61d5psaYIhNcwBDWBvv4vPDTVXPN5i+qs4UfsWgCgxJiQakzrrg==", "dependencies": { - "@ionic/core": "7.0.10", + "@ionic/core": "7.0.11", "ionicons": "^7.0.0", "tslib": "*" }, @@ -466,9 +466,9 @@ } }, "node_modules/@stencil/core": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.0.tgz", - "integrity": "sha512-+3hqJ8RmUvxz8FgvMP9lxYJdjb4EnZrkdo6ln5fUqGju62ORS5/Ch9m6OAIjlEn6CbDb5Uf1OdeMjO87DJwIAA==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.1.tgz", + "integrity": "sha512-I+660Oe9OMLiU+thjV1GgcI27dcvrSpF3xisHWBOU/4mzRtho3YW0cI8lSjcqyB1KirGTA6QeQ0Xif5UHqn8hw==", "bin": { "stencil": "bin/stencil" }, @@ -3643,11 +3643,11 @@ "dev": true }, "@ionic/core": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.10.tgz", - "integrity": "sha512-twpnJdS/1XEXISuUGqQ1x4hp24J+8Pl++7syDWLpOG7fFQk/RIYXDPA9/NPY8Fi1jUngnA6ivdSmkFSpFES07Q==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.11.tgz", + "integrity": "sha512-X/fC9wSfUD1Fom+0XiFrR5/CPFUHDH+fIxvL4rz2vIjPUxgx2zsp4ZjMn/HeNjtgzTuy+Yz0NdOGj9lZmmlMpA==", "requires": { - "@stencil/core": "^3.2.2", + "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" } @@ -3749,11 +3749,11 @@ "requires": {} }, "@ionic/react": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.10.tgz", - "integrity": "sha512-DggKOQ0JRsOSVY+YZicVhgz5gouL7APQ73kue3PsFK/OrtfeN/5om+XRkqO9bYHam/W/xVp3kpXSYcnsUICntA==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.11.tgz", + "integrity": "sha512-Bz06Jr1yDGVn9YzylKHjqJRbHdwfPBG8zI+61d5psaYIhNcwBDWBvv4vPDTVXPN5i+qs4UfsWgCgxJiQakzrrg==", "requires": { - "@ionic/core": "7.0.10", + "@ionic/core": "7.0.11", "ionicons": "^7.0.0", "tslib": "*" } @@ -3807,9 +3807,9 @@ } }, "@stencil/core": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.0.tgz", - "integrity": "sha512-+3hqJ8RmUvxz8FgvMP9lxYJdjb4EnZrkdo6ln5fUqGju62ORS5/Ch9m6OAIjlEn6CbDb5Uf1OdeMjO87DJwIAA==" + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.1.tgz", + "integrity": "sha512-I+660Oe9OMLiU+thjV1GgcI27dcvrSpF3xisHWBOU/4mzRtho3YW0cI8lSjcqyB1KirGTA6QeQ0Xif5UHqn8hw==" }, "@types/estree": { "version": "0.0.39", diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index 1d4a6d7432..0b7699390d 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -697,19 +697,19 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.10.tgz", - "integrity": "sha512-twpnJdS/1XEXISuUGqQ1x4hp24J+8Pl++7syDWLpOG7fFQk/RIYXDPA9/NPY8Fi1jUngnA6ivdSmkFSpFES07Q==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.11.tgz", + "integrity": "sha512-X/fC9wSfUD1Fom+0XiFrR5/CPFUHDH+fIxvL4rz2vIjPUxgx2zsp4ZjMn/HeNjtgzTuy+Yz0NdOGj9lZmmlMpA==", "dependencies": { - "@stencil/core": "^3.2.2", + "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" } }, "node_modules/@ionic/core/node_modules/@stencil/core": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.2.tgz", - "integrity": "sha512-wXb9cVWL0T3cTwYLveekdTFCRGx6+9hpVDEXna+N8K8OPoW6xtFAHRLv+LjOM7k59PkA8MG3IinAfV7Y+xa0Hw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.1.tgz", + "integrity": "sha512-I+660Oe9OMLiU+thjV1GgcI27dcvrSpF3xisHWBOU/4mzRtho3YW0cI8lSjcqyB1KirGTA6QeQ0Xif5UHqn8hw==", "bin": { "stencil": "bin/stencil" }, @@ -11778,19 +11778,19 @@ "dev": true }, "@ionic/core": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.10.tgz", - "integrity": "sha512-twpnJdS/1XEXISuUGqQ1x4hp24J+8Pl++7syDWLpOG7fFQk/RIYXDPA9/NPY8Fi1jUngnA6ivdSmkFSpFES07Q==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.11.tgz", + "integrity": "sha512-X/fC9wSfUD1Fom+0XiFrR5/CPFUHDH+fIxvL4rz2vIjPUxgx2zsp4ZjMn/HeNjtgzTuy+Yz0NdOGj9lZmmlMpA==", "requires": { - "@stencil/core": "^3.2.2", + "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" }, "dependencies": { "@stencil/core": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.2.tgz", - "integrity": "sha512-wXb9cVWL0T3cTwYLveekdTFCRGx6+9hpVDEXna+N8K8OPoW6xtFAHRLv+LjOM7k59PkA8MG3IinAfV7Y+xa0Hw==" + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.1.tgz", + "integrity": "sha512-I+660Oe9OMLiU+thjV1GgcI27dcvrSpF3xisHWBOU/4mzRtho3YW0cI8lSjcqyB1KirGTA6QeQ0Xif5UHqn8hw==" } } }, diff --git a/packages/vue-router/package-lock.json b/packages/vue-router/package-lock.json index 1ca9d0c0f4..0c2042fd02 100644 --- a/packages/vue-router/package-lock.json +++ b/packages/vue-router/package-lock.json @@ -660,11 +660,11 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.10.tgz", - "integrity": "sha512-twpnJdS/1XEXISuUGqQ1x4hp24J+8Pl++7syDWLpOG7fFQk/RIYXDPA9/NPY8Fi1jUngnA6ivdSmkFSpFES07Q==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.11.tgz", + "integrity": "sha512-X/fC9wSfUD1Fom+0XiFrR5/CPFUHDH+fIxvL4rz2vIjPUxgx2zsp4ZjMn/HeNjtgzTuy+Yz0NdOGj9lZmmlMpA==", "dependencies": { - "@stencil/core": "^3.2.2", + "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" } @@ -851,11 +851,11 @@ } }, "node_modules/@ionic/vue": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.10.tgz", - "integrity": "sha512-3e3bHGBhhS85byghSbp3U1JP24lHrNilzN4WkBgc9aBeQvwczDNTO69qpiF69fJKDAvU1OrJaAbyomrskE9F9g==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.11.tgz", + "integrity": "sha512-uhFjLJKSJXR79pzErGq3AEusou8uvEBPBVqyJU0PdPas0Jvo6Y7smMbKuOL9a7b82KiFKCTJ8qluUlnagQ/EpQ==", "dependencies": { - "@ionic/core": "7.0.10", + "@ionic/core": "7.0.11", "ionicons": "^7.0.0" } }, @@ -1303,9 +1303,9 @@ } }, "node_modules/@stencil/core": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.0.tgz", - "integrity": "sha512-+3hqJ8RmUvxz8FgvMP9lxYJdjb4EnZrkdo6ln5fUqGju62ORS5/Ch9m6OAIjlEn6CbDb5Uf1OdeMjO87DJwIAA==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.1.tgz", + "integrity": "sha512-I+660Oe9OMLiU+thjV1GgcI27dcvrSpF3xisHWBOU/4mzRtho3YW0cI8lSjcqyB1KirGTA6QeQ0Xif5UHqn8hw==", "bin": { "stencil": "bin/stencil" }, @@ -6787,9 +6787,9 @@ } }, "node_modules/tslib": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz", - "integrity": "sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==" + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", + "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==" }, "node_modules/tsutils": { "version": "3.21.0", @@ -7677,11 +7677,11 @@ "dev": true }, "@ionic/core": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.10.tgz", - "integrity": "sha512-twpnJdS/1XEXISuUGqQ1x4hp24J+8Pl++7syDWLpOG7fFQk/RIYXDPA9/NPY8Fi1jUngnA6ivdSmkFSpFES07Q==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.11.tgz", + "integrity": "sha512-X/fC9wSfUD1Fom+0XiFrR5/CPFUHDH+fIxvL4rz2vIjPUxgx2zsp4ZjMn/HeNjtgzTuy+Yz0NdOGj9lZmmlMpA==", "requires": { - "@stencil/core": "^3.2.2", + "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" } @@ -7792,11 +7792,11 @@ "requires": {} }, "@ionic/vue": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.10.tgz", - "integrity": "sha512-3e3bHGBhhS85byghSbp3U1JP24lHrNilzN4WkBgc9aBeQvwczDNTO69qpiF69fJKDAvU1OrJaAbyomrskE9F9g==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.11.tgz", + "integrity": "sha512-uhFjLJKSJXR79pzErGq3AEusou8uvEBPBVqyJU0PdPas0Jvo6Y7smMbKuOL9a7b82KiFKCTJ8qluUlnagQ/EpQ==", "requires": { - "@ionic/core": "7.0.10", + "@ionic/core": "7.0.11", "ionicons": "^7.0.0" } }, @@ -8155,9 +8155,9 @@ } }, "@stencil/core": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.0.tgz", - "integrity": "sha512-+3hqJ8RmUvxz8FgvMP9lxYJdjb4EnZrkdo6ln5fUqGju62ORS5/Ch9m6OAIjlEn6CbDb5Uf1OdeMjO87DJwIAA==" + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.1.tgz", + "integrity": "sha512-I+660Oe9OMLiU+thjV1GgcI27dcvrSpF3xisHWBOU/4mzRtho3YW0cI8lSjcqyB1KirGTA6QeQ0Xif5UHqn8hw==" }, "@tootallnate/once": { "version": "2.0.0", @@ -12183,9 +12183,9 @@ } }, "tslib": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz", - "integrity": "sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==" + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", + "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==" }, "tsutils": { "version": "3.21.0", diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index 936c4e9526..e84833fd34 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -207,11 +207,11 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.10.tgz", - "integrity": "sha512-twpnJdS/1XEXISuUGqQ1x4hp24J+8Pl++7syDWLpOG7fFQk/RIYXDPA9/NPY8Fi1jUngnA6ivdSmkFSpFES07Q==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.11.tgz", + "integrity": "sha512-X/fC9wSfUD1Fom+0XiFrR5/CPFUHDH+fIxvL4rz2vIjPUxgx2zsp4ZjMn/HeNjtgzTuy+Yz0NdOGj9lZmmlMpA==", "dependencies": { - "@stencil/core": "^3.2.2", + "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" } @@ -423,9 +423,9 @@ } }, "node_modules/@stencil/core": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.2.tgz", - "integrity": "sha512-wXb9cVWL0T3cTwYLveekdTFCRGx6+9hpVDEXna+N8K8OPoW6xtFAHRLv+LjOM7k59PkA8MG3IinAfV7Y+xa0Hw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.1.tgz", + "integrity": "sha512-I+660Oe9OMLiU+thjV1GgcI27dcvrSpF3xisHWBOU/4mzRtho3YW0cI8lSjcqyB1KirGTA6QeQ0Xif5UHqn8hw==", "bin": { "stencil": "bin/stencil" }, @@ -3746,11 +3746,11 @@ "dev": true }, "@ionic/core": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.10.tgz", - "integrity": "sha512-twpnJdS/1XEXISuUGqQ1x4hp24J+8Pl++7syDWLpOG7fFQk/RIYXDPA9/NPY8Fi1jUngnA6ivdSmkFSpFES07Q==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.11.tgz", + "integrity": "sha512-X/fC9wSfUD1Fom+0XiFrR5/CPFUHDH+fIxvL4rz2vIjPUxgx2zsp4ZjMn/HeNjtgzTuy+Yz0NdOGj9lZmmlMpA==", "requires": { - "@stencil/core": "^3.2.2", + "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", "tslib": "^2.1.0" }, @@ -3885,9 +3885,9 @@ } }, "@stencil/core": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.2.tgz", - "integrity": "sha512-wXb9cVWL0T3cTwYLveekdTFCRGx6+9hpVDEXna+N8K8OPoW6xtFAHRLv+LjOM7k59PkA8MG3IinAfV7Y+xa0Hw==" + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.1.tgz", + "integrity": "sha512-I+660Oe9OMLiU+thjV1GgcI27dcvrSpF3xisHWBOU/4mzRtho3YW0cI8lSjcqyB1KirGTA6QeQ0Xif5UHqn8hw==" }, "@types/json-schema": { "version": "7.0.11", From 96b7222abf1115f349086419b73e5381cd6b70f7 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 7 Jun 2023 08:43:06 -0400 Subject: [PATCH 3/3] chore: clean up changelog --- CHANGELOG.md | 6 ------ angular/CHANGELOG.md | 7 ++----- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9474e27660..bfd85b9ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -* **angular:** remove invalid z-index style ([#27559](https://github.com/ionic-team/ionic-framework/issues/27559)) ([2ce00cf](https://github.com/ionic-team/ionic-framework/commit/2ce00cf292e01664e02ecaf64af229d6a371c480)) * **header, footer:** resolve CSP violations with box shadow ([#27560](https://github.com/ionic-team/ionic-framework/issues/27560)) ([e75fa58](https://github.com/ionic-team/ionic-framework/commit/e75fa582c4ca507b09f62bbce649f02ca49da7a0)) * **item-sliding:** refresh sliding behavior when options are added or removed asynchronously ([#27572](https://github.com/ionic-team/ionic-framework/issues/27572)) ([b2a226a](https://github.com/ionic-team/ionic-framework/commit/b2a226ae663695be0666cd862510d8d843c80b9a)), closes [#25578](https://github.com/ionic-team/ionic-framework/issues/25578) * **keyboard:** listen on correct events for keyboard lifecycle ([#27569](https://github.com/ionic-team/ionic-framework/issues/27569)) ([7871210](https://github.com/ionic-team/ionic-framework/commit/7871210e9e4ecc09353b821b60f977498a01ee8d)), closes [#27558](https://github.com/ionic-team/ionic-framework/issues/27558) @@ -16,11 +15,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * **select:** prevent click event from firing twice ([#27570](https://github.com/ionic-team/ionic-framework/issues/27570)) ([ba7e60e](https://github.com/ionic-team/ionic-framework/commit/ba7e60e8669b1980b9a0c6267617894e16b4a2d4)) -### Performance Improvements - -* passive event listener for focus visible ([#27568](https://github.com/ionic-team/ionic-framework/issues/27568)) ([e54bf14](https://github.com/ionic-team/ionic-framework/commit/e54bf142c39743913d982a1f1709629b4b034969)), closes [#27566](https://github.com/ionic-team/ionic-framework/issues/27566) - - diff --git a/angular/CHANGELOG.md b/angular/CHANGELOG.md index 3690e034ad..61a90eac4a 100644 --- a/angular/CHANGELOG.md +++ b/angular/CHANGELOG.md @@ -3,12 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [7.0.11](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11) (2023-06-07) +## [7.0.11](https://github.com/ionic-team/ionic-framework/compare/v7.0.10...v7.0.11) (2023-06-07) - -### Bug Fixes - -* **angular:** remove invalid z-index style ([#27559](https://github.com/ionic-team/ionic-framework/issues/27559)) ([2ce00cf](https://github.com/ionic-team/ionic-framework/commit/2ce00cf292e01664e02ecaf64af229d6a371c480)) +**Note:** Version bump only for package @ionic/angular