Skip to content

Commit c13b5e5

Browse files
committed
chore(release): v5.0.1
1 parent d998186 commit c13b5e5

File tree

8 files changed

+268
-232
lines changed

8 files changed

+268
-232
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
---
44

5+
#### `5.0.1`
6+
7+
- chore(dependencies): update
8+
- fix(color-mode.service): afterNextRender() for SSR
9+
- fix(local-storage.service): provide null for empty Storage.getItem() value
10+
11+
---
12+
513
#### `5.0.0`
614

715
- chore(dependencies): update to `Angular 17.3`

package-lock.json

+254-226
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

projects/coreui-angular-chartjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular-chartjs",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

projects/coreui-angular/CLI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @coreui/angular v5
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0.
44

55
## Development server
66

projects/coreui-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

projects/coreui-angular/src/lib/progress/progress.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { ProgressStackedComponent } from './progress-stacked.component';
77

88
@Component({
99
template: `
10-
<c-progress value="42" color="success"></c-progress>`,
10+
<c-progress value="42" color="success" />`,
1111
selector: 'c-test',
1212
imports: [
1313
ProgressComponent,

projects/coreui-icons-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/icons-angular",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)