From a92c4877dcbe1829b7e4a95bd79f800b2a7cd2d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 19:58:43 +0000 Subject: [PATCH] Version Packages --- .changeset/layerstack-default-export-condition.md | 5 ----- .changeset/spline-line-ends.md | 5 ----- .changeset/spline-style-run-color.md | 5 ----- .changeset/spline-tween-style-runs.md | 5 ----- packages/layerchart/CHANGELOG.md | 12 ++++++++++++ packages/layerchart/package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/layerstack-default-export-condition.md delete mode 100644 .changeset/spline-line-ends.md delete mode 100644 .changeset/spline-style-run-color.md delete mode 100644 .changeset/spline-tween-style-runs.md diff --git a/.changeset/layerstack-default-export-condition.md b/.changeset/layerstack-default-export-condition.md deleted file mode 100644 index faccf2771..000000000 --- a/.changeset/layerstack-default-export-condition.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'layerchart': patch ---- - -fix(deps): Bump `@layerstack/*` dependencies to fix `Package subpath is not defined by exports` when bundling without Vite (issue #913) diff --git a/.changeset/spline-line-ends.md b/.changeset/spline-line-ends.md deleted file mode 100644 index 64ed8fc2c..000000000 --- a/.changeset/spline-line-ends.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'layerchart': patch ---- - -fix(Spline): Render `startContent`, `endContent`, `markerStart`, and `markerEnd` once per line rather than once per style-split segment diff --git a/.changeset/spline-style-run-color.md b/.changeset/spline-style-run-color.md deleted file mode 100644 index 3e55506dd..000000000 --- a/.changeset/spline-style-run-color.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'layerchart': patch ---- - -fix(Spline): Keep the line's color on segments split by a `class`, `opacity`, or `fill` function diff --git a/.changeset/spline-tween-style-runs.md b/.changeset/spline-tween-style-runs.md deleted file mode 100644 index 79176bc0f..000000000 --- a/.changeset/spline-tween-style-runs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'layerchart': patch ---- - -fix(Spline): Animate segments split by a style function, which `motion` previously skipped diff --git a/packages/layerchart/CHANGELOG.md b/packages/layerchart/CHANGELOG.md index 1135b0461..33e7999c6 100644 --- a/packages/layerchart/CHANGELOG.md +++ b/packages/layerchart/CHANGELOG.md @@ -1,5 +1,17 @@ # LayerChart +## 2.4.1 + +### Patch Changes + +- fix(deps): Bump `@layerstack/*` dependencies to fix `Package subpath is not defined by exports` when bundling without Vite (issue #913) ([#915](https://github.com/techniq/layerchart/pull/915)) + +- fix(Spline): Render `startContent`, `endContent`, `markerStart`, and `markerEnd` once per line rather than once per style-split segment ([#914](https://github.com/techniq/layerchart/pull/914)) + +- fix(Spline): Keep the line's color on segments split by a `class`, `opacity`, or `fill` function ([#914](https://github.com/techniq/layerchart/pull/914)) + +- fix(Spline): Animate segments split by a style function, which `motion` previously skipped ([#914](https://github.com/techniq/layerchart/pull/914)) + ## 2.4.0 ### Minor Changes diff --git a/packages/layerchart/package.json b/packages/layerchart/package.json index cd2652086..e8972f074 100644 --- a/packages/layerchart/package.json +++ b/packages/layerchart/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": "techniq/layerchart", "homepage": "https://layerchart.com", - "version": "2.4.0", + "version": "2.4.1", "scripts": { "dev": "pnpm package:watch", "build": "svelte-package",