From ce8d11fe0d861c4b04f7e96a439622b5e1b0c737 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 23:03:06 +0000 Subject: [PATCH] Version Packages --- .changeset/nervous-donkeys-hammer.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/nervous-donkeys-hammer.md diff --git a/.changeset/nervous-donkeys-hammer.md b/.changeset/nervous-donkeys-hammer.md deleted file mode 100644 index 1450803..0000000 --- a/.changeset/nervous-donkeys-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fixture-kit/core": patch ---- - -Keep relative symlinks inside the copy in `Fixture.fromDirectory`. `fs.cp` rewrites relative symlink targets to absolute paths unless `verbatimSymlinks` is set, so a link in the source directory pointed back at the source after the copy. diff --git a/CHANGELOG.md b/CHANGELOG.md index bbac280..30ad723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # fixture-kit +## 1.0.1 + +### Patch Changes + +- 5400e4e: Keep relative symlinks inside the copy in `Fixture.fromDirectory`. `fs.cp` rewrites relative symlink targets to absolute paths unless `verbatimSymlinks` is set, so a link in the source directory pointed back at the source after the copy. + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index 4f9c6b6..72f75ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fixture-kit/core", - "version": "1.0.0", + "version": "1.0.1", "description": "A kit for managing fixtures for testing", "keywords": [ "fixture",