Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4fb1b1e

Browse files
committedJun 7, 2024·
chore(pre-release): ship v5.2.0-next.0 for Angular 18
1 parent 34dcb25 commit 4fb1b1e

File tree

5 files changed

+2138
-1581
lines changed

5 files changed

+2138
-1581
lines changed
 

‎CHANGELOG.md

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

33
---
44

5+
#### `5.2.0`
6+
7+
- chore(dependencies): update to `Angular 18`
8+
- chore(dependencies): update to `CoreUI 5.2`
9+
10+
---
11+
512
#### `5.1.2`
613

714
- chore(dependencies): update (js-yaml vulnerability)

‎package-lock.json

Lines changed: 2128 additions & 1578 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.1.2",
3+
"version": "5.2.0-next.0",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2024 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.1.1",
3+
"version": "5.2.0-next.0",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎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.1.1",
3+
"version": "5.2.0-next.0",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.