Skip to content

Commit 292a244

Browse files
Version Packages (next) (#614)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 399bc78 commit 292a244

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"changesets": [
88
"beige-bears-joke",
99
"beige-doodles-shout",
10+
"better-eagles-scream",
1011
"better-pets-divide",
1112
"big-boxes-shout",
1213
"blue-doodles-chew",
@@ -37,6 +38,7 @@
3738
"four-taxes-beam",
3839
"free-teeth-live",
3940
"fruity-pillows-agree",
41+
"full-pens-cheat",
4042
"funny-otters-kick",
4143
"funny-wasps-heal",
4244
"giant-donuts-yell",
@@ -48,6 +50,7 @@
4850
"kind-shirts-sniff",
4951
"legal-parrots-beam",
5052
"lemon-bats-change",
53+
"loud-lies-film",
5154
"loud-paws-allow",
5255
"lovely-loops-ring",
5356
"lucky-pianos-count",

packages/layerchart/CHANGELOG.md

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

3+
## 2.0.0-next.33
4+
5+
### Patch Changes
6+
7+
- fix(Bars): Fix inverted rect when rendered top-to-bottom or right-to-left. Fixes #540 ([#613](https://github.com/techniq/layerchart/pull/613))
8+
9+
- fix(Axis): Filter distinct tick values (useful when manually injecting extra values) ([#615](https://github.com/techniq/layerchart/pull/615))
10+
11+
- feat(Axis): Use `format` to filter ticks (integer and date/time). Helpful to keep ticks above a threshold for wide charts or short durations. ([#615](https://github.com/techniq/layerchart/pull/615))
12+
313
## 2.0.0-next.32
414

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

0 commit comments

Comments
 (0)