Skip to content

Commit 300e7dd

Browse files
Version Packages (next) (#792)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e14d7c7 commit 300e7dd

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"loud-paws-allow",
9797
"lovely-loops-ring",
9898
"lucky-pianos-count",
99+
"major-rats-raise",
99100
"mean-flies-play",
100101
"mean-loops-peel",
101102
"mighty-weeks-try",
@@ -120,6 +121,7 @@
120121
"public-queens-invite",
121122
"puny-clocks-admire",
122123
"puny-shoes-kiss",
124+
"purple-things-count",
123125
"quiet-insects-share",
124126
"quiet-mangos-kneel",
125127
"rare-hats-happen",

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.46
4+
5+
### Patch Changes
6+
7+
- fix: Workaround Svelte 5.52+ regression (Parse failure: Expected '{', got '(') ([#449](https://github.com/techniq/layerchart/pull/449))
8+
9+
- chore: Update deps (including dagre from 1.x to 2.x) ([#449](https://github.com/techniq/layerchart/pull/449))
10+
311
## 2.0.0-next.45
412

513
### Major Changes

packages/layerchart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"repository": "techniq/layerchart",
77
"homepage": "https://layerchart.com",
8-
"version": "2.0.0-next.45",
8+
"version": "2.0.0-next.46",
99
"scripts": {
1010
"dev": "pnpm package:watch",
1111
"package": "svelte-package",

0 commit comments

Comments
 (0)