Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/raw-world-package-target.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/source-only-dev-hotreload.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/standalone-pack-targets.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.9.0

### Minor Changes

- [`5f88d49`](https://github.com/BlurEngine/cli/commit/5f88d4913d31e8ed4e34babcc4533e1f2f9e7597) Thanks [@SupaHam](https://github.com/SupaHam)! - Add a configurable raw world package target that exports project worlds as tar.gz, zip, or mcworld archives.

### Patch Changes

- [`7b1e432`](https://github.com/BlurEngine/cli/commit/7b1e4328cfead0ebdc002792a788ba0e54891d7f) Thanks [@SupaHam](https://github.com/SupaHam)! - Limit the default `blr dev` hotreload watcher to `src/**/*` and ignore `.test.*` files. Behavior-pack and resource-pack paths can still be explicitly watched, but they resync without sending a local-server reload.

- [`5cf869f`](https://github.com/BlurEngine/cli/commit/5cf869faa2bb62a4dae971ee7a49e6410dcc4b1b) Thanks [@SupaHam](https://github.com/SupaHam)! - Add standalone behavior-pack and resource-pack package targets, plus configurable multi-target defaults for `blr package`.

## 0.8.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.8.0",
"version": "0.9.0",
"description": "BlurEngine generator and lifecycle CLI.",
"author": "Blur Engine Limited",
"license": "Apache-2.0",
Expand Down