Skip to content

Commit e1d446c

Browse files
Version Packages (#113)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 24206f1 commit e1d446c

5 files changed

Lines changed: 13 additions & 16 deletions

File tree

.changeset/hot-ladybugs-battle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/little-rabbits-yell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/poor-turtles-do.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/layerchart/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# LayerChart
22

3+
## 0.31.0
4+
5+
### Minor Changes
6+
7+
- [Area/AreaStack/Spline] Simplify overwriting x/y accessors by applying xScale/yScale within components ([#115](https://github.com/techniq/layerchart/pull/115))
8+
9+
### Patch Changes
10+
11+
- [AreaStack] Support passing slot for custom <Area> (enabling modifications in including <LinearGradient> fill) ([#116](https://github.com/techniq/layerchart/pull/116))
12+
13+
- Add Voronoi as separate component ([`1aeaf0c20f80511209252de560ef0be867e129d7`](https://github.com/techniq/layerchart/commit/1aeaf0c20f80511209252de560ef0be867e129d7))
14+
315
## 0.30.2
416

517
### Patch Changes

packages/layerchart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <techniq35@gmail.com>",
55
"license": "MIT",
66
"repository": "techniq/layerchart",
7-
"version": "0.30.2",
7+
"version": "0.31.0",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)