mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
chore: sync with main
This commit is contained in:
@ -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
|
||||
|
@ -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": {
|
||||
|
Reference in New Issue
Block a user