Skip to content

Commit

Permalink
chore: better changesets (#2279)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored Mar 11, 2024
1 parent 5d47ee0 commit bdff193
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .changeset/blue-apples-peel.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
"@effect/schema": minor
"@effect/experimental": minor
"@effect/platform": minor
"@effect/rpc": minor
---

# Breaking Changes
Expand Down
8 changes: 8 additions & 0 deletions .changeset/fresh-lizards-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@effect/experimental": minor
---

- `src/DevTools/Domain.ts`
- use `OptionEncoded` in `SpanFrom`
- `src/Machine.ts`
- use `ExitEncoded` in `SerializableActor` and `boot`
6 changes: 6 additions & 0 deletions .changeset/heavy-apples-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@effect/rpc": minor
---

- `src/Router.ts`
- use `ExitEncoded` in `Response` and `ResponseEffect`
8 changes: 8 additions & 0 deletions .changeset/violet-rivers-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@effect/platform": minor
---

- `src/Worker.ts`
- use `CauseEncoded` in `Worker` namespace
- `src/WorkerError.ts`
- use `CauseEncoded` in `Cause`

0 comments on commit bdff193

Please sign in to comment.