Skip to content

Commit 02222d4

Browse files
committed
1.6.24
1 parent 1d380f6 commit 02222d4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/uPlot.cjs.js

+1-1
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.23)
7+
* https://github.com/leeoniya/uPlot (v1.6.24)
88
*/
99

1010
'use strict';

dist/uPlot.esm.js

+1-1
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.23)
7+
* https://github.com/leeoniya/uPlot (v1.6.24)
88
*/
99

1010
const FEAT_TIME = true;

dist/uPlot.iife.js

+1-1
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.23)
7+
* https://github.com/leeoniya/uPlot (v1.6.24)
88
*/
99

1010
var uPlot = (function () {

dist/uPlot.iife.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uplot",
3-
"version": "1.6.23",
3+
"version": "1.6.24",
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",
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/leeoniya/uPlot#readme",
4141
"devDependencies": {
42-
"@rollup/plugin-terser": "^0.3.0",
43-
"rollup": "^3.10.1"
42+
"@rollup/plugin-terser": "^0.4.0",
43+
"rollup": "^3.11.0"
4444
}
4545
}

0 commit comments

Comments
 (0)