From 23363f75460ef1aa01985fea125a3315bdf0ae8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 00:46:56 +0000 Subject: [PATCH] chore: version packages --- .changeset/safe-world-processing.md | 5 ----- packages/blr/CHANGELOG.md | 6 ++++++ packages/blr/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/safe-world-processing.md diff --git a/.changeset/safe-world-processing.md b/.changeset/safe-world-processing.md deleted file mode 100644 index 5f61404..0000000 --- a/.changeset/safe-world-processing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blurengine/cli": minor ---- - -Add deterministic world processors with immutable Bedrock observations, canonical JSON or TypeScript runtime pointers, verified staged-world mutations, content-addressed artifacts, processed development and packaging, and authored-versus-processed publication safety. Update archive, compiler, and LevelDB dependencies, and preserve caller-owned chunk coordinates across the LevelDB compatibility boundary. diff --git a/packages/blr/CHANGELOG.md b/packages/blr/CHANGELOG.md index 7ff4070..187924e 100644 --- a/packages/blr/CHANGELOG.md +++ b/packages/blr/CHANGELOG.md @@ -1,5 +1,11 @@ # @blurengine/cli +## 0.15.0 + +### Minor Changes + +- [#77](https://github.com/BlurEngine/cli/pull/77) [`88b9690`](https://github.com/BlurEngine/cli/commit/88b9690f76f1abeb8fda3e0d0ac6b2ba03faac8d) Thanks [@SupaHam](https://github.com/SupaHam)! - Add deterministic world processors with immutable Bedrock observations, canonical JSON or TypeScript runtime pointers, verified staged-world mutations, content-addressed artifacts, processed development and packaging, and authored-versus-processed publication safety. Update archive, compiler, and LevelDB dependencies, and preserve caller-owned chunk coordinates across the LevelDB compatibility boundary. + ## 0.14.0 ### Minor Changes diff --git a/packages/blr/package.json b/packages/blr/package.json index cce2ab3..3a398b2 100644 --- a/packages/blr/package.json +++ b/packages/blr/package.json @@ -1,6 +1,6 @@ { "name": "@blurengine/cli", - "version": "0.14.0", + "version": "0.15.0", "description": "BlurEngine generator and lifecycle CLI.", "author": "Blur Engine Limited", "license": "Apache-2.0",