Skip to content

Commit 541b230

Browse files
Version Packages (next) (#621)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9561ad4 commit 541b230

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"eleven-trains-make",
3636
"empty-bats-stop",
3737
"evil-flowers-float",
38+
"evil-hoops-return",
3839
"four-taxes-beam",
3940
"free-teeth-live",
4041
"fruity-pillows-agree",
@@ -48,6 +49,7 @@
4849
"huge-rocks-sip",
4950
"khaki-pugs-hammer",
5051
"kind-shirts-sniff",
52+
"large-spiders-stay",
5153
"legal-parrots-beam",
5254
"lemon-bats-change",
5355
"loud-lies-film",
@@ -71,6 +73,7 @@
7173
"pink-showers-hunt",
7274
"polite-parts-learn",
7375
"proud-llamas-fold",
76+
"proud-melons-warn",
7477
"public-queens-invite",
7578
"puny-clocks-admire",
7679
"quiet-insects-share",

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+
## 2.0.0-next.34
4+
5+
### Minor Changes
6+
7+
- feat(Rule): Support using as data-driven mark (ex. candlestick, lollipop) by default (`<Rule>` using Chart accessors) or passing explicit `x`/`y` accessors (ex. `<Rule y={["high", "low"]} />`). Resolves #64 ([#622](https://github.com/techniq/layerchart/pull/622))
8+
9+
- breaking(Points): Remove `<Points links>` prop. Use `<Rule>` with x/y accessor instead ([#622](https://github.com/techniq/layerchart/pull/622))
10+
11+
### Patch Changes
12+
13+
- breaking(Axis): Rename `x="left|right"` and `y="top|bottom"` props with `# LayerChart prefix (ex. `<Axis x="$left">`) ([#622](https://github.com/techniq/layerchart/pull/622))
14+
315
## 2.0.0-next.33
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": "2.0.0-next.33",
7+
"version": "2.0.0-next.34",
88
"scripts": {
99
"dev": "vite dev --port 3002",
1010
"build": "vite build",

0 commit comments

Comments
 (0)