Skip to content

Commit 2cebb38

Browse files
Version Packages (#501)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bf0f884 commit 2cebb38

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.changeset/fair-socks-jog.md

-5
This file was deleted.

.changeset/large-pumas-jam.md

-5
This file was deleted.

packages/effect-http-node/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# effect-http-node
22

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bf0f884`](https://github.com/sukovanej/effect-http/commit/bf0f884b3db88a166e525cbf4690ff603051a24a), [`bf0f884`](https://github.com/sukovanej/effect-http/commit/bf0f884b3db88a166e525cbf4690ff603051a24a)]:
8+
9+
310
## 0.8.0
411

512
### Minor Changes

packages/effect-http-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "effect-http-node",
33
"type": "module",
4-
"version": "0.8.0",
4+
"version": "0.8.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

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# effect-http
22

3+
## 0.60.1
4+
5+
### Patch Changes
6+
7+
- [#500](https://github.com/sukovanej/effect-http/pull/500) [`bf0f884`](https://github.com/sukovanej/effect-http/commit/bf0f884b3db88a166e525cbf4690ff603051a24a) Thanks [@sukovanej](https://github.com/sukovanej)! - Fix OpenApi with no body nor headers.
8+
9+
- [#500](https://github.com/sukovanej/effect-http/pull/500) [`bf0f884`](https://github.com/sukovanej/effect-http/commit/bf0f884b3db88a166e525cbf4690ff603051a24a) Thanks [@sukovanej](https://github.com/sukovanej)! - Allow a union schema for response headers.
10+
311
## 0.60.0
412

513
### Minor Changes

packages/effect-http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "effect-http",
33
"type": "module",
4-
"version": "0.60.0",
4+
"version": "0.60.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)