Skip to content

Commit

Permalink
Updated Chart.js to 4.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Apr 30, 2023
1 parent 6072c30 commit f749c98
Show file tree
Hide file tree
Showing 4 changed files with 487 additions and 205 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.2 (unreleased)

- Updated Chart.js to 4.3.0

## 5.0.1 (2023-01-19)

- Updated Chartkick.js to 5.0.1
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.2.0",
"chart.js": "4.3.0",
"@kurkle/color": "0.3.2",
"chartjs-adapter-date-fns": "3.0.0",
"date-fns": "2.29.3"
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.2.0
// https://unpkg.com/chart.js@4.3.0
// https://unpkg.com/@kurkle/[email protected]
// https://unpkg.com/[email protected]
// https://unpkg.com/[email protected] (no banner)
const banner = `/*!
* Chart.js v4.2.0
* Chart.js v4.3.0
* https://www.chartjs.org
* (c) 2023 Chart.js Contributors
* Released under the MIT License
Expand Down
Loading

0 comments on commit f749c98

Please sign in to comment.