Skip to content

Commit

Permalink
1.6.24
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Jan 27, 2023
1 parent 1d380f6 commit 02222d4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/uPlot.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* uPlot.js (μPlot)
* A small, fast chart for time series, lines, areas, ohlc & bars
* https://github.com/leeoniya/uPlot (v1.6.23)
* https://github.com/leeoniya/uPlot (v1.6.24)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/uPlot.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* uPlot.js (μPlot)
* A small, fast chart for time series, lines, areas, ohlc & bars
* https://github.com/leeoniya/uPlot (v1.6.23)
* https://github.com/leeoniya/uPlot (v1.6.24)
*/

const FEAT_TIME = true;
Expand Down
2 changes: 1 addition & 1 deletion dist/uPlot.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* uPlot.js (μPlot)
* A small, fast chart for time series, lines, areas, ohlc & bars
* https://github.com/leeoniya/uPlot (v1.6.23)
* https://github.com/leeoniya/uPlot (v1.6.24)
*/

var uPlot = (function () {
Expand Down
2 changes: 1 addition & 1 deletion dist/uPlot.iife.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uplot",
"version": "1.6.23",
"version": "1.6.24",
"description": "A small, fast chart for time series, lines, areas, ohlc & bars",
"main": "./dist/uPlot.cjs.js",
"module": "./dist/uPlot.esm.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/leeoniya/uPlot#readme",
"devDependencies": {
"@rollup/plugin-terser": "^0.3.0",
"rollup": "^3.10.1"
"@rollup/plugin-terser": "^0.4.0",
"rollup": "^3.11.0"
}
}

0 comments on commit 02222d4

Please sign in to comment.