From a28c758e59bfacf852eee3f7a229df4a51d99b81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 08:26:41 +0000 Subject: [PATCH] Version Packages --- .changeset/lazy-actor-host.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/lazy-actor-host.md diff --git a/.changeset/lazy-actor-host.md b/.changeset/lazy-actor-host.md deleted file mode 100644 index 79172a1..0000000 --- a/.changeset/lazy-actor-host.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"effect-machine": minor ---- - -Add ActorHost for lazy actors owned by a parent state scope. Consumers share startup without owning cancellation or shutdown. The factory captures service dependencies, uses the first matching request input, and releases the actor on state exit or host service shutdown. diff --git a/CHANGELOG.md b/CHANGELOG.md index c013c11..e4d3105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # effect-machine +## 0.26.0 + +### Minor Changes + +- [#85](https://github.com/cevr/effect-machine/pull/85) [`a210b82`](https://github.com/cevr/effect-machine/commit/a210b8294b0d2418393029b247808e173701bdf8) Thanks [@cevr](https://github.com/cevr)! - Add ActorHost for lazy actors owned by a parent state scope. Consumers share startup without owning cancellation or shutdown. The factory captures service dependencies, uses the first matching request input, and releases the actor on state exit or host service shutdown. + ## 0.25.9 ### Patch Changes diff --git a/package.json b/package.json index 7091166..be3af73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effect-machine", - "version": "0.25.9", + "version": "0.26.0", "repository": { "type": "git", "url": "https://github.com/cevr/effect-machine.git"