Skip to content

Commit 3e2273b

Browse files
authored
Create CHANGELOG.md
1 parent 7102435 commit 3e2273b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
- [v0.0.47](#v0047)
4+
5+
## v0.0.47
6+
7+
πŸŽ‰ Finally syncing versions across packages! Will be easier to maintain the changelog :)
8+
9+
πŸ“ˆ Enhancements
10+
- [sparkline] add support for tooltips #72
11+
- [xy-chart] add support for area bands in <AreaSeries /> #71
12+
- [shared] add package, move <WithTooltip /> all @data-ui packages to @data-ui/shared #72
13+
14+
πŸ“œ Documentation
15+
- [sparkline] update docs for tooltips
16+
17+
πŸ‹οΈ Internal
18+
- [xy-chart] absolute imports for all @vx components
19+
20+
Changes:
21+
```
22+
- @data-ui/theme: 0.0.9 => 0.0.47
23+
- @data-ui/demo: 0.0.46 => 0.0.47 (private)
24+
- @data-ui/event-flow: 0.0.11 => 0.0.47
25+
- @data-ui/histogram: 0.0.8 => 0.0.47
26+
- @data-ui/network: 0.0.6 => 0.0.47
27+
- @data-ui/radial-chart: 0.0.11 => 0.0.47
28+
- @data-ui/shared: 0.0.0 => 0.0.47
29+
- @data-ui/sparkline: 0.0.3 => 0.0.47
30+
- @data-ui/xy-chart: 0.0.25 => 0.0.47
31+
```

0 commit comments

Comments
Β (0)