From 0eff7d59c733e81c3b7de62780035267e1a4a8c1 Mon Sep 17 00:00:00 2001 From: ionitron Date: Thu, 8 Jun 2023 17:38:19 +0000 Subject: [PATCH 1/2] v7.0.12 --- CHANGELOG.md | 11 +++++++++++ angular/CHANGELOG.md | 8 ++++++++ angular/package-lock.json | 6 +++--- angular/package.json | 4 ++-- core/CHANGELOG.md | 11 +++++++++++ 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, 115 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd85b9ff4..6a5ad88b50 100644 --- a/CHANGELOG.md +++ b/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.12](https://github.com/ionic-team/ionic-framework/compare/v7.0.11...v7.0.12) (2023-06-08) + + +### Bug Fixes + +* **refresher:** scroll styles are reset when using non-native refresher ([#27602](https://github.com/ionic-team/ionic-framework/issues/27602)) ([92c5545](https://github.com/ionic-team/ionic-framework/commit/92c55452fdf4ac7b8d15ce75a4e867aab9321cfb)), closes [#27601](https://github.com/ionic-team/ionic-framework/issues/27601) + + + + + ## [7.0.11](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11) (2023-06-07) diff --git a/angular/CHANGELOG.md b/angular/CHANGELOG.md index 61a90eac4a..9aa0f23dc6 100644 --- a/angular/CHANGELOG.md +++ b/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.0.12](https://github.com/ionic-team/ionic-framework/compare/v7.0.11...v7.0.12) (2023-06-08) + +**Note:** Version bump only for package @ionic/angular + + + + + ## [7.0.11](https://github.com/ionic-team/ionic-framework/compare/v7.0.10...v7.0.11) (2023-06-07) **Note:** Version bump only for package @ionic/angular diff --git a/angular/package-lock.json b/angular/package-lock.json index 26ae386772..4a81066c1b 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "7.0.11", + "version": "7.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "7.0.11", + "version": "7.0.12", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.11", + "@ionic/core": "^7.0.12", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" diff --git a/angular/package.json b/angular/package.json index 23160245bd..95784b56f3 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "7.0.11", + "version": "7.0.12", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -47,7 +47,7 @@ } }, "dependencies": { - "@ionic/core": "^7.0.11", + "@ionic/core": "^7.0.12", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 1712adb084..3bef68007f 100644 --- a/core/CHANGELOG.md +++ b/core/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.12](https://github.com/ionic-team/ionic-framework/compare/v7.0.11...v7.0.12) (2023-06-08) + + +### Bug Fixes + +* **refresher:** scroll styles are reset when using non-native refresher ([#27602](https://github.com/ionic-team/ionic-framework/issues/27602)) ([92c5545](https://github.com/ionic-team/ionic-framework/commit/92c55452fdf4ac7b8d15ce75a4e867aab9321cfb)), closes [#27601](https://github.com/ionic-team/ionic-framework/issues/27601) + + + + + ## [7.0.11](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11) (2023-06-07) diff --git a/core/package-lock.json b/core/package-lock.json index afb64618f7..22c9ac7ae8 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "7.0.11", + "version": "7.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "7.0.11", + "version": "7.0.12", "license": "MIT", "dependencies": { "@stencil/core": "^3.3.1", diff --git a/core/package.json b/core/package.json index 8f14713c3d..ace538c617 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "7.0.11", + "version": "7.0.12", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index cfe436ccb0..0f0d28eda7 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.12](https://github.com/ionic-team/ionic-framework/compare/v7.0.11...v7.0.12) (2023-06-08) + +**Note:** Version bump only for package @ionic/docs + + + + + ## [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 diff --git a/docs/package-lock.json b/docs/package-lock.json index 6229289442..2ba9421761 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/docs", - "version": "7.0.11", + "version": "7.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/docs", - "version": "7.0.11", + "version": "7.0.12", "license": "MIT" } } diff --git a/docs/package.json b/docs/package.json index c10037bcb2..c25616ac4f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "7.0.11", + "version": "7.0.12", "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 1645166ea6..c8644a36ff 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "angular", "packages/*" ], - "version": "7.0.11" + "version": "7.0.12" } diff --git a/packages/angular-server/CHANGELOG.md b/packages/angular-server/CHANGELOG.md index 5a0f2514a5..4c3fb1ccbb 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.12](https://github.com/ionic-team/ionic-framework/compare/v7.0.11...v7.0.12) (2023-06-08) + +**Note:** Version bump only for package @ionic/angular-server + + + + + ## [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 diff --git a/packages/angular-server/package-lock.json b/packages/angular-server/package-lock.json index ab2fa5d246..b508b7bbd0 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.11", + "version": "7.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "7.0.11", + "version": "7.0.12", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.11" + "@ionic/core": "^7.0.12" }, "devDependencies": { "@angular-eslint/eslint-plugin": "^14.0.0", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index c7f0a42b33..e300a3b78d 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "7.0.11", + "version": "7.0.12", "description": "Angular SSR Module for Ionic", "keywords": [ "ionic", @@ -61,6 +61,6 @@ }, "prettier": "@ionic/prettier-config", "dependencies": { - "@ionic/core": "^7.0.11" + "@ionic/core": "^7.0.12" } } diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index c824c758ad..9211b9a395 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.12](https://github.com/ionic-team/ionic-framework/compare/v7.0.11...v7.0.12) (2023-06-08) + +**Note:** Version bump only for package @ionic/react-router + + + + + ## [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 diff --git a/packages/react-router/package-lock.json b/packages/react-router/package-lock.json index 1f7a898690..5653994602 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.11", + "version": "7.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react-router", - "version": "7.0.11", + "version": "7.0.12", "license": "MIT", "dependencies": { - "@ionic/react": "^7.0.11", + "@ionic/react": "^7.0.12", "tslib": "*" }, "devDependencies": { diff --git a/packages/react-router/package.json b/packages/react-router/package.json index dd5b80e928..2b472d672f 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "7.0.11", + "version": "7.0.12", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -37,7 +37,7 @@ "dist/" ], "dependencies": { - "@ionic/react": "^7.0.11", + "@ionic/react": "^7.0.12", "tslib": "*" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 7997132106..e3bbc2d636 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.12](https://github.com/ionic-team/ionic-framework/compare/v7.0.11...v7.0.12) (2023-06-08) + +**Note:** Version bump only for package @ionic/react + + + + + ## [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 diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index 0b7699390d..187f3d6f41 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react", - "version": "7.0.11", + "version": "7.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react", - "version": "7.0.11", + "version": "7.0.12", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.11", + "@ionic/core": "^7.0.12", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/react/package.json b/packages/react/package.json index 46fa8b4544..80f9ee770e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "7.0.11", + "version": "7.0.12", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -41,7 +41,7 @@ "css/" ], "dependencies": { - "@ionic/core": "^7.0.11", + "@ionic/core": "^7.0.12", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/vue-router/CHANGELOG.md b/packages/vue-router/CHANGELOG.md index 5731ceec07..fa77edfc3c 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.12](https://github.com/ionic-team/ionic-framework/compare/v7.0.11...v7.0.12) (2023-06-08) + +**Note:** Version bump only for package @ionic/vue-router + + + + + ## [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 diff --git a/packages/vue-router/package-lock.json b/packages/vue-router/package-lock.json index 0c2042fd02..dd39138b63 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.11", + "version": "7.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "7.0.11", + "version": "7.0.12", "license": "MIT", "dependencies": { - "@ionic/vue": "^7.0.11" + "@ionic/vue": "^7.0.12" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 9435a5a046..2eb6130e36 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "7.0.11", + "version": "7.0.12", "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.11" + "@ionic/vue": "^7.0.12" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 41e7125641..4b06cefc0c 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.12](https://github.com/ionic-team/ionic-framework/compare/v7.0.11...v7.0.12) (2023-06-08) + +**Note:** Version bump only for package @ionic/vue + + + + + ## [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 diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index e84833fd34..523d3356bc 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "7.0.11", + "version": "7.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "7.0.11", + "version": "7.0.12", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.11", + "@ionic/core": "^7.0.12", "ionicons": "^7.0.0" }, "devDependencies": { diff --git a/packages/vue/package.json b/packages/vue/package.json index 3eedc214d4..55460f1db4 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "7.0.11", + "version": "7.0.12", "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.11", + "@ionic/core": "^7.0.12", "ionicons": "^7.0.0" }, "vetur": { From 7fa2b3401c6ec1f9af3283ed0b9a79af4f8d663d Mon Sep 17 00:00:00 2001 From: ionitron Date: Thu, 8 Jun 2023 17:38:31 +0000 Subject: [PATCH 2/2] chore(): update package lock files --- angular/package-lock.json | 12 +++++----- packages/angular-server/package-lock.json | 12 +++++----- packages/react-router/package-lock.json | 28 +++++++++++------------ packages/react/package-lock.json | 12 +++++----- packages/vue-router/package-lock.json | 28 +++++++++++------------ packages/vue/package-lock.json | 12 +++++----- 6 files changed, 52 insertions(+), 52 deletions(-) diff --git a/angular/package-lock.json b/angular/package-lock.json index 4a81066c1b..c6b6c282ad 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1227,9 +1227,9 @@ "dev": true }, "node_modules/@ionic/core": { - "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==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.12.tgz", + "integrity": "sha512-DCBrxKQ59oghBxZOWqbJihedJ9rkVpi4ka+VGclOtndvz8PbEOsPArVUDYPGI7md3SVZ0qaVelbSwqQbyHRY7g==", "dependencies": { "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", @@ -8104,9 +8104,9 @@ "dev": true }, "@ionic/core": { - "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==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.12.tgz", + "integrity": "sha512-DCBrxKQ59oghBxZOWqbJihedJ9rkVpi4ka+VGclOtndvz8PbEOsPArVUDYPGI7md3SVZ0qaVelbSwqQbyHRY7g==", "requires": { "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", diff --git a/packages/angular-server/package-lock.json b/packages/angular-server/package-lock.json index b508b7bbd0..7f10a1add7 100644 --- a/packages/angular-server/package-lock.json +++ b/packages/angular-server/package-lock.json @@ -1060,9 +1060,9 @@ "dev": true }, "node_modules/@ionic/core": { - "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==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.12.tgz", + "integrity": "sha512-DCBrxKQ59oghBxZOWqbJihedJ9rkVpi4ka+VGclOtndvz8PbEOsPArVUDYPGI7md3SVZ0qaVelbSwqQbyHRY7g==", "dependencies": { "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", @@ -7342,9 +7342,9 @@ "dev": true }, "@ionic/core": { - "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==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.12.tgz", + "integrity": "sha512-DCBrxKQ59oghBxZOWqbJihedJ9rkVpi4ka+VGclOtndvz8PbEOsPArVUDYPGI7md3SVZ0qaVelbSwqQbyHRY7g==", "requires": { "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", diff --git a/packages/react-router/package-lock.json b/packages/react-router/package-lock.json index 5653994602..d4e97ad055 100644 --- a/packages/react-router/package-lock.json +++ b/packages/react-router/package-lock.json @@ -205,9 +205,9 @@ "dev": true }, "node_modules/@ionic/core": { - "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==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.12.tgz", + "integrity": "sha512-DCBrxKQ59oghBxZOWqbJihedJ9rkVpi4ka+VGclOtndvz8PbEOsPArVUDYPGI7md3SVZ0qaVelbSwqQbyHRY7g==", "dependencies": { "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", @@ -381,11 +381,11 @@ } }, "node_modules/@ionic/react": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.11.tgz", - "integrity": "sha512-Bz06Jr1yDGVn9YzylKHjqJRbHdwfPBG8zI+61d5psaYIhNcwBDWBvv4vPDTVXPN5i+qs4UfsWgCgxJiQakzrrg==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.12.tgz", + "integrity": "sha512-jTGe+21ORplL3WO0KYnDrLQPaV4LuJFhUd2GMnXVOKaRGN1VAbQPmHL8LiAgdi0j98B38rD+B5sw7d2calxRZw==", "dependencies": { - "@ionic/core": "7.0.11", + "@ionic/core": "7.0.12", "ionicons": "^7.0.0", "tslib": "*" }, @@ -3643,9 +3643,9 @@ "dev": true }, "@ionic/core": { - "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==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.12.tgz", + "integrity": "sha512-DCBrxKQ59oghBxZOWqbJihedJ9rkVpi4ka+VGclOtndvz8PbEOsPArVUDYPGI7md3SVZ0qaVelbSwqQbyHRY7g==", "requires": { "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", @@ -3749,11 +3749,11 @@ "requires": {} }, "@ionic/react": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.11.tgz", - "integrity": "sha512-Bz06Jr1yDGVn9YzylKHjqJRbHdwfPBG8zI+61d5psaYIhNcwBDWBvv4vPDTVXPN5i+qs4UfsWgCgxJiQakzrrg==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.12.tgz", + "integrity": "sha512-jTGe+21ORplL3WO0KYnDrLQPaV4LuJFhUd2GMnXVOKaRGN1VAbQPmHL8LiAgdi0j98B38rD+B5sw7d2calxRZw==", "requires": { - "@ionic/core": "7.0.11", + "@ionic/core": "7.0.12", "ionicons": "^7.0.0", "tslib": "*" } diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index 187f3d6f41..8f22a0e710 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -697,9 +697,9 @@ "dev": true }, "node_modules/@ionic/core": { - "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==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.12.tgz", + "integrity": "sha512-DCBrxKQ59oghBxZOWqbJihedJ9rkVpi4ka+VGclOtndvz8PbEOsPArVUDYPGI7md3SVZ0qaVelbSwqQbyHRY7g==", "dependencies": { "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", @@ -11778,9 +11778,9 @@ "dev": true }, "@ionic/core": { - "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==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.12.tgz", + "integrity": "sha512-DCBrxKQ59oghBxZOWqbJihedJ9rkVpi4ka+VGclOtndvz8PbEOsPArVUDYPGI7md3SVZ0qaVelbSwqQbyHRY7g==", "requires": { "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", diff --git a/packages/vue-router/package-lock.json b/packages/vue-router/package-lock.json index dd39138b63..702e2d13da 100644 --- a/packages/vue-router/package-lock.json +++ b/packages/vue-router/package-lock.json @@ -660,9 +660,9 @@ "dev": true }, "node_modules/@ionic/core": { - "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==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.12.tgz", + "integrity": "sha512-DCBrxKQ59oghBxZOWqbJihedJ9rkVpi4ka+VGclOtndvz8PbEOsPArVUDYPGI7md3SVZ0qaVelbSwqQbyHRY7g==", "dependencies": { "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", @@ -851,11 +851,11 @@ } }, "node_modules/@ionic/vue": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.11.tgz", - "integrity": "sha512-uhFjLJKSJXR79pzErGq3AEusou8uvEBPBVqyJU0PdPas0Jvo6Y7smMbKuOL9a7b82KiFKCTJ8qluUlnagQ/EpQ==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.12.tgz", + "integrity": "sha512-mb5QKz047Ao9BXCShMvqBNgBfx9Y6rp4ZLKv8cJgPR7OIsQUfHxP+Z4BbDuhkrhI9C2aCkBJd3byJH4QBSiF4g==", "dependencies": { - "@ionic/core": "7.0.11", + "@ionic/core": "7.0.12", "ionicons": "^7.0.0" } }, @@ -7677,9 +7677,9 @@ "dev": true }, "@ionic/core": { - "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==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.12.tgz", + "integrity": "sha512-DCBrxKQ59oghBxZOWqbJihedJ9rkVpi4ka+VGclOtndvz8PbEOsPArVUDYPGI7md3SVZ0qaVelbSwqQbyHRY7g==", "requires": { "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", @@ -7792,11 +7792,11 @@ "requires": {} }, "@ionic/vue": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.11.tgz", - "integrity": "sha512-uhFjLJKSJXR79pzErGq3AEusou8uvEBPBVqyJU0PdPas0Jvo6Y7smMbKuOL9a7b82KiFKCTJ8qluUlnagQ/EpQ==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.12.tgz", + "integrity": "sha512-mb5QKz047Ao9BXCShMvqBNgBfx9Y6rp4ZLKv8cJgPR7OIsQUfHxP+Z4BbDuhkrhI9C2aCkBJd3byJH4QBSiF4g==", "requires": { - "@ionic/core": "7.0.11", + "@ionic/core": "7.0.12", "ionicons": "^7.0.0" } }, diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index 523d3356bc..4f34522c55 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -207,9 +207,9 @@ "dev": true }, "node_modules/@ionic/core": { - "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==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.12.tgz", + "integrity": "sha512-DCBrxKQ59oghBxZOWqbJihedJ9rkVpi4ka+VGclOtndvz8PbEOsPArVUDYPGI7md3SVZ0qaVelbSwqQbyHRY7g==", "dependencies": { "@stencil/core": "^3.3.1", "ionicons": "^7.1.0", @@ -3746,9 +3746,9 @@ "dev": true }, "@ionic/core": { - "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==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.12.tgz", + "integrity": "sha512-DCBrxKQ59oghBxZOWqbJihedJ9rkVpi4ka+VGclOtndvz8PbEOsPArVUDYPGI7md3SVZ0qaVelbSwqQbyHRY7g==", "requires": { "@stencil/core": "^3.3.1", "ionicons": "^7.1.0",