chore: sync with main

This commit is contained in:
Liam DeBeasi
2024-03-15 20:28:22 -04:00
107 changed files with 1207 additions and 388 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/vue-router
## [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/vue-router
## [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/vue-router

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "7.7.4",
"version": "7.8.0",
"description": "Vue Router integration for @ionic/vue",
"scripts": {
"test.spec": "jest",
@ -43,7 +43,7 @@
},
"homepage": "https://github.com/ionic-team/ionic#readme",
"dependencies": {
"@ionic/vue": "^7.7.4"
"@ionic/vue": "^7.8.0"
},
"devDependencies": {
"@ionic/eslint-config": "^0.3.0",