Skip to content

Commit bbfd57a

Browse files
committed
chore: bump jsr manifest to v0.4.0
1 parent 75adfa0 commit bbfd57a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dschz/solid-uplot
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- Adds onPositionCalculated callback option to tooltip plugin
8+
39
## 0.3.0
410

511
### Minor Changes

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dschz/solid-uplot",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"license": "MIT",
55
"exports": "./src/index.ts",
66
"publish": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dschz/solid-uplot",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "SolidJS wrapper for uPlot — ultra-fast, tiny time-series & charting library",
55
"type": "module",
66
"author": "Daniel Sanchez <[email protected]>",

0 commit comments

Comments
 (0)