Skip to content

Commit

Permalink
Version Packages (#537)
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 Apr 19, 2024
1 parent 2881dea commit e906f77
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/six-lemons-check.md

This file was deleted.

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

## 0.11.0

### Minor Changes

- [#536](https://github.com/sukovanej/effect-http/pull/536) [`2881dea`](https://github.com/sukovanej/effect-http/commit/2881dea644b8002d357fc01ef5f0d2922f63267b) Thanks [@sukovanej](https://github.com/sukovanej)! - Remove `mapRequest` from `Client.make` options. Use `baseUrl` or `httpClient` options instead.

### Patch Changes

- Updated dependencies [[`2881dea`](https://github.com/sukovanej/effect-http/commit/2881dea644b8002d357fc01ef5f0d2922f63267b)]:
- [email protected]

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

## 0.63.0

### Minor Changes

- [#536](https://github.com/sukovanej/effect-http/pull/536) [`2881dea`](https://github.com/sukovanej/effect-http/commit/2881dea644b8002d357fc01ef5f0d2922f63267b) Thanks [@sukovanej](https://github.com/sukovanej)! - Remove `mapRequest` from `Client.make` options. Use `baseUrl` or `httpClient` options instead.

## 0.62.1

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

0 comments on commit e906f77

Please sign in to comment.