Skip to content

Commit 30da81d

Browse files
Version Packages (#688)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8154ce6 commit 30da81d

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/proud-pens-smoke.md

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

packages/effect-http-node/CHANGELOG.md

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

3+
## 0.22.1
4+
5+
### Patch Changes
6+
7+
- [#687](https://github.com/sukovanej/effect-http/pull/687) [`8154ce6`](https://github.com/sukovanej/effect-http/commit/8154ce60cd58f1c6383775ed4e7c52c2f3c8a611) Thanks [@sukovanej](https://github.com/sukovanej)! - Update dependencies + fix `Schema.optional` for example compiler.
8+
9+
- Updated dependencies [[`8154ce6`](https://github.com/sukovanej/effect-http/commit/8154ce60cd58f1c6383775ed4e7c52c2f3c8a611)]:
10+
11+
312
## 0.22.0
413

514
### Minor Changes

packages/effect-http-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "effect-http-node",
33
"type": "module",
4-
"version": "0.22.0",
4+
"version": "0.22.1",
55
"license": "MIT",
66
"author": "Milan Suk <[email protected]>",
77
"description": "High-level declarative HTTP API for effect-ts",

packages/effect-http/CHANGELOG.md

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

3+
## 0.82.1
4+
5+
### Patch Changes
6+
7+
- [#687](https://github.com/sukovanej/effect-http/pull/687) [`8154ce6`](https://github.com/sukovanej/effect-http/commit/8154ce60cd58f1c6383775ed4e7c52c2f3c8a611) Thanks [@sukovanej](https://github.com/sukovanej)! - Update dependencies + fix `Schema.optional` for example compiler.
8+
39
## 0.82.0
410

511
### Minor Changes

packages/effect-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "effect-http",
33
"type": "module",
4-
"version": "0.82.0",
4+
"version": "0.82.1",
55
"license": "MIT",
66
"author": "Milan Suk <[email protected]>",
77
"description": "High-level declarative HTTP API for effect-ts",

0 commit comments

Comments
 (0)