merge release-7.0.10

Release 7.0.10
This commit is contained in:
Sean Perkins
2023-05-31 14:07:45 -04:00
committed by GitHub
parent 38d05b0fc5
commit 5b4c28be80
26 changed files with 187 additions and 101 deletions

View File

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

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/angular",
"version": "7.0.9",
"version": "7.0.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"version": "7.0.9",
"version": "7.0.10",
"license": "MIT",
"dependencies": {
"@ionic/core": "^7.0.9",
"@ionic/core": "^7.0.10",
"ionicons": "^7.0.0",
"jsonc-parser": "^3.0.0",
"tslib": "^2.3.0"
@ -1227,9 +1227,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "7.0.9",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.9.tgz",
"integrity": "sha512-HcDtDUcjYCwQKrPpOOI+FWuMHi0DYbDJCww9qDTW52B6LLXktoPCcCxNI8oiERjabXQNLB38r9yQNDGyrs913w==",
"version": "7.0.10",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.10.tgz",
"integrity": "sha512-twpnJdS/1XEXISuUGqQ1x4hp24J+8Pl++7syDWLpOG7fFQk/RIYXDPA9/NPY8Fi1jUngnA6ivdSmkFSpFES07Q==",
"dependencies": {
"@stencil/core": "^3.2.2",
"ionicons": "^7.1.0",
@ -8104,9 +8104,9 @@
"dev": true
},
"@ionic/core": {
"version": "7.0.9",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.9.tgz",
"integrity": "sha512-HcDtDUcjYCwQKrPpOOI+FWuMHi0DYbDJCww9qDTW52B6LLXktoPCcCxNI8oiERjabXQNLB38r9yQNDGyrs913w==",
"version": "7.0.10",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.10.tgz",
"integrity": "sha512-twpnJdS/1XEXISuUGqQ1x4hp24J+8Pl++7syDWLpOG7fFQk/RIYXDPA9/NPY8Fi1jUngnA6ivdSmkFSpFES07Q==",
"requires": {
"@stencil/core": "^3.2.2",
"ionicons": "^7.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "7.0.9",
"version": "7.0.10",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@ -47,7 +47,7 @@
}
},
"dependencies": {
"@ionic/core": "^7.0.9",
"@ionic/core": "^7.0.10",
"ionicons": "^7.0.0",
"jsonc-parser": "^3.0.0",
"tslib": "^2.3.0"