Skip to content

Commit

Permalink
Version Packages (#624)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 16, 2024
1 parent 8481868 commit 8b251b1
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-bats-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-stingrays-hunt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-years-bow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-flowers-wave.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/effect-http-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# effect-http-node

## 0.17.0

### Minor Changes

- [#628](https://github.com/sukovanej/effect-http/pull/628) [`8481868`](https://github.com/sukovanej/effect-http/commit/84818689b8f1b7d485bbe9c8d45579436a3ba75f) Thanks [@sukovanej](https://github.com/sukovanej)! - Update @effect/platform packages.

- [#623](https://github.com/sukovanej/effect-http/pull/623) [`c45b838`](https://github.com/sukovanej/effect-http/commit/c45b83891169efddadd05d5336927f27c3d1e523) Thanks [@sukovanej](https://github.com/sukovanej)! - Merge `HttpError` and `Security` back into the `effect-http` package.

### Patch Changes

- Updated dependencies [[`8481868`](https://github.com/sukovanej/effect-http/commit/84818689b8f1b7d485bbe9c8d45579436a3ba75f), [`16c76f7`](https://github.com/sukovanej/effect-http/commit/16c76f7b41d34647b5efbb565fcd1475ac5d76b3), [`8481868`](https://github.com/sukovanej/effect-http/commit/84818689b8f1b7d485bbe9c8d45579436a3ba75f), [`c45b838`](https://github.com/sukovanej/effect-http/commit/c45b83891169efddadd05d5336927f27c3d1e523)]:
- [email protected]

## 0.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/effect-http-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "effect-http-node",
"type": "module",
"version": "0.16.1",
"version": "0.17.0",
"license": "MIT",
"author": "Milan Suk <[email protected]>",
"description": "High-level declarative HTTP API for effect-ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/effect-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# effect-http

## 0.74.0

### Minor Changes

- [#625](https://github.com/sukovanej/effect-http/pull/625) [`16c76f7`](https://github.com/sukovanej/effect-http/commit/16c76f7b41d34647b5efbb565fcd1475ac5d76b3) Thanks [@sukovanej](https://github.com/sukovanej)! - Change `Middlewares.accessLog` level input to `LogLevel.LogLevel`.

- [#628](https://github.com/sukovanej/effect-http/pull/628) [`8481868`](https://github.com/sukovanej/effect-http/commit/84818689b8f1b7d485bbe9c8d45579436a3ba75f) Thanks [@sukovanej](https://github.com/sukovanej)! - Update @effect/platform packages.

- [#623](https://github.com/sukovanej/effect-http/pull/623) [`c45b838`](https://github.com/sukovanej/effect-http/commit/c45b83891169efddadd05d5336927f27c3d1e523) Thanks [@sukovanej](https://github.com/sukovanej)! - Merge `HttpError` and `Security` back into the `effect-http` package.

### Patch Changes

- [#628](https://github.com/sukovanej/effect-http/pull/628) [`8481868`](https://github.com/sukovanej/effect-http/commit/84818689b8f1b7d485bbe9c8d45579436a3ba75f) Thanks [@sukovanej](https://github.com/sukovanej)! - Add `QuerySchema.number`.

## 0.73.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/effect-http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "effect-http",
"type": "module",
"version": "0.73.0",
"version": "0.74.0",
"license": "MIT",
"author": "Milan Suk <[email protected]>",
"description": "High-level declarative HTTP API for effect-ts",
Expand Down

0 comments on commit 8b251b1

Please sign in to comment.