Skip to content

Commit 46e39ee

Browse files
Version Packages (#648)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6793bbd commit 46e39ee

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/fresh-apricots-explain.md

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

packages/effect-http-node/CHANGELOG.md

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

3+
## 0.17.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6793bbd`](https://github.com/sukovanej/effect-http/commit/6793bbde8980bb79b83d3f89e2142672cee24c19)]:
8+
- effect-http@0.77.3
9+
310
## 0.17.5
411

512
### 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.5",
4+
"version": "0.17.6",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# effect-http
22

3+
## 0.77.3
4+
5+
### Patch Changes
6+
7+
- [#647](https://github.com/sukovanej/effect-http/pull/647) [`6793bbd`](https://github.com/sukovanej/effect-http/commit/6793bbde8980bb79b83d3f89e2142672cee24c19) Thanks [@sukovanej](https://github.com/sukovanej)! - Fix #646 - securitySchemes was overwritten by reference schemas.
8+
39
## 0.77.2
410

511
### Patch 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.2",
4+
"version": "0.77.3",
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)