Skip to content

Commit 4ff5b57

Browse files
Version Packages (next) (#535)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 15a3240 commit 4ff5b57

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
@@ -43,6 +43,7 @@
4343
"rich-keys-take",
4444
"shaggy-dryers-make",
4545
"shaky-animals-wave",
46+
"slow-hounds-hide",
4647
"smart-dots-rule",
4748
"smart-paths-jog",
4849
"social-masks-teach",
@@ -53,6 +54,7 @@
5354
"tall-poems-take",
5455
"tasty-states-raise",
5556
"thirty-glasses-pick",
57+
"tricky-pears-help",
5658
"true-waves-roll",
5759
"violet-horses-walk",
5860
"warm-mammals-deny",

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.16
4+
5+
### Patch Changes
6+
7+
- fix(ForceSimulation): Expose default values by exporting them as constants ([#530](https://github.com/techniq/layerchart/pull/530))
8+
9+
- fix(ForceSimulation): Export Forces<NodeDatum, LinkDatum> type. ([#531](https://github.com/techniq/layerchart/pull/531))
10+
311
## 2.0.0-next.15
412

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

0 commit comments

Comments
 (0)