Skip to content

Commit eb64e58

Browse files
committed
chore(release): ship v5.6.10 for Angular 21.1.2
1 parent fe274fa commit eb64e58

File tree

6 files changed

+45
-20
lines changed

6 files changed

+45
-20
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
### [@coreui/angular](https://coreui.io/angular/) changelog
22

3+
---
4+
5+
#### `5.6.10`
6+
7+
- chore(dependencies): update jasmine to v6
8+
- chore(dependencies): update to `Angular 21.1.2`
9+
- `@angular-devkit/schematics` @ "21.1.2" (was "21.1.1")
10+
- `@angular/build` @ "21.1.2" (was "21.1.1")
11+
- `@angular/cli` @ "21.1.2" (was "21.1.1")
12+
- `@angular/cdk` @ "21.1.2" (was "21.1.1")
13+
- `@angular/compiler-cli` @ "21.1.2" (was "21.1.1")
14+
- `@angular/language-service` @ "21.1.2" (was "21.1.1")
15+
- `@angular/animations` @ "21.1.2" (was "21.1.1")
16+
- `@angular/common` @ "21.1.2" (was "21.1.1")
17+
- `@angular/compiler` @ "21.1.2" (was "21.1.1")
18+
- `@angular/core` @ "21.1.2" (was "21.1.1")
19+
- `@angular/forms` @ "21.1.2" (was "21.1.1")
20+
- `@angular/localize` @ "21.1.2" (was "21.1.1")
21+
- `@angular/platform-browser` @ "21.1.2" (was "21.1.1")
22+
- `@angular/router` @ "21.1.2" (was "21.1.1")
23+
- `@types/jasmine` @ "6.0.0" (was "5.1.15")
24+
- `jasmine-core` @ "6.0.1" (was "5.13.0")
25+
- `karma-jasmine-html-reporter` @ "2.2.0" (was "2.1.0")
26+
27+
328
---
429

530
#### `5.6.9`

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "5.6.9",
3+
"version": "5.6.10",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

projects/coreui-angular-chartjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular-chartjs",
3-
"version": "5.6.9",
3+
"version": "5.6.10",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

projects/coreui-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "5.6.9",
3+
"version": "5.6.10",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"@angular/core": "^21.1.0",
3030
"@angular/router": "^21.1.0",
3131
"@coreui/coreui": "^5.4.3",
32-
"@coreui/icons-angular": "~5.6.9",
32+
"@coreui/icons-angular": "~5.6.10",
3333
"rxjs": "^7.8.2"
3434
},
3535
"repository": {

projects/coreui-icons-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/icons-angular",
3-
"version": "5.6.9",
3+
"version": "5.6.10",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)