-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
472 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
Oops, something went wrong.