Skip to content

Commit 353bdee

Browse files
committed
chore(release): ship v5.6.9 for Angular 21.1.1
1 parent 3d8e131 commit 353bdee

5 files changed

Lines changed: 35 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
---
44

5+
#### `5.6.9`
6+
7+
- chore(dependencies): update to 'Angular 21.1.1'
8+
- `@angular/build` @ "21.1.1" (was "21.1.0")
9+
- `@angular/cli` @ "21.1.1" (was "21.1.0")
10+
- `@angular/compiler-cli` @ "21.1.1" (was "21.1.0")
11+
- `@angular/animations` @ "21.1.1" (was "21.1.0")
12+
- `@angular/cdk` @ "21.1.1" (was "21.1.0")
13+
- `@angular/common` @ "21.1.1" (was "21.1.0")
14+
- `@angular/compiler` @ "21.1.1" (was "21.1.0")
15+
- `@angular/core` @ "21.1.1" (was "21.1.0")
16+
- `@angular/forms` @ "21.1.1" (was "21.1.0")
17+
- `@angular/language-service` @ "21.1.1" (was "21.1.0")
18+
- `@angular/localize` @ "21.1.1" (was "21.1.0")
19+
- `@angular/platform-browser` @ "21.1.1" (was "21.1.0")
20+
- `@angular/platform-browser-dynamic` @ "21.1.1" (was "21.1.0")
21+
- `@angular/router` @ "21.1.1" (was "21.1.0")
22+
- `@coreui/angular` @ "5.6.9" (was "5.6.8")
23+
- `@coreui/angular-chartjs` @ "5.6.9" (was "5.6.8")
24+
- `@coreui/icons-angular` @ "5.6.9" (was "5.6.8")
25+
- `lodash-es` @ "4.17.23" (was "4.17.22")
26+
- chore(dependencies): tar vulnerability https://github.com/advisories/GHSA-r6q2-hw4h-h46w
27+
- chore(dependencies): lodash vulnerability https://github.com/advisories/GHSA-xxjr-mmjv-4gpg
28+
- chore(dependencies): remove overrides `undici` version to `^7.18.2`
29+
- test(widgets): mock `navigator.language` for Firefox headless compatibility
30+
- fix(widgets): remove non-standard userLanguage and browserLanguage props
31+
32+
---
33+
534
#### `5.6.8`
635

736
- chore(dependencies): update

karma.conf.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module.exports = function(config) {
1010
require('karma-chrome-launcher'),
1111
require('karma-jasmine-html-reporter'),
1212
require('karma-coverage'),
13-
1413
],
1514
client: {
1615
jasmine: {

package-lock.json

Lines changed: 4 additions & 4 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-free-angular-admin-template",
3-
"version": "5.6.8",
3+
"version": "5.6.9",
44
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
55
"license": "MIT",
66
"author": "The CoreUI Team (https://github.com/orgs/coreui/people) and contributors",

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Angular 21.1 Free Admin Template
4-
* @version v5.6.8
4+
* @version v5.6.9
55
* @link https://coreui.io/angular/
66
* Copyright (c) 2017-2026 creativeLabs Łukasz Holeczek
77
* License: MIT

0 commit comments

Comments
 (0)