merge release-7.0.11 (#27615)

This commit is contained in:
Liam DeBeasi
2023-06-07 09:11:06 -04:00
committed by GitHub
parent e75fa582c4
commit d68a7d1c11
26 changed files with 234 additions and 143 deletions

View File

@@ -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.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))
## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31)

View File

@@ -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.10...v7.0.11) (2023-06-07)
**Note:** Version bump only for package @ionic/angular
## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31)

View File

@@ -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"
@@ -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=="
}
}
},

View File

@@ -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"

View File

@@ -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)

View File

@@ -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",

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "7.0.10",
"version": "7.0.11",
"description": "Base components for Ionic",
"keywords": [
"ionic",

View File

@@ -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

View File

@@ -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"
}
}

View File

@@ -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",

View File

@@ -5,5 +5,5 @@
"angular",
"packages/*"
],
"version": "7.0.10"
"version": "7.0.11"
}

View File

@@ -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

View File

@@ -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",
@@ -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=="
}
}
},

View File

@@ -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"
}
}

View File

@@ -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

View File

@@ -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": {
@@ -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",

View File

@@ -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": {

View File

@@ -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

View File

@@ -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": "*"
},
@@ -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=="
}
}
},

View File

@@ -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": "*"
},

View File

@@ -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

View File

@@ -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",
@@ -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",

View File

@@ -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",

View File

@@ -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

View File

@@ -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": {
@@ -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",

View File

@@ -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": {