Skip to content

Commit 337091e

Browse files
committed
1.6.19
1 parent 6346753 commit 337091e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

dist/uPlot.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* uPlot.js (μPlot)
66
* A small, fast chart for time series, lines, areas, ohlc & bars
7-
* https://github.com/leeoniya/uPlot (v1.6.18)
7+
* https://github.com/leeoniya/uPlot (v1.6.19)
88
*/
99

1010
'use strict';

dist/uPlot.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* uPlot.js (μPlot)
66
* A small, fast chart for time series, lines, areas, ohlc & bars
7-
* https://github.com/leeoniya/uPlot (v1.6.18)
7+
* https://github.com/leeoniya/uPlot (v1.6.19)
88
*/
99

1010
const FEAT_TIME = true;

dist/uPlot.iife.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* uPlot.js (μPlot)
66
* A small, fast chart for time series, lines, areas, ohlc & bars
7-
* https://github.com/leeoniya/uPlot (v1.6.18)
7+
* https://github.com/leeoniya/uPlot (v1.6.19)
88
*/
99

1010
var uPlot = (function () {

dist/uPlot.iife.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uplot",
3-
"version": "1.6.18",
3+
"version": "1.6.19",
44
"description": "A small, fast chart for time series, lines, areas, ohlc & bars",
55
"main": "./dist/uPlot.cjs.js",
66
"module": "./dist/uPlot.esm.js",

0 commit comments

Comments
 (0)