-
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
135 additions
and
125 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,3 +1,7 @@ | ||
## 5.0.5 (unreleased) | ||
|
||
- Updated Chart.js to 4.4.1 | ||
|
||
## 5.0.4 (2023-08-27) | ||
|
||
- Updated Chart.js to 4.4.0 | ||
|
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,12 +2,12 @@ import babel from "@rollup/plugin-babel"; | |
import resolve from "@rollup/plugin-node-resolve"; | ||
|
||
// use same banner as projects | ||
// https://unpkg.com/[email protected].0 | ||
// https://unpkg.com/[email protected].1 | ||
// https://unpkg.com/@kurkle/[email protected] | ||
// https://unpkg.com/[email protected] | ||
// https://unpkg.com/[email protected] (no banner) | ||
const banner = `/*! | ||
* Chart.js v4.4.0 | ||
* Chart.js v4.4.1 | ||
* https://www.chartjs.org | ||
* (c) 2023 Chart.js Contributors | ||
* Released under the MIT License | ||
|
Oops, something went wrong.