Skip to content

Commit

Permalink
Updated Chart.js to 3.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 1, 2021
1 parent b4a4648 commit 007e35f
Show file tree
Hide file tree
Showing 4 changed files with 472 additions and 257 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 4.0.4 (unreleased)

- Updated Chartkick.js to 4.0.4
- Updated Chart.js to 3.2.1

## 4.0.3 (2021-04-10)

Expand Down
4 changes: 2 additions & 2 deletions build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"rollup": "^2.44.0"
},
"dependencies": {
"chart.js": "3.1.0",
"chart.js": "3.2.1",
"chartjs-adapter-date-fns": "2.0.0",
"date-fns": "2.19.0"
"date-fns": "2.21.1"
}
}
8 changes: 4 additions & 4 deletions build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import babel from "@rollup/plugin-babel";
import resolve from "@rollup/plugin-node-resolve";

// use same banner as projects
// 1. https://unpkg.com/chart.js@3.1.0
// 1. https://unpkg.com/chart.js@3.2.1
// 2. https://unpkg.com/[email protected]
// 3. https://unpkg.com/date-fns@2.0.19 (no banner)
// 3. https://unpkg.com/date-fns@2.21.1 (no banner)
const banner = `/*!
* Chart.js v3.1.0
* Chart.js v3.2.1
* https://www.chartjs.org
* (c) 2021 Chart.js Contributors
* Released under the MIT License
Expand All @@ -16,7 +16,7 @@ const banner = `/*!
* (c) 2021 chartjs-adapter-date-fns Contributors
* Released under the MIT license
*
* date-fns v2.0.19
* date-fns v2.21.1
* https://date-fns.org
* (c) 2020 Sasha Koss and Lesha Koss
* Released under the MIT License
Expand Down
Loading

0 comments on commit 007e35f

Please sign in to comment.