Thomas Kaul
17 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
11 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `ngx-skeleton-loader` from version `11.3.0` to `12.0.0` |
|
|
|
|
|
|
|
## 2.237.0 - 2026-02-08 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
@ -75,7 +75,7 @@ |
|
|
|
"ng-extract-i18n-merge": "3.2.1", |
|
|
|
"ngx-device-detector": "11.0.0", |
|
|
|
"ngx-markdown": "21.0.1", |
|
|
|
"ngx-skeleton-loader": "11.3.0", |
|
|
|
"ngx-skeleton-loader": "12.0.0", |
|
|
|
"open-color": "1.9.1", |
|
|
|
"papaparse": "5.3.1", |
|
|
|
"passport": "0.7.0", |
|
|
|
@ -26249,9 +26249,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/ngx-skeleton-loader": { |
|
|
|
"version": "11.3.0", |
|
|
|
"resolved": "https://registry.npmjs.org/ngx-skeleton-loader/-/ngx-skeleton-loader-11.3.0.tgz", |
|
|
|
"integrity": "sha512-MLm5shgXGiCA1W5NEqct6glBFx2AEgEKbk8pDyY15BsZ2zTGUwa5jw4pe6nJdrCj6xcl/d9oFTinQHrO0q+3RA==", |
|
|
|
"version": "12.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/ngx-skeleton-loader/-/ngx-skeleton-loader-12.0.0.tgz", |
|
|
|
"integrity": "sha512-vGEytpLElYKSLovFHCJkwgPZOdy0lPqyejxuhVFcZJg9dsp07o0/NeM4/Nnc2oCDE8T/wkXSPIbrpKzfTDbMCQ==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"tslib": "^2.0.0" |
|
|
|
|
|
|
|
@ -119,7 +119,7 @@ |
|
|
|
"ng-extract-i18n-merge": "3.2.1", |
|
|
|
"ngx-device-detector": "11.0.0", |
|
|
|
"ngx-markdown": "21.0.1", |
|
|
|
"ngx-skeleton-loader": "11.3.0", |
|
|
|
"ngx-skeleton-loader": "12.0.0", |
|
|
|
"open-color": "1.9.1", |
|
|
|
"papaparse": "5.3.1", |
|
|
|
"passport": "0.7.0", |
|
|
|
|