Skip to content

Commit c31597c

Browse files
Version Packages (next) (#528)
* Version Packages (next) * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sean Lynch <techniq35@gmail.com>
1 parent 1ce9f61 commit c31597c

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"calm-jars-mix",
1313
"chatty-flies-bet",
1414
"chatty-shirts-rule",
15+
"crazy-friends-talk",
16+
"dark-pandas-start",
1517
"dirty-kings-send",
1618
"easy-candies-wait",
1719
"eighty-islands-jam",

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.15
4+
5+
### Minor Changes
6+
7+
- fix(ForceSimulation): Decouple from `ChartContext` by taking nodes and links via `data` prop. ([#526](https://github.com/techniq/layerchart/pull/526))
8+
9+
- fix(ForceSimulation): Improve types of `nodes` and `links` via generics (i.e. `ForceSimulation<Node, Link>`). ([#527](https://github.com/techniq/layerchart/pull/527))
10+
11+
- fix(ForceSimulation): Expose `links` via `children` snippet.
12+
313
## 2.0.0-next.14
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.14",
7+
"version": "2.0.0-next.15",
88
"scripts": {
99
"dev": "vite dev --port 3002",
1010
"build": "vite build",

0 commit comments

Comments
 (0)