Merge remote-tracking branch 'origin/main' into sp/sync-next-with-main-04-23

This commit is contained in:
Sean Perkins
2024-04-23 17:34:32 -04:00
150 changed files with 1371 additions and 1031 deletions

View File

@ -3,6 +3,46 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [8.0.0](https://github.com/ionic-team/ionic-framework/compare/v8.0.0-rc.2...v8.0.0) (2024-04-17)
**Note:** Version bump only for package @ionic/vue
# [8.0.0-rc.2](https://github.com/ionic-team/ionic-framework/compare/v8.0.0-rc.1...v8.0.0-rc.2) (2024-04-17)
**Note:** Version bump only for package @ionic/vue
## [7.8.5](https://github.com/ionic-team/ionic-framework/compare/v7.8.4...v7.8.5) (2024-04-17)
**Note:** Version bump only for package @ionic/vue
# [8.0.0-rc.1](https://github.com/ionic-team/ionic-framework/compare/v8.0.0-rc.0...v8.0.0-rc.1) (2024-04-10)
**Note:** Version bump only for package @ionic/vue
## [7.8.4](https://github.com/ionic-team/ionic-framework/compare/v7.8.3...v7.8.4) (2024-04-10)
**Note:** Version bump only for package @ionic/vue
## [7.8.3](https://github.com/ionic-team/ionic-framework/compare/v7.8.2...v7.8.3) (2024-04-03)
**Note:** Version bump only for package @ionic/vue

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "8.0.0-rc.0",
"version": "8.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "8.0.0-rc.0",
"version": "8.0.0",
"license": "MIT",
"dependencies": {
"@ionic/core": "8.0.0-rc.0",
"@ionic/core": "^8.0.0",
"ionicons": "^7.0.0"
},
"devDependencies": {
@ -208,9 +208,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "8.0.0-rc.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-rc.0.tgz",
"integrity": "sha512-aVHHI9Nl4F54ME9mmHNNluZdAP40kTQOoMhcWWVgOvvkKTFY5pVyQI/CLQEkIEp0Q+bBOqVcHlMDYtCPnuqS1w==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0.tgz",
"integrity": "sha512-jW1LA5mSUYmG4Go9EBWPiLv0Uxwm9vF8+3gwYNeLxJrRwzsirc1qBW/zvDTqcbyMwopAfwtb690iSv5e3i1CwA==",
"dependencies": {
"@stencil/core": "^4.12.2",
"ionicons": "^7.2.2",
@ -3959,9 +3959,9 @@
"dev": true
},
"@ionic/core": {
"version": "8.0.0-rc.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0-rc.0.tgz",
"integrity": "sha512-aVHHI9Nl4F54ME9mmHNNluZdAP40kTQOoMhcWWVgOvvkKTFY5pVyQI/CLQEkIEp0Q+bBOqVcHlMDYtCPnuqS1w==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.0.0.tgz",
"integrity": "sha512-jW1LA5mSUYmG4Go9EBWPiLv0Uxwm9vF8+3gwYNeLxJrRwzsirc1qBW/zvDTqcbyMwopAfwtb690iSv5e3i1CwA==",
"requires": {
"@stencil/core": "^4.12.2",
"ionicons": "^7.2.2",

View File

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