chore(): sync with main

This commit is contained in:
Liam DeBeasi
2023-06-20 10:05:00 -04:00
518 changed files with 1010 additions and 465 deletions

View File

@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [7.0.14](https://github.com/ionic-team/ionic-framework/compare/v7.0.13...v7.0.14) (2023-06-15)
**Note:** Version bump only for package @ionic/vue
## [7.0.13](https://github.com/ionic-team/ionic-framework/compare/v7.0.12...v7.0.13) (2023-06-14)
**Note:** Version bump only for package @ionic/vue
## [7.0.12](https://github.com/ionic-team/ionic-framework/compare/v7.0.11...v7.0.12) (2023-06-08)
**Note:** Version bump only for package @ionic/vue
## [7.0.11](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11) (2023-06-07)
**Note:** Version bump only for package @ionic/vue
## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31)
**Note:** Version bump only for package @ionic/vue

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "7.0.10",
"version": "7.0.14",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "7.0.10",
"version": "7.0.14",
"license": "MIT",
"dependencies": {
"@ionic/core": "^7.0.10",
"@ionic/core": "^7.0.14",
"ionicons": "^7.0.0"
},
"devDependencies": {
@ -207,11 +207,11 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "7.0.10",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.10.tgz",
"integrity": "sha512-twpnJdS/1XEXISuUGqQ1x4hp24J+8Pl++7syDWLpOG7fFQk/RIYXDPA9/NPY8Fi1jUngnA6ivdSmkFSpFES07Q==",
"version": "7.0.14",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.14.tgz",
"integrity": "sha512-M0su64amw6HsZwsmWuHE4Wr2mChQdvBI7JKZXYCrF2Acn7GTD5cjMw6o1cYzwzf0PEap/RQ0y4paU9lO4Lu+lA==",
"dependencies": {
"@stencil/core": "^3.2.2",
"@stencil/core": "^3.4.0",
"ionicons": "^7.1.0",
"tslib": "^2.1.0"
}
@ -423,9 +423,9 @@
}
},
"node_modules/@stencil/core": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.2.tgz",
"integrity": "sha512-wXb9cVWL0T3cTwYLveekdTFCRGx6+9hpVDEXna+N8K8OPoW6xtFAHRLv+LjOM7k59PkA8MG3IinAfV7Y+xa0Hw==",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.4.0.tgz",
"integrity": "sha512-kEtPtV6QegME8YgMjWrhS7KktItbhqOpAuK9aXypDdI/7bLU9iM/4DtnQGWY/DARBophk+XRBfNXcE62Bmi0dw==",
"bin": {
"stencil": "bin/stencil"
},
@ -3746,11 +3746,11 @@
"dev": true
},
"@ionic/core": {
"version": "7.0.10",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.10.tgz",
"integrity": "sha512-twpnJdS/1XEXISuUGqQ1x4hp24J+8Pl++7syDWLpOG7fFQk/RIYXDPA9/NPY8Fi1jUngnA6ivdSmkFSpFES07Q==",
"version": "7.0.14",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.14.tgz",
"integrity": "sha512-M0su64amw6HsZwsmWuHE4Wr2mChQdvBI7JKZXYCrF2Acn7GTD5cjMw6o1cYzwzf0PEap/RQ0y4paU9lO4Lu+lA==",
"requires": {
"@stencil/core": "^3.2.2",
"@stencil/core": "^3.4.0",
"ionicons": "^7.1.0",
"tslib": "^2.1.0"
},
@ -3885,9 +3885,9 @@
}
},
"@stencil/core": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.2.tgz",
"integrity": "sha512-wXb9cVWL0T3cTwYLveekdTFCRGx6+9hpVDEXna+N8K8OPoW6xtFAHRLv+LjOM7k59PkA8MG3IinAfV7Y+xa0Hw=="
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.4.0.tgz",
"integrity": "sha512-kEtPtV6QegME8YgMjWrhS7KktItbhqOpAuK9aXypDdI/7bLU9iM/4DtnQGWY/DARBophk+XRBfNXcE62Bmi0dw=="
},
"@types/json-schema": {
"version": "7.0.11",

View File

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