Skip to content

Commit f7fe3e3

Browse files
Version Packages (next) (#808)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 714fad6 commit f7fe3e3

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"fiery-lamps-tickle",
8181
"fix-area-all-zero",
8282
"fix-barchart-diverging-edge-rounding",
83+
"fix-implicit-series-domain",
8384
"flat-arcs-heal",
8485
"flat-cases-enter",
8586
"four-lizards-win",

packages/layerchart/CHANGELOG.md

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

3+
## 2.0.0-next.48
4+
5+
### Patch Changes
6+
7+
- fix(ChartState): Don't create spurious implicit series when mark accessor matches chart's own axis accessor, fixing domain corruption for heatmap/Cell charts ([#449](https://github.com/techniq/layerchart/pull/449))
8+
39
## 2.0.0-next.47
410

511
### Major Changes

packages/layerchart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"repository": "techniq/layerchart",
77
"homepage": "https://layerchart.com",
8-
"version": "2.0.0-next.47",
8+
"version": "2.0.0-next.48",
99
"scripts": {
1010
"dev": "pnpm package:watch",
1111
"package": "svelte-package",

0 commit comments

Comments
 (0)