Merge branch 'next' into ROU-4848

This commit is contained in:
Brandy Carney
2024-04-24 11:13:01 -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/angular
# [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/angular
## [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/angular
# [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/angular
## [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/angular
## [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/angular

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/angular",
"version": "8.0.0-rc.0",
"version": "8.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"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",
"jsonc-parser": "^3.0.0",
"tslib": "^2.3.0"
@ -1398,9 +1398,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",
@ -9820,9 +9820,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/angular",
"version": "8.0.0-rc.0",
"version": "8.0.0",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@ -47,7 +47,7 @@
}
},
"dependencies": {
"@ionic/core": "8.0.0-rc.0",
"@ionic/core": "^8.0.0",
"ionicons": "^7.0.0",
"jsonc-parser": "^3.0.0",
"tslib": "^2.3.0"