merge release-6.5.3

Release 6.5.3
This commit is contained in:
Liam DeBeasi
2023-02-08 09:33:13 -05:00
committed by GitHub
205 changed files with 370 additions and 148 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": {
@ -208,9 +208,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.2.tgz",
"integrity": "sha512-9SQedXM0Hohy6ydgJVA22Ls6DeDgVJdlUHgaxQUNhtqIZuCqbaYZMEoanflMc852qkIyQtF25Zh7Q2wIVZveWw==",
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.3.tgz",
"integrity": "sha512-z4slJZEw0PLet2htICKmCh76sN6kY28GSaYLDV1b4O/ya6qgu4QDwPkKbg22E8fiXBALlilce2zJQ55Tx5C6Aw==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.1",
@ -3776,9 +3776,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.2.tgz",
"integrity": "sha512-9SQedXM0Hohy6ydgJVA22Ls6DeDgVJdlUHgaxQUNhtqIZuCqbaYZMEoanflMc852qkIyQtF25Zh7Q2wIVZveWw==",
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.3.tgz",
"integrity": "sha512-z4slJZEw0PLet2htICKmCh76sN6kY28GSaYLDV1b4O/ya6qgu4QDwPkKbg22E8fiXBALlilce2zJQ55Tx5C6Aw==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.1",

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": {