Skip to content

Commit

Permalink
Updated Chart.js to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 24, 2023
1 parent b60e6f0 commit 7f4533c
Show file tree
Hide file tree
Showing 4 changed files with 969 additions and 4,435 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.3 (unreleased)

- Updated Chart.js to 4.3.1

## 5.0.2 (2023-05-02)

- Updated Chart.js to 4.3.0
Expand Down
4 changes: 2 additions & 2 deletions build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"rollup": "^3.9.1"
},
"dependencies": {
"chart.js": "4.3.0",
"chart.js": "4.3.1",
"@kurkle/color": "0.3.2",
"chartjs-adapter-date-fns": "3.0.0",
"date-fns": "2.29.3"
"date-fns": "2.30.0"
}
}
8 changes: 4 additions & 4 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.3.0
// https://unpkg.com/chart.js@4.3.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.29.3 (no banner)
// https://unpkg.com/date-fns@2.30.0 (no banner)
const banner = `/*!
* Chart.js v4.3.0
* Chart.js v4.3.1
* https://www.chartjs.org
* (c) 2023 Chart.js Contributors
* Released under the MIT License
Expand All @@ -22,7 +22,7 @@ const banner = `/*!
* (c) 2022 chartjs-adapter-date-fns Contributors
* Released under the MIT license
*
* date-fns v2.29.3
* date-fns v2.30.0
* https://date-fns.org
* (c) 2021 Sasha Koss and Lesha Koss
* Released under the MIT License
Expand Down
Loading

0 comments on commit 7f4533c

Please sign in to comment.