chore: sync with main

This commit is contained in:
Liam DeBeasi
2024-03-07 23:03:32 +00:00
277 changed files with 1964 additions and 988 deletions

View File

@ -3,6 +3,54 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [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
## [7.7.3](https://github.com/ionic-team/ionic-framework/compare/v7.7.2...v7.7.3) (2024-02-21)
**Note:** Version bump only for package @ionic/vue-router
## [7.7.2](https://github.com/ionic-team/ionic-framework/compare/v7.7.1...v7.7.2) (2024-02-14)
**Note:** Version bump only for package @ionic/vue-router
## [7.7.1](https://github.com/ionic-team/ionic-framework/compare/v7.7.0...v7.7.1) (2024-02-07)
**Note:** Version bump only for package @ionic/vue-router
# [7.7.0](https://github.com/ionic-team/ionic-framework/compare/v7.6.7...v7.7.0) (2024-01-31)
**Note:** Version bump only for package @ionic/vue-router
## [7.6.7](https://github.com/ionic-team/ionic-framework/compare/v7.6.6...v7.6.7) (2024-01-31)
**Note:** Version bump only for package @ionic/vue-router
## [7.6.6](https://github.com/ionic-team/ionic-framework/compare/v7.6.5...v7.6.6) (2024-01-24)
**Note:** Version bump only for package @ionic/vue-router

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "7.6.6",
"version": "7.7.4",
"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.6.6"
"@ionic/vue": "^7.7.4"
},
"devDependencies": {
"@ionic/eslint-config": "^0.3.0",