Skip to content

Commit e8755b8

Browse files
committed
chore: bump jsr manifest to v0.3.0
1 parent 305c8e0 commit e8755b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
### Minor Changes
66

7-
- **Chart data types**: The `data` prop now accepts `number[][]` format in addition to `uPlot.AlignedData`, reducing friction when passing
7+
- **Chart data types**: The `data` prop now accepts `number[][]` format in addition to `uPlot.AlignedData`, reducing friction when passing
88
common array-of-arrays data structures
9-
- **Focus series plugin**: Added `shouldRedrawOnBusUpdate` callback option to provide fine-grained control over cross-chart focus
9+
- **Focus series plugin**: Added `shouldRedrawOnBusUpdate` callback option to provide fine-grained control over cross-chart focus
1010
synchronization (e.g., filtering by source chart, conditional coordination based on bus state)
11-
- **Tooltip plugin**: Added `fixed` positioning option to prevent clipping when tooltips are rendered inside dialog elements or other
11+
- **Tooltip plugin**: Added `fixed` positioning option to prevent clipping when tooltips are rendered inside dialog elements or other
1212
overflow-constrained containers
1313

1414
## 0.2.0

jsr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@dschz/solid-uplot",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"license": "MIT",
5-
"exports": "./src/index.tsx",
5+
"exports": "./src/index.ts",
66
"publish": {
77
"include": ["LICENSE", "README.md", "CHANGELOG.md", "src/**/*.tsx", "src/**/*.ts"],
88
"exclude": ["**/*.test.tsx", "**/*.test.ts"]

0 commit comments

Comments
 (0)