diff --git a/.changeset/capture-actor-service-context.md b/.changeset/capture-actor-service-context.md deleted file mode 100644 index 7ba61c0..0000000 --- a/.changeset/capture-actor-service-context.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@humanlayer/effect-machine": patch ---- - -Preserve Effect service dependencies supplied while allocating a local actor, so state effects run correctly when `actor.start` is called later. diff --git a/.changeset/humanlayer-package-and-services.md b/.changeset/humanlayer-package-and-services.md deleted file mode 100644 index 73f781f..0000000 --- a/.changeset/humanlayer-package-and-services.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@humanlayer/effect-machine": minor ---- - -Publish the Humanlayer-scoped package, target the latest Effect v4 beta, remove the Effect v3 compatibility exports, and infer Effect service requirements from state effects so applications provide behavior with layers rather than actor-local slot maps. diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf2b1f..cb7695f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @humanlayer/effect-machine +## 0.18.0 + +### Minor Changes + +- [`37485f0`](https://github.com/humanlayer/effect-machine/commit/37485f064a30063fc43ec24b63744b384c9a52d3) Thanks [@K-Mistele](https://github.com/K-Mistele)! - Publish the Humanlayer-scoped package, target the latest Effect v4 beta, remove the Effect v3 compatibility exports, and infer Effect service requirements from state effects so applications provide behavior with layers rather than actor-local slot maps. + +### Patch Changes + +- [#2](https://github.com/humanlayer/effect-machine/pull/2) [`bb1ce43`](https://github.com/humanlayer/effect-machine/commit/bb1ce430bce35bc44db5d1545f66d59d865548ec) Thanks [@K-Mistele](https://github.com/K-Mistele)! - Preserve Effect service dependencies supplied while allocating a local actor, so state effects run correctly when `actor.start` is called later. + ## 0.17.1 ### Patch Changes diff --git a/package.json b/package.json index b3a69fd..31ba05e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanlayer/effect-machine", - "version": "0.17.1", + "version": "0.18.0", "repository": { "type": "git", "url": "https://github.com/humanlayer/effect-machine.git"