Skip to content

Commit 76d9de2

Browse files
Version Packages (next) (#552)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f79bb94 commit 76d9de2

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"odd-pears-float",
4242
"open-bushes-run",
4343
"pink-flies-worry",
44+
"pink-hornets-rest",
4445
"pink-showers-hunt",
4546
"polite-parts-learn",
4647
"proud-llamas-fold",
@@ -72,6 +73,7 @@
7273
"true-waves-roll",
7374
"violet-horses-walk",
7475
"warm-mammals-deny",
76+
"warm-women-glow",
7577
"wide-berries-invite",
7678
"witty-clocks-divide"
7779
]

packages/layerchart/CHANGELOG.md

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

3+
## 2.0.0-next.18
4+
5+
### Patch Changes
6+
7+
- refactor: Replace `date-fns` usage with existing `d3-time` to reduce bundle size ([#551](https://github.com/techniq/layerchart/pull/551))
8+
9+
- fix(Text): Performance improvement by only determining word width if `width` prop defined (for word wrapping) ([#554](https://github.com/techniq/layerchart/pull/554))
10+
311
## 2.0.0-next.17
412

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

0 commit comments

Comments
 (0)