merge release-6.6.2

Release 6.6.2
This commit is contained in:
Liam DeBeasi
2023-03-15 09:53:09 -04:00
committed by GitHub
387 changed files with 1398 additions and 592 deletions

View File

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.6.2](https://github.com/ionic-team/ionic/compare/v6.6.1...v6.6.2) (2023-03-15)
**Note:** Version bump only for package @ionic/angular-server
## [6.6.1](https://github.com/ionic-team/ionic/compare/v6.6.0...v6.6.1) (2023-03-08)
**Note:** Version bump only for package @ionic/angular-server
# [6.6.0](https://github.com/ionic-team/ionic/compare/v6.5.7...v6.6.0) (2023-03-01)
**Note:** Version bump only for package @ionic/angular-server

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/angular-server",
"version": "6.6.0",
"version": "6.6.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular-server",
"version": "6.6.0",
"version": "6.6.2",
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.6.0"
"@ionic/core": "^6.6.2"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^12.6.1",
@ -742,9 +742,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.0.tgz",
"integrity": "sha512-1X0b2/ziKhCwSO665tSpG32FOuMyjhyGDLFTJUKoDfQB0j/gIBv1d2okUzAk6GKHdnAPUZQHZFhUHcSIclW9cg==",
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.2.tgz",
"integrity": "sha512-C3XblxE4OcGs+QWy2meWqNGB8sDZV8w0nUVwLy3AmWovi0CA0xPs2UthUSicUxpCism33pzQp6DiDVsq+G5VTQ==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -7201,9 +7201,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.0.tgz",
"integrity": "sha512-1X0b2/ziKhCwSO665tSpG32FOuMyjhyGDLFTJUKoDfQB0j/gIBv1d2okUzAk6GKHdnAPUZQHZFhUHcSIclW9cg==",
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.2.tgz",
"integrity": "sha512-C3XblxE4OcGs+QWy2meWqNGB8sDZV8w0nUVwLy3AmWovi0CA0xPs2UthUSicUxpCism33pzQp6DiDVsq+G5VTQ==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular-server",
"version": "6.6.0",
"version": "6.6.2",
"description": "Angular SSR Module for Ionic",
"keywords": [
"ionic",
@ -69,6 +69,6 @@
},
"prettier": "@ionic/prettier-config",
"dependencies": {
"@ionic/core": "^6.6.0"
"@ionic/core": "^6.6.2"
}
}