Merge remote-tracking branch 'origin/main' into sync-final-74

This commit is contained in:
Liam DeBeasi
2023-09-13 09:38:37 -04:00
26 changed files with 231 additions and 153 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.
## [7.3.4](https://github.com/ionic-team/ionic-framework/compare/v7.3.3...v7.3.4) (2023-09-13)
**Note:** Version bump only for package @ionic/vue
## [7.3.3](https://github.com/ionic-team/ionic-framework/compare/v7.3.2...v7.3.3) (2023-09-06)
**Note:** Version bump only for package @ionic/vue

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "7.3.3",
"version": "7.3.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "7.3.3",
"version": "7.3.4",
"license": "MIT",
"dependencies": {
"@ionic/core": "^7.3.3",
"@ionic/core": "^7.3.4",
"ionicons": "^7.0.0"
},
"devDependencies": {
@ -207,11 +207,11 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "7.3.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.3.3.tgz",
"integrity": "sha512-v/Zdx5otxRjfGrm9gJKmuLkEBcOk1aUUBYbgZ4xHNQiRCZzuuy3P55CFoUUZnBIJofiUh08whNndNuEkC8TOvg==",
"version": "7.3.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.3.4.tgz",
"integrity": "sha512-FNj6+N+q9nsnqY5QvcdIAqKiAHnpt0/DQZJw0/d//I378z0jm7CsNZoZ+Qrsq5XWXsBLzruLBes0M8dnY4qscw==",
"dependencies": {
"@stencil/core": "^4.1.0",
"@stencil/core": "^4.2.1",
"ionicons": "7.1.0",
"tslib": "^2.1.0"
}
@ -423,9 +423,9 @@
}
},
"node_modules/@stencil/core": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.1.0.tgz",
"integrity": "sha512-yIpL+CX02fy5zvFXwXcHZjjEILRm3aiONbucpfLIWPS7zcBAuucdROssartEa+D7E1JRko97ydxn1Ntdu4GoWg==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.2.1.tgz",
"integrity": "sha512-alYwqVwxfD0n6HKRVJqJoTzQNnf44n/sddvjNu3JMEn3sfY/Ag7rpmwUntYjtJmRut+or+9gPPgIJviCuKi4yQ==",
"bin": {
"stencil": "bin/stencil"
},
@ -3746,11 +3746,11 @@
"dev": true
},
"@ionic/core": {
"version": "7.3.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.3.3.tgz",
"integrity": "sha512-v/Zdx5otxRjfGrm9gJKmuLkEBcOk1aUUBYbgZ4xHNQiRCZzuuy3P55CFoUUZnBIJofiUh08whNndNuEkC8TOvg==",
"version": "7.3.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.3.4.tgz",
"integrity": "sha512-FNj6+N+q9nsnqY5QvcdIAqKiAHnpt0/DQZJw0/d//I378z0jm7CsNZoZ+Qrsq5XWXsBLzruLBes0M8dnY4qscw==",
"requires": {
"@stencil/core": "^4.1.0",
"@stencil/core": "^4.2.1",
"ionicons": "7.1.0",
"tslib": "^2.1.0"
},
@ -3885,9 +3885,9 @@
}
},
"@stencil/core": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.1.0.tgz",
"integrity": "sha512-yIpL+CX02fy5zvFXwXcHZjjEILRm3aiONbucpfLIWPS7zcBAuucdROssartEa+D7E1JRko97ydxn1Ntdu4GoWg=="
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.2.1.tgz",
"integrity": "sha512-alYwqVwxfD0n6HKRVJqJoTzQNnf44n/sddvjNu3JMEn3sfY/Ag7rpmwUntYjtJmRut+or+9gPPgIJviCuKi4yQ=="
},
"@types/json-schema": {
"version": "7.0.11",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "7.3.3",
"version": "7.3.4",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"eslint": "eslint src",
@ -66,7 +66,7 @@
"vue-router": "^4.0.16"
},
"dependencies": {
"@ionic/core": "^7.3.3",
"@ionic/core": "^7.3.4",
"ionicons": "^7.0.0"
},
"vetur": {