Skip to content

Commit e14b4af

Browse files
Version Packages (#5337)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1628026 commit e14b4af

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/fruity-beds-hunt.md

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

.changeset/quiet-pets-grab.md

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

packages/rpc/CHANGELOG.md

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

3+
## 0.68.3
4+
5+
### Patch Changes
6+
7+
- [#5338](https://github.com/Effect-TS/effect/pull/5338) [`1628026`](https://github.com/Effect-TS/effect/commit/1628026081ca9a4ec77182037f7cc46e7369de98) Thanks @tim-smart! - remove info log from RpcServer stdio protocol
8+
9+
- [#5335](https://github.com/Effect-TS/effect/pull/5335) [`767e49e`](https://github.com/Effect-TS/effect/commit/767e49e38458d982517ce6d6b6f3f9147af5411a) Thanks @patroza! - fix: RpcGroup.prefix runtime error because of trying to array destructure the rpc object
10+
311
## 0.68.2
412

513
### 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.68.2",
3+
"version": "0.68.3",
44
"type": "module",
55
"license": "MIT",
66
"description": "Functional programming in TypeScript",

0 commit comments

Comments
 (0)