Skip to content

Commit

Permalink
Updated Chart.js to 3.4.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 7, 2021
1 parent b6a00f4 commit 7cb3064
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 230 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 4.0.5 (unreleased)

- Updated Chartkick.js to 4.0.5
- Updated Chart.js to 3.3.2
- Updated Chart.js to 3.4.1

## 4.0.4 (2021-05-01)

Expand Down
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"rollup": "^2.44.0"
},
"dependencies": {
"chart.js": "3.3.2",
"chart.js": "3.4.1",
"chartjs-adapter-date-fns": "2.0.0",
"date-fns": "2.21.1"
}
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,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.3.2
// 1. https://unpkg.com/chart.js@3.4.1
// 2. https://unpkg.com/[email protected]
// 3. https://unpkg.com/[email protected] (no banner)
const banner = `/*!
* Chart.js v3.3.2
* Chart.js v3.4.1
* https://www.chartjs.org
* (c) 2021 Chart.js Contributors
* Released under the MIT License
Expand Down
Loading

0 comments on commit 7cb3064

Please sign in to comment.