This commit is contained in:
ionitron
2023-02-08 14:14:31 +00:00
parent 37591255b4
commit 24530b5bc6
26 changed files with 119 additions and 37 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.
## [6.5.3](https://github.com/ionic-team/ionic/compare/v6.5.2...v6.5.3) (2023-02-08)
**Note:** Version bump only for package @ionic/vue
## [6.5.2](https://github.com/ionic-team/ionic/compare/v6.5.1...v6.5.2) (2023-02-01)

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "6.5.2",
"version": "6.5.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "6.5.2",
"version": "6.5.3",
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.5.2",
"@ionic/core": "^6.5.3",
"ionicons": "^6.1.1"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "6.5.2",
"version": "6.5.3",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"eslint": "eslint src",
@ -68,7 +68,7 @@
"vue-router": "^4.0.16"
},
"dependencies": {
"@ionic/core": "^6.5.2",
"@ionic/core": "^6.5.3",
"ionicons": "^6.1.1"
},
"vetur": {