Skip to content

Commit 4f21075

Browse files
Version Packages (#6063)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 94b00c8 commit 4f21075

File tree

7 files changed

+18
-13
lines changed

7 files changed

+18
-13
lines changed

.changeset/custom-defect-schema.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shiny-bottles-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/effect/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# effect
22

3+
## 3.19.18
4+
5+
### Patch Changes
6+
7+
- [#6062](https://github.com/Effect-TS/effect/pull/6062) [`12b1f1e`](https://github.com/Effect-TS/effect/commit/12b1f1eadf649e30dec581b7351ba3abb12f8004) Thanks @tim-smart! - prevent Stream.changes from writing empty chunks
8+
39
## 3.19.17
410

511
### Patch Changes

packages/effect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "effect",
3-
"version": "3.19.17",
3+
"version": "3.19.18",
44
"type": "module",
55
"license": "MIT",
66
"description": "The missing standard library for TypeScript, for writing production-grade software.",

packages/effect/src/internal/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
let moduleVersion = "3.19.17"
1+
let moduleVersion = "3.19.18"
22

33
export const getCurrentVersion = () => moduleVersion
44

packages/rpc/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @effect/rpc
22

3+
## 0.73.2
4+
5+
### Patch Changes
6+
7+
- [#6065](https://github.com/Effect-TS/effect/pull/6065) [`94b00c8`](https://github.com/Effect-TS/effect/commit/94b00c8e4c5c150f858c95262d0ff1433276ede5) Thanks @marbemac! - Add optional `defect` parameter to `Rpc.make` for customizing defect serialization per-RPC. Defaults to `Schema.Defect`, preserving existing behavior.
8+
9+
- Updated dependencies [[`12b1f1e`](https://github.com/Effect-TS/effect/commit/12b1f1eadf649e30dec581b7351ba3abb12f8004)]:
10+
- effect@3.19.18
11+
312
## 0.73.1
413

514
### Patch Changes

packages/rpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect/rpc",
3-
"version": "0.73.1",
3+
"version": "0.73.2",
44
"type": "module",
55
"license": "MIT",
66
"description": "Functional programming in TypeScript",

0 commit comments

Comments
 (0)