Skip to content

Commit

Permalink
Version Packages (#523)
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 15, 2024
1 parent 010ed74 commit 6b85b5f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/gorgeous-paws-sneeze.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.9.0

### Minor Changes

- [#522](https://github.com/sukovanej/effect-http/pull/522) [`f50c467`](https://github.com/sukovanej/effect-http/commit/f50c467cf7848de6c151d3b159ca270b665d3470) Thanks [@sukovanej](https://github.com/sukovanej)! - Update effect.

### Patch Changes

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

## 0.8.8

### 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.8.8",
"version": "0.9.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.61.0

### Minor Changes

- [#522](https://github.com/sukovanej/effect-http/pull/522) [`f50c467`](https://github.com/sukovanej/effect-http/commit/f50c467cf7848de6c151d3b159ca270b665d3470) Thanks [@sukovanej](https://github.com/sukovanej)! - Update effect.

## 0.60.7

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

0 comments on commit 6b85b5f

Please sign in to comment.