Skip to content

Commit

Permalink
Updated Chart.js to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 7, 2023
1 parent 2802a5c commit dd5ed23
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 125 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.5 (unreleased)

- Updated Chart.js to 4.4.1

## 5.0.4 (2023-08-27)

- Updated Chart.js to 4.4.0
Expand Down
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"rollup": "^3.9.1"
},
"dependencies": {
"chart.js": "4.4.0",
"chart.js": "4.4.1",
"@kurkle/color": "0.3.2",
"chartjs-adapter-date-fns": "3.0.0",
"date-fns": "2.30.0"
Expand Down
4 changes: 2 additions & 2 deletions build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import babel from "@rollup/plugin-babel";
import resolve from "@rollup/plugin-node-resolve";

// use same banner as projects
// https://unpkg.com/chart.js@4.4.0
// https://unpkg.com/chart.js@4.4.1
// https://unpkg.com/@kurkle/color@0.3.2
// https://unpkg.com/chartjs-adapter-date-fns@3.0.0
// https://unpkg.com/date-fns@2.30.0 (no banner)
const banner = `/*!
* Chart.js v4.4.0
* Chart.js v4.4.1
* https://www.chartjs.org
* (c) 2023 Chart.js Contributors
* Released under the MIT License
Expand Down
Loading

0 comments on commit dd5ed23

Please sign in to comment.