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",