Skip to content

Commit

Permalink
1.6.27
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Oct 27, 2023
1 parent d78425c commit d891cc2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.26)
* https://github.com/leeoniya/uPlot (v1.6.27)
*/

'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.26)
* https://github.com/leeoniya/uPlot (v1.6.27)
*/

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.26)
* https://github.com/leeoniya/uPlot (v1.6.27)
*/

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uplot",
"version": "1.6.26",
"version": "1.6.27",
"description": "A small, fast chart for time series, lines, areas, ohlc & bars",
"main": "./dist/uPlot.cjs.js",
"module": "./dist/uPlot.esm.js",
Expand Down

0 comments on commit d891cc2

Please sign in to comment.