File tree Expand file tree Collapse file tree 4 files changed +453
-437
lines changed
vendor/assets/javascripts Expand file tree Collapse file tree 4 files changed +453
-437
lines changed Original file line number Diff line number Diff line change 1+ ## 5.2.1 (unreleased)
2+
3+ - Updated Chart.js to 4.5.1
4+
15## 5.2.0 (2025-06-16)
26
37- Updated Chart.js to 4.5.0
Original file line number Diff line number Diff line change 1414 "rollup" : " ^3.9.1"
1515 },
1616 "dependencies" : {
17- "chart.js" : " 4.5.0 " ,
17+ "chart.js" : " 4.5.1 " ,
1818 "@kurkle/color" : " 0.3.2" ,
1919 "chartjs-adapter-date-fns" : " 3.0.0" ,
2020 "date-fns" : " 2.30.0"
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ import babel from "@rollup/plugin-babel";
22import resolve from "@rollup/plugin-node-resolve" ;
33
44// use same banner as projects
5- // https://unpkg.com/chart.js@4.5.0
5+ // https://unpkg.com/chart.js@4.5.1
66// https://unpkg.com/@kurkle /color@0.3.2
77// https://unpkg.com/chartjs-adapter-date-fns@3.0.0
88// https://unpkg.com/date-fns@2.30.0 (no banner)
99const banner = `/*!
10- * Chart.js v4.5.0
10+ * Chart.js v4.5.1
1111 * https://www.chartjs.org
1212 * (c) 2025 Chart.js Contributors
1313 * Released under the MIT License
You can’t perform that action at this time.
0 commit comments