Skip to content

Commit ac05d87

Browse files
committed
ship: v5.0.0-rc.1
1 parent b87bb92 commit ac05d87

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44

5-
#### `5.0.0-rc.0`
5+
#### `5.0.0-rc.1`
66

77
CoreUI v5 for Angular 17 pre-release
88

@@ -14,6 +14,7 @@ CoreUI v5 for Angular 17 pre-release
1414
- refactor: project structure (containers->layout)
1515
- refactor: use control flow
1616
- refactor(dashboard): main chart data - typings and theme switching fix
17+
- fix(dashboard): missing custom tooltips on first render, refactor main chart scales
1718

1819
---
1920

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-free-angular-admin-template",
3-
"version": "5.0.0-rc.0",
3+
"version": "5.0.0-rc.1",
44
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
55
"license": "MIT",
66
"author": "The CoreUI Team (https://github.com/orgs/coreui/people) and contributors",

Diff for: src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Angular 17.3 Free Admin Template
4-
* @version v5.0.0-rc.0
4+
* @version v5.0.0-rc.1
55
* @link https://coreui.io/angular/
66
* Copyright (c) 2017-2024 creativeLabs Łukasz Holeczek
77
* License: MIT

0 commit comments

Comments
 (0)