Merge branch 'main' into feature-8.3

This commit is contained in:
Brandy Carney
2024-09-05 12:55:29 -04:00
125 changed files with 5150 additions and 5153 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.
## [8.2.8](https://github.com/ionic-team/ionic-framework/compare/v8.2.7...v8.2.8) (2024-09-05)
**Note:** Version bump only for package @ionic/angular
## [8.2.7](https://github.com/ionic-team/ionic-framework/compare/v8.2.5...v8.2.7) (2024-08-13)

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/angular",
"version": "8.2.7",
"version": "8.2.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"version": "8.2.7",
"version": "8.2.8",
"license": "MIT",
"dependencies": {
"@ionic/core": "^8.2.7",
"@ionic/core": "^8.2.8",
"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.2.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.2.7.tgz",
"integrity": "sha512-pi7cGjgUcX3dMiku7mO/wh1mQ6yHsHZaUQKKor+fabmoL04YSRJCSJfqf9vImMwmegeon9xU6VPZuiJh2HV8YQ==",
"version": "8.2.8",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.2.8.tgz",
"integrity": "sha512-2ZkgHF8FzpLZj/Ue8i7XngI4m3ITDJIEw0qKZcedPb1n+OzFJ3hcHOrkw+EUactuyW07KyjOr1tVh7G4S3P2BA==",
"dependencies": {
"@stencil/core": "^4.19.2",
"ionicons": "^7.2.2",
@@ -9820,9 +9820,9 @@
"dev": true
},
"@ionic/core": {
"version": "8.2.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.2.7.tgz",
"integrity": "sha512-pi7cGjgUcX3dMiku7mO/wh1mQ6yHsHZaUQKKor+fabmoL04YSRJCSJfqf9vImMwmegeon9xU6VPZuiJh2HV8YQ==",
"version": "8.2.8",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.2.8.tgz",
"integrity": "sha512-2ZkgHF8FzpLZj/Ue8i7XngI4m3ITDJIEw0qKZcedPb1n+OzFJ3hcHOrkw+EUactuyW07KyjOr1tVh7G4S3P2BA==",
"requires": {
"@stencil/core": "^4.19.2",
"ionicons": "^7.2.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "8.2.7",
"version": "8.2.8",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@@ -47,7 +47,7 @@
}
},
"dependencies": {
"@ionic/core": "^8.2.7",
"@ionic/core": "^8.2.8",
"ionicons": "^7.0.0",
"jsonc-parser": "^3.0.0",
"tslib": "^2.3.0"