Skip to content

Commit bc66b1e

Browse files
Version Packages (#639)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 215743c commit bc66b1e

File tree

7 files changed

+23
-19
lines changed

7 files changed

+23
-19
lines changed

.changeset/friendly-months-type.md

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

.changeset/itchy-rings-try.md

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

.changeset/lovely-eagles-cover.md

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

packages/effect-http-node/CHANGELOG.md

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

3+
## 0.17.4
4+
5+
### Patch Changes
6+
7+
- [#641](https://github.com/sukovanej/effect-http/pull/641) [`499a183`](https://github.com/sukovanej/effect-http/commit/499a1834d443beadeb0ff1e7a909cb08c1518f44) Thanks [@sukovanej](https://github.com/sukovanej)! - Change internal structure of `Handler` to give it an ability to handler multiple endpoints.
8+
9+
- [#642](https://github.com/sukovanej/effect-http/pull/642) [`215743c`](https://github.com/sukovanej/effect-http/commit/215743c91e1cfa95dd38378cd8096f6afa71d053) Thanks [@sukovanej](https://github.com/sukovanej)! - Update effect packages.
10+
11+
- Updated dependencies [[`499a183`](https://github.com/sukovanej/effect-http/commit/499a1834d443beadeb0ff1e7a909cb08c1518f44), [`215743c`](https://github.com/sukovanej/effect-http/commit/215743c91e1cfa95dd38378cd8096f6afa71d053), [`d942cb3`](https://github.com/sukovanej/effect-http/commit/d942cb3805013b3b3b910f7a3dbce03ee036a1b5)]:
12+
- effect-http@0.77.1
13+
314
## 0.17.3
415

516
### Patch 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.17.3",
4+
"version": "0.17.4",
55
"license": "MIT",
66
"author": "Milan Suk <Milansuk@email.cz>",
77
"description": "High-level declarative HTTP API for effect-ts",

packages/effect-http/CHANGELOG.md

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

3+
## 0.77.1
4+
5+
### Patch Changes
6+
7+
- [#641](https://github.com/sukovanej/effect-http/pull/641) [`499a183`](https://github.com/sukovanej/effect-http/commit/499a1834d443beadeb0ff1e7a909cb08c1518f44) Thanks [@sukovanej](https://github.com/sukovanej)! - Change internal structure of `Handler` to give it an ability to handler multiple endpoints.
8+
9+
- [#642](https://github.com/sukovanej/effect-http/pull/642) [`215743c`](https://github.com/sukovanej/effect-http/commit/215743c91e1cfa95dd38378cd8096f6afa71d053) Thanks [@sukovanej](https://github.com/sukovanej)! - Update effect packages.
10+
11+
- [#638](https://github.com/sukovanej/effect-http/pull/638) [`d942cb3`](https://github.com/sukovanej/effect-http/commit/d942cb3805013b3b3b910f7a3dbce03ee036a1b5) Thanks [@sukovanej](https://github.com/sukovanej)! - Exclude `HttpError.HttpError` from the Handler error channel.
12+
313
## 0.77.0
414

515
### 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.77.0",
4+
"version": "0.77.1",
55
"license": "MIT",
66
"author": "Milan Suk <Milansuk@email.cz>",
77
"description": "High-level declarative HTTP API for effect-ts",

0 commit comments

Comments
 (0)