@coreui/icons-angular 5.5.9 → 5.5.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -51,7 +51,7 @@ Featured CoreUI for Angular libraries:
51
51
  [npm-coreui-icons-angular-v5-ng20]: https://img.shields.io/npm/v/@coreui/icons-angular/v5-ng20?style=flat-square&color=brightgreen
52
52
  [npm-coreui-icons-angular-latest]: https://img.shields.io/npm/v/@coreui/icons-angular/latest?style=flat-square&color=brightgreen
53
53
  [npm-coreui-icons-angular-next]: https://img.shields.io/npm/v/@coreui/icons-angular/next?style=flat-square&color=red
54
- [angular-badge]: https://img.shields.io/badge/angular-^20.1.0-lightgrey.svg?style=flat-square&logo=angular
54
+ [angular-badge]: https://img.shields.io/badge/angular-^20.2.0-lightgrey.svg?style=flat-square&logo=angular
55
55
 
56
56
  ## `cIcon` directive
57
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/icons-angular",
3
- "version": "5.5.9",
3
+ "version": "5.5.10",
4
4
  "description": "CoreUI Icons Angular component and service",
5
5
  "copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
6
6
  "license": "MIT",
@@ -25,9 +25,9 @@
25
25
  "url": "https://github.com/coreui/coreui-angular/issues"
26
26
  },
27
27
  "peerDependencies": {
28
- "@angular/common": "^20.1.0",
29
- "@angular/core": "^20.1.0",
30
- "@angular/platform-browser": "^20.1.0"
28
+ "@angular/common": "^20.2.0",
29
+ "@angular/core": "^20.2.0",
30
+ "@angular/platform-browser": "^20.2.0"
31
31
  },
32
32
  "dependencies": {
33
33
  "tslib": "^2.3.0"