This commit is contained in:
ionitron
2023-07-06 16:40:00 +00:00
parent 4906d02e08
commit 20331458de
26 changed files with 117 additions and 37 deletions

View File

@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [7.1.2](https://github.com/ionic-team/ionic-framework/compare/v7.1.1...v7.1.2) (2023-07-06)
### Bug Fixes
* **back-button:** show correct background on focus + hover with ios ([#27723](https://github.com/ionic-team/ionic-framework/issues/27723)) ([db9a001](https://github.com/ionic-team/ionic-framework/commit/db9a0010df3c7fd0fcd0dbcd8c4ad3b30d022b5c)), closes [#27722](https://github.com/ionic-team/ionic-framework/issues/27722)
* **nav:** root component is mounted with root params ([#27676](https://github.com/ionic-team/ionic-framework/issues/27676)) ([1f06be4](https://github.com/ionic-team/ionic-framework/commit/1f06be4a31965f2a949b4866a585aee6af0af29d)), closes [#27146](https://github.com/ionic-team/ionic-framework/issues/27146)
## [7.1.1](https://github.com/ionic-team/ionic-framework/compare/v7.1.0...v7.1.1) (2023-06-26)

View File

@@ -1,12 +1,12 @@
{
"name": "@ionic/core",
"version": "7.1.1",
"version": "7.1.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/core",
"version": "7.1.1",
"version": "7.1.2",
"license": "MIT",
"dependencies": {
"@stencil/core": "^3.4.1",

View File

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