From 4db8f060a81580f909ea603f282276c9d63c9726 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:58:39 +0000 Subject: [PATCH] chore: version packages --- .changeset/quiet-lizards-smell.md | 11 ----------- packages/blr/CHANGELOG.md | 12 ++++++++++++ packages/blr/package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/quiet-lizards-smell.md diff --git a/.changeset/quiet-lizards-smell.md b/.changeset/quiet-lizards-smell.md deleted file mode 100644 index 4cbdb60..0000000 --- a/.changeset/quiet-lizards-smell.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@blurengine/cli": patch ---- - -Fix `blr world level-dat dump` and `edit` when they receive explicit relative -paths through `npm run` from a nested project directory. - -`blr` now resolves those explicit `level.dat` paths from the original shell -working directory when npm provides it, while still ignoring unrelated -`INIT_CWD` values that point outside the current project. Tests now cover both -the nested invocation case and the outside-project fallback behavior. diff --git a/packages/blr/CHANGELOG.md b/packages/blr/CHANGELOG.md index f7560d6..9013b14 100644 --- a/packages/blr/CHANGELOG.md +++ b/packages/blr/CHANGELOG.md @@ -1,5 +1,17 @@ # @blurengine/cli +## 0.5.1 + +### Patch Changes + +- [`6a6048a`](https://github.com/BlurEngine/cli/commit/6a6048a510d2643a9d34c83e6f0b089a4e9c3c48) Thanks [@SupaHam](https://github.com/SupaHam)! - Fix `blr world level-dat dump` and `edit` when they receive explicit relative + paths through `npm run` from a nested project directory. + + `blr` now resolves those explicit `level.dat` paths from the original shell + working directory when npm provides it, while still ignoring unrelated + `INIT_CWD` values that point outside the current project. Tests now cover both + the nested invocation case and the outside-project fallback behavior. + ## 0.5.0 ### Minor Changes diff --git a/packages/blr/package.json b/packages/blr/package.json index f0a0326..44c66d3 100644 --- a/packages/blr/package.json +++ b/packages/blr/package.json @@ -1,6 +1,6 @@ { "name": "@blurengine/cli", - "version": "0.5.0", + "version": "0.5.1", "description": "BlurEngine generator and lifecycle CLI.", "author": "Blur Engine Limited", "license": "Apache-2.0",