Skip to content

Commit

Permalink
Version Packages (#598)
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 Jun 22, 2024
1 parent c35d893 commit 8e42ad9
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-ads-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-mugs-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-bugs-sniff.md

This file was deleted.

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

## 0.15.1

### Patch Changes

- Updated dependencies [[`c35d893`](https://github.com/sukovanej/effect-http/commit/c35d89332e175a025aae2ff290afd18c358e5583), [`c35d893`](https://github.com/sukovanej/effect-http/commit/c35d89332e175a025aae2ff290afd18c358e5583), [`f3e5ca1`](https://github.com/sukovanej/effect-http/commit/f3e5ca1faec4ec7253fa72391e947366a622477a)]:
- [email protected]

## 0.15.0

### Minor 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.15.0",
"version": "0.15.1",
"license": "MIT",
"author": "Milan Suk <[email protected]>",
"description": "High-level declarative HTTP API for effect-ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/effect-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# effect-http

## 0.71.0

### Minor Changes

- [#600](https://github.com/sukovanej/effect-http/pull/600) [`c35d893`](https://github.com/sukovanej/effect-http/commit/c35d89332e175a025aae2ff290afd18c358e5583) Thanks [@sukovanej](https://github.com/sukovanej)! - Rename `Api.ApiOptions` to `Api.Options`.

- [#597](https://github.com/sukovanej/effect-http/pull/597) [`f3e5ca1`](https://github.com/sukovanej/effect-http/commit/f3e5ca1faec4ec7253fa72391e947366a622477a) Thanks [@sukovanej](https://github.com/sukovanej)! - Move implementation of the OpenApi and Example compiler into effect-http.

### Patch Changes

- [#600](https://github.com/sukovanej/effect-http/pull/600) [`c35d893`](https://github.com/sukovanej/effect-http/commit/c35d89332e175a025aae2ff290afd18c358e5583) Thanks [@sukovanej](https://github.com/sukovanej)! - Add `Api.setOptions`, `Api.setEndpointOptions`, `ApiGroup.setOptions`, `ApiGroup.setEndpointOptions` and `ApiEndpoint.setOptions`.

## 0.70.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.70.0",
"version": "0.71.0",
"license": "MIT",
"author": "Milan Suk <[email protected]>",
"description": "High-level declarative HTTP API for effect-ts",
Expand Down

0 comments on commit 8e42ad9

Please sign in to comment.