Skip to content

Commit e2361d8

Browse files
Version Packages (#580)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 50363cb commit e2361d8

File tree

9 files changed

+38
-12
lines changed

9 files changed

+38
-12
lines changed

.changeset/friendly-seals-help.md

-8
This file was deleted.

packages/effect-http-error/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#579](https://github.com/sukovanej/effect-http/pull/579) [`50363cb`](https://github.com/sukovanej/effect-http/commit/50363cb077cc716f00caaf762f1d7c92fde34853) Thanks [@sukovanej](https://github.com/sukovanej)! - Update /platform.
8+
39
## 0.1.1
410

511
### Patch Changes

packages/effect-http-error/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "effect-http-error",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"license": "MIT",
66
"author": "Milan Suk <[email protected]>",
77
"description": "HTTP errors for effect-ts",

packages/effect-http-node/CHANGELOG.md

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

3+
## 0.13.3
4+
5+
### Patch Changes
6+
7+
- [#579](https://github.com/sukovanej/effect-http/pull/579) [`50363cb`](https://github.com/sukovanej/effect-http/commit/50363cb077cc716f00caaf762f1d7c92fde34853) Thanks [@sukovanej](https://github.com/sukovanej)! - Update /platform.
8+
9+
- Updated dependencies [[`50363cb`](https://github.com/sukovanej/effect-http/commit/50363cb077cc716f00caaf762f1d7c92fde34853)]:
10+
11+
312
## 0.13.2
413

514
### Patch 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.13.2",
4+
"version": "0.13.3",
55
"license": "MIT",
66
"author": "Milan Suk <[email protected]>",
77
"description": "High-level declarative HTTP API for effect-ts",

packages/effect-http-security/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# effect-http-security
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#579](https://github.com/sukovanej/effect-http/pull/579) [`50363cb`](https://github.com/sukovanej/effect-http/commit/50363cb077cc716f00caaf762f1d7c92fde34853) Thanks [@sukovanej](https://github.com/sukovanej)! - Update /platform.
8+
9+
- Updated dependencies [[`50363cb`](https://github.com/sukovanej/effect-http/commit/50363cb077cc716f00caaf762f1d7c92fde34853)]:
10+
11+
312
## 0.1.1
413

514
### Patch Changes

packages/effect-http-security/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "effect-http-security",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"license": "MIT",
66
"author": "Milan Suk <[email protected]>",
77
"description": "HTTP Security for effect-ts",

packages/effect-http/CHANGELOG.md

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

3+
## 0.67.2
4+
5+
### Patch Changes
6+
7+
- [#579](https://github.com/sukovanej/effect-http/pull/579) [`50363cb`](https://github.com/sukovanej/effect-http/commit/50363cb077cc716f00caaf762f1d7c92fde34853) Thanks [@sukovanej](https://github.com/sukovanej)! - Update /platform.
8+
9+
- Updated dependencies [[`50363cb`](https://github.com/sukovanej/effect-http/commit/50363cb077cc716f00caaf762f1d7c92fde34853)]:
10+
11+
12+
313
## 0.67.1
414

515
### Patch 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.67.1",
4+
"version": "0.67.2",
55
"license": "MIT",
66
"author": "Milan Suk <[email protected]>",
77
"description": "High-level declarative HTTP API for effect-ts",

0 commit comments

Comments
 (0)