Skip to content

Commit 6e8ea7f

Browse files
Version Packages (next) (#638)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 657f3a6 commit 6e8ea7f

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
@@ -35,6 +35,8 @@
3535
"eleven-crabs-switch",
3636
"eleven-trains-make",
3737
"empty-bats-stop",
38+
"every-sheep-rush",
39+
"evil-bags-dance",
3840
"evil-flowers-float",
3941
"evil-hoops-return",
4042
"four-taxes-beam",
@@ -96,6 +98,7 @@
9698
"smart-dots-rule",
9799
"smart-paths-jog",
98100
"social-masks-teach",
101+
"soft-pens-invite",
99102
"solid-badgers-tan",
100103
"some-frogs-camp",
101104
"sour-hounds-repeat",

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.38
4+
5+
### Patch Changes
6+
7+
- Update dependencies ([#629](https://github.com/techniq/layerchart/pull/629))
8+
9+
- fix(autoScale): Ignore `null` domain values, fixing some brush examples ([#449](https://github.com/techniq/layerchart/pull/449))
10+
11+
- fix: Update `dagreAncestors()` and `dagreDescendants()` util types ([#629](https://github.com/techniq/layerchart/pull/629))
12+
313
## 2.0.0-next.37
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.37",
7+
"version": "2.0.0-next.38",
88
"scripts": {
99
"dev": "vite dev --port 3002",
1010
"build": "vite build",

0 commit comments

Comments
 (0)