Skip to content

Commit

Permalink
Upcoming Release Changes (#1221)
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
theguild-bot and github-actions[bot] committed Mar 22, 2024
1 parent fa097a4 commit 89499a6
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-coats-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-cats-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-dodos-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-jars-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-trees-call.md

This file was deleted.

7 changes: 7 additions & 0 deletions benchmarks/server/CHANGELOG.md
@@ -1,5 +1,12 @@
# @benchmarks/server

## 0.0.6

### Patch Changes

- Updated dependencies [[`ac6b719`](https://github.com/ardatan/whatwg-node/commit/ac6b71921915e3b75c361956c01f65fbec4ffc69), [`ac6b719`](https://github.com/ardatan/whatwg-node/commit/ac6b71921915e3b75c361956c01f65fbec4ffc69)]:
- @whatwg-node/server@0.9.31

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@benchmarks/server",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -13,7 +13,7 @@
"test": "start-server-and-test start http://127.0.0.1:4000/ping loadtest"
},
"dependencies": {
"@whatwg-node/server": "0.9.30"
"@whatwg-node/server": "0.9.31"
},
"devDependencies": {
"start-server-and-test": "2.0.3"
Expand Down
7 changes: 7 additions & 0 deletions e2e/bun/CHANGELOG.md
@@ -1,5 +1,12 @@
# @e2e/bun

## 0.0.90

### Patch Changes

- Updated dependencies []:
- @e2e/shared-server@0.0.90

## 0.0.89

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/bun/package.json
@@ -1,13 +1,13 @@
{
"name": "@e2e/bun",
"version": "0.0.89",
"version": "0.0.90",
"private": true,
"scripts": {
"e2e": "bun test",
"start": "bun src/index.ts"
},
"dependencies": {
"@e2e/shared-server": "0.0.89",
"@e2e/shared-server": "0.0.90",
"@types/node": "20.11.30",
"bun-types": "1.0.33"
},
Expand Down
7 changes: 7 additions & 0 deletions e2e/shared-server/CHANGELOG.md
@@ -1,5 +1,12 @@
# @e2e/shared-server

## 0.0.90

### Patch Changes

- Updated dependencies [[`ac6b719`](https://github.com/ardatan/whatwg-node/commit/ac6b71921915e3b75c361956c01f65fbec4ffc69), [`ac6b719`](https://github.com/ardatan/whatwg-node/commit/ac6b71921915e3b75c361956c01f65fbec4ffc69)]:
- @whatwg-node/server@0.9.31

## 0.0.89

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/shared-server/package.json
@@ -1,9 +1,9 @@
{
"name": "@e2e/shared-server",
"version": "0.0.89",
"version": "0.0.90",
"private": true,
"dependencies": {
"@whatwg-node/fetch": "0.9.17",
"@whatwg-node/server": "0.9.30"
"@whatwg-node/server": "0.9.31"
}
}
7 changes: 7 additions & 0 deletions e2e/vercel/CHANGELOG.md
@@ -1,5 +1,12 @@
# @e2e/vercel

## 0.0.90

### Patch Changes

- Updated dependencies []:
- @e2e/shared-server@0.0.90

## 0.0.89

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/vercel/package.json
@@ -1,6 +1,6 @@
{
"name": "@e2e/vercel",
"version": "0.0.89",
"version": "0.0.90",
"private": true,
"scripts": {
"build": "node scripts/bundle.js",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@e2e/shared-scripts": "0.0.0",
"@e2e/shared-server": "0.0.89",
"@e2e/shared-server": "0.0.90",
"encoding": "0.1.13",
"next": "14.1.4",
"react": "18.2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/node-fetch/CHANGELOG.md
@@ -1,5 +1,15 @@
# @whatwg-node/node-fetch

## 0.5.10

### Patch Changes

- [#1219](https://github.com/ardatan/whatwg-node/pull/1219) [`fa097a4`](https://github.com/ardatan/whatwg-node/commit/fa097a466c483cafc2130d227a3728db054d97cd) Thanks [@ardatan](https://github.com/ardatan)! - Support blob: object URLs

- [#1219](https://github.com/ardatan/whatwg-node/pull/1219) [`fa097a4`](https://github.com/ardatan/whatwg-node/commit/fa097a466c483cafc2130d227a3728db054d97cd) Thanks [@ardatan](https://github.com/ardatan)! - Throw TypeError when multipart request is unable to parse as FormData

- [#1220](https://github.com/ardatan/whatwg-node/pull/1220) [`ac6b719`](https://github.com/ardatan/whatwg-node/commit/ac6b71921915e3b75c361956c01f65fbec4ffc69) Thanks [@ardatan](https://github.com/ardatan)! - Do not throw when Curl request cancellation

## 0.5.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-fetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/node-fetch",
"version": "0.5.9",
"version": "0.5.10",
"type": "module",
"description": "Fetch API implementation for Node",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/server/CHANGELOG.md
@@ -1,5 +1,13 @@
# @whatwg-node/server

## 0.9.31

### Patch Changes

- [#1220](https://github.com/ardatan/whatwg-node/pull/1220) [`ac6b719`](https://github.com/ardatan/whatwg-node/commit/ac6b71921915e3b75c361956c01f65fbec4ffc69) Thanks [@ardatan](https://github.com/ardatan)! - Fix UWS's behavior in case of request cancellation

- [#1220](https://github.com/ardatan/whatwg-node/pull/1220) [`ac6b719`](https://github.com/ardatan/whatwg-node/commit/ac6b71921915e3b75c361956c01f65fbec4ffc69) Thanks [@ardatan](https://github.com/ardatan)! - Use ServerResponse's close event to catch request cancellation

## 0.9.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/server",
"version": "0.9.30",
"version": "0.9.31",
"type": "module",
"description": "Fetch API compliant HTTP Server adapter",
"repository": {
Expand Down

0 comments on commit 89499a6

Please sign in to comment.