Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#106)
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] committed Sep 7, 2022
1 parent 4c6c488 commit 7bcd42e
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-experts-look.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strong-penguins-begin.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/fetch/CHANGELOG.md
@@ -1,5 +1,13 @@
# @whatwg-node/fetch

## 0.4.0

### Minor Changes

- [`005937c`](https://github.com/ardatan/whatwg-node/commit/005937c72749dfa3914c8b6193a88c772a522275) Thanks [@ardatan](https://github.com/ardatan)! - feat(fetch): new `fieldsFirst` option to allow async stream consumption for multipart forms

- [`effc03d`](https://github.com/ardatan/whatwg-node/commit/effc03d58793328595183ac7cd5c9abab95dec17) Thanks [@ardatan](https://github.com/ardatan)! - Bun Support

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/fetch",
"version": "0.3.2",
"version": "0.4.0",
"description": "Cross Platform Smart Fetch Ponyfill",
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/server/CHANGELOG.md
@@ -1,5 +1,16 @@
# @whatwg-node/server

## 0.2.0

### Minor Changes

- [`effc03d`](https://github.com/ardatan/whatwg-node/commit/effc03d58793328595183ac7cd5c9abab95dec17) Thanks [@ardatan](https://github.com/ardatan)! - Bun Support

### Patch Changes

- Updated dependencies [[`005937c`](https://github.com/ardatan/whatwg-node/commit/005937c72749dfa3914c8b6193a88c772a522275), [`effc03d`](https://github.com/ardatan/whatwg-node/commit/effc03d58793328595183ac7cd5c9abab95dec17)]:
- @whatwg-node/fetch@0.4.0

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/server",
"version": "0.1.2",
"version": "0.2.0",
"description": "Fetch API compliant HTTP Server adapter",
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"directory": "dist"
},
"dependencies": {
"@whatwg-node/fetch": "^0.3.0",
"@whatwg-node/fetch": "^0.4.0",
"tslib": "^2.3.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 7bcd42e

Please sign in to comment.