chore: sync with main

This commit is contained in:
Liam DeBeasi
2024-04-10 09:50:08 -04:00
13 changed files with 108 additions and 12 deletions

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.8.4](https://github.com/ionic-team/ionic-framework/compare/v7.8.3...v7.8.4) (2024-04-10)
**Note:** Version bump only for package @ionic/vue
## [7.8.3](https://github.com/ionic-team/ionic-framework/compare/v7.8.2...v7.8.3) (2024-04-03)
**Note:** Version bump only for package @ionic/vue

View File

@ -1,6 +1,10 @@
{
"name": "@ionic/vue",
<<<<<<< HEAD
"version": "8.0.0-rc.0",
=======
"version": "7.8.4",
>>>>>>> origin/main
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"eslint": "eslint src",
@ -66,7 +70,11 @@
"vue-router": "^4.0.16"
},
"dependencies": {
<<<<<<< HEAD
"@ionic/core": "8.0.0-rc.0",
=======
"@ionic/core": "^7.8.4",
>>>>>>> origin/main
"ionicons": "^7.0.0"
},
"vetur": {