Skip to content

Commit 57b7bb7

Browse files
Version Packages (#122)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e3255d1 commit 57b7bb7

9 files changed

Lines changed: 21 additions & 36 deletions

.changeset/fluffy-peaches-repeat.md

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

.changeset/hot-lions-remain.md

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

.changeset/lemon-seahorses-walk.md

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

.changeset/lucky-stingrays-flow.md

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

.changeset/metal-cows-punch.md

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

.changeset/shy-taxis-whisper.md

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

.changeset/silly-kids-whisper.md

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

packages/layerchart/CHANGELOG.md

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

3+
## 0.32.0
4+
5+
### Minor Changes
6+
7+
- Support NodeNext packages ([#126](https://github.com/techniq/layerchart/pull/126))
8+
9+
### Patch Changes
10+
11+
- Support passing `placement` prop (`inside`|`outside`) ([`baea5c88dec9334014d8ceefb5041d02c9d064d2`](https://github.com/techniq/layerchart/commit/baea5c88dec9334014d8ceefb5041d02c9d064d2))
12+
13+
- [Labels] Improve default fill/stroke when using `placement="inside"` ([`8366e6905a67df8310916198ea153b87bc5e421b`](https://github.com/techniq/layerchart/commit/8366e6905a67df8310916198ea153b87bc5e421b))
14+
15+
- [Text] Support tweened/spring ([`d65b1cb65d4d0868a5f41e3a5103ae802711acc2`](https://github.com/techniq/layerchart/commit/d65b1cb65d4d0868a5f41e3a5103ae802711acc2))
16+
17+
- [Spline] Fix usage with geo visualizations (no defined data / domains) ([`f6a19c051c49ad2301494bfd5c502f14c9541a6c`](https://github.com/techniq/layerchart/commit/f6a19c051c49ad2301494bfd5c502f14c9541a6c))
18+
19+
- [Axis] Support tweened/spring ([`c2902a2a54eb1d2c89981ff47037c9a3aaf7dd6c`](https://github.com/techniq/layerchart/commit/c2902a2a54eb1d2c89981ff47037c9a3aaf7dd6c))
20+
21+
- Fix `spring` and `tweened` types on `Bars`, `Bar`, and `RectClipPath` (match underlying Rect) ([`81a953a2bbd629ef1c54a083d886b32bd38246da`](https://github.com/techniq/layerchart/commit/81a953a2bbd629ef1c54a083d886b32bd38246da))
22+
323
## 0.31.2
424

525
### 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.31.2",
7+
"version": "0.32.0",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)