chore: sync

This commit is contained in:
Liam DeBeasi
2024-03-15 20:31:46 -04:00
101 changed files with 14804 additions and 1163 deletions

View File

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [7.8.0](https://github.com/ionic-team/ionic-framework/compare/v7.7.5...v7.8.0) (2024-03-13)
**Note:** Version bump only for package @ionic/react
## [7.7.5](https://github.com/ionic-team/ionic-framework/compare/v7.7.4...v7.7.5) (2024-03-13)
**Note:** Version bump only for package @ionic/react
## [7.7.4](https://github.com/ionic-team/ionic-framework/compare/v7.7.3...v7.7.4) (2024-03-06)
**Note:** Version bump only for package @ionic/react

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/react",
"version": "7.7.4",
"version": "7.8.0",
"description": "React specific wrapper for @ionic/core",
"keywords": [
"ionic",
@ -38,7 +38,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "^7.7.4",
"@ionic/core": "^7.8.0",
"ionicons": "^7.0.0",
"tslib": "*"
},