Skip to content

Commit 1f56579

Browse files
committed
Updated Chart.js to 4.5.0
1 parent aa53f17 commit 1f56579

File tree

4 files changed

+294
-158
lines changed

4 files changed

+294
-158
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.2.0 (unreleased)
2+
3+
- Updated Chart.js to 4.5.0
4+
15
## 5.1.5 (2025-04-15)
26

37
- Updated Chart.js to 4.4.9

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"rollup": "^3.9.1"
1515
},
1616
"dependencies": {
17-
"chart.js": "4.4.9",
17+
"chart.js": "4.5.0",
1818
"@kurkle/color": "0.3.2",
1919
"chartjs-adapter-date-fns": "3.0.0",
2020
"date-fns": "2.30.0"

build/rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import babel from "@rollup/plugin-babel";
22
import resolve from "@rollup/plugin-node-resolve";
33

44
// use same banner as projects
5-
// https://unpkg.com/chart.js@4.4.9
5+
// https://unpkg.com/chart.js@4.5.0
66
// https://unpkg.com/@kurkle/[email protected]
77
// https://unpkg.com/[email protected]
88
// https://unpkg.com/[email protected] (no banner)
99
const banner = `/*!
10-
* Chart.js v4.4.9
10+
* Chart.js v4.5.0
1111
* https://www.chartjs.org
1212
* (c) 2025 Chart.js Contributors
1313
* Released under the MIT License

0 commit comments

Comments
 (0)