Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/quiet-lizards-smell.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/blr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/blr/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down