Skip to content

Commit

Permalink
Updated Chart.js to 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 21, 2024
1 parent e80e686 commit a47112d
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 263 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.7 (unreleased)

- Updated Chart.js to 4.4.3

## 5.0.6 (2024-02-28)

- Updated Chart.js to 4.4.2
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.2",
"chart.js": "4.4.3",
"@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.2
// https://unpkg.com/chart.js@4.4.3
// 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.2
* Chart.js v4.4.3
* https://www.chartjs.org
* (c) 2024 Chart.js Contributors
* Released under the MIT License
Expand Down

0 comments on commit a47112d

Please sign in to comment.