Skip to content

Commit 8190b48

Browse files
Version Packages (next) (#609)
* Version Packages (next) * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sean Lynch <techniq35@gmail.com>
1 parent 8c36c4d commit 8190b48

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@
2929
"easy-candies-wait",
3030
"eight-shirts-cover",
3131
"eighty-islands-jam",
32+
"eleven-corners-float",
3233
"eleven-crabs-switch",
3334
"eleven-trains-make",
3435
"empty-bats-stop",
3536
"evil-flowers-float",
3637
"four-taxes-beam",
3738
"free-teeth-live",
3839
"fruity-pillows-agree",
40+
"funny-otters-kick",
3941
"funny-wasps-heal",
4042
"giant-donuts-yell",
4143
"green-mirrors-retire",
@@ -45,12 +47,15 @@
4547
"khaki-pugs-hammer",
4648
"kind-shirts-sniff",
4749
"legal-parrots-beam",
50+
"lemon-bats-change",
4851
"loud-paws-allow",
4952
"lovely-loops-ring",
5053
"lucky-pianos-count",
5154
"mighty-weeks-try",
5255
"modern-nails-kiss",
56+
"new-turtles-clean",
5357
"nine-badgers-teach",
58+
"nine-carrots-grin",
5459
"nine-pens-design",
5560
"ninety-ghosts-taste",
5661
"odd-pears-float",
@@ -72,6 +77,7 @@
7277
"real-badgers-say",
7378
"red-monkeys-sleep",
7479
"rich-keys-take",
80+
"sad-chairs-stand",
7581
"shaggy-dryers-make",
7682
"shaky-animals-wave",
7783
"sharp-rockets-jam",

packages/layerchart/CHANGELOG.md

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

3+
## 2.0.0-next.31
4+
5+
### Minor Changes
6+
7+
- feat(Chart): Add `xInterval` / `yInterval` for time scales usage with bar charts ([#562](https://github.com/techniq/layerchart/pull/562))
8+
9+
- feat(BarChart): Support time scale with `xInterval` / `yInterval` props ([#562](https://github.com/techniq/layerchart/pull/562))
10+
11+
- feat(TooltipContext): Support `band` mode with time scale (similar to band scale) ([#562](https://github.com/techniq/layerchart/pull/562))
12+
13+
- feat(ForceSimulation): Added `onNodesChange` callback to `ForceSimulation` ([#607](https://github.com/techniq/layerchart/pull/607))
14+
15+
### Patch Changes
16+
17+
- fix(Bar): Clamp radius to width/height to not cause artifacts with small values (including `0`) when rounding a single edge. Fixes #383 ([#610](https://github.com/techniq/layerchart/pull/610))
18+
19+
- fix(Highlight): Properly handle area highlights with y-axis time scales ([#562](https://github.com/techniq/layerchart/pull/562))
20+
321
## 2.0.0-next.30
422

523
### 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": "2.0.0-next.30",
7+
"version": "2.0.0-next.31",
88
"scripts": {
99
"dev": "vite dev --port 3002",
1010
"build": "vite build",

0 commit comments

Comments
 (0)