Skip to content

Commit

Permalink
Upcoming Release Changes (#1504)
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] authored Jul 26, 2024
1 parent d261573 commit 57443e6
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-coats-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-vans-care.md

This file was deleted.

8 changes: 8 additions & 0 deletions benchmarks/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @benchmarks/server

## 0.0.20

### Patch Changes

- Updated dependencies
[[`8b2d14a`](https://github.com/ardatan/whatwg-node/commit/8b2d14a1dd81aeaf651fbbe28b16efe15bcde15a)]:
- @whatwg-node/server@0.9.45

## 0.0.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benchmarks/server",
"version": "0.0.19",
"version": "0.0.20",
"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.44"
"@whatwg-node/server": "0.9.45"
},
"devDependencies": {
"start-server-and-test": "2.0.4"
Expand Down
7 changes: 7 additions & 0 deletions e2e/bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @e2e/bun

## 0.0.105

### Patch Changes

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

## 0.0.104

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/bun/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@e2e/bun",
"version": "0.0.104",
"version": "0.0.105",
"private": true,
"scripts": {
"e2e": "bun test",
"start": "bun src/index.ts"
},
"dependencies": {
"@e2e/shared-server": "0.0.104",
"@e2e/shared-server": "0.0.105",
"@types/node": "20.14.12",
"bun-types": "1.1.20"
},
Expand Down
8 changes: 8 additions & 0 deletions e2e/shared-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @e2e/shared-server

## 0.0.105

### Patch Changes

- Updated dependencies
[[`8b2d14a`](https://github.com/ardatan/whatwg-node/commit/8b2d14a1dd81aeaf651fbbe28b16efe15bcde15a)]:
- @whatwg-node/server@0.9.45

## 0.0.104

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/shared-server/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@e2e/shared-server",
"version": "0.0.104",
"version": "0.0.105",
"private": true,
"dependencies": {
"@whatwg-node/fetch": "0.9.19",
"@whatwg-node/server": "0.9.44"
"@whatwg-node/server": "0.9.45"
}
}
7 changes: 7 additions & 0 deletions e2e/vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @e2e/vercel

## 0.0.105

### Patch Changes

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

## 0.0.104

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e2e/vercel",
"version": "0.0.104",
"version": "0.0.105",
"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.104",
"@e2e/shared-server": "0.0.105",
"encoding": "0.1.13",
"next": "14.2.5",
"react": "18.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/node-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @whatwg-node/node-fetch

## 0.5.18

### Patch Changes

- [`d261573`](https://github.com/ardatan/whatwg-node/commit/d26157339f3896509e45cb5c73aa61164d262d56)
Thanks [@ardatan](https://github.com/ardatan)! - Support `new Blob()`

## 0.5.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/node-fetch",
"version": "0.5.17",
"version": "0.5.18",
"type": "module",
"description": "Fetch API implementation for Node",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @whatwg-node/server

## 0.9.45

### Patch Changes

- [#1088](https://github.com/ardatan/whatwg-node/pull/1088)
[`8b2d14a`](https://github.com/ardatan/whatwg-node/commit/8b2d14a1dd81aeaf651fbbe28b16efe15bcde15a)
Thanks [@f5io](https://github.com/f5io)! - Wait for the server response to drain the existing data
in the stream then send the other one

## 0.9.44

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/server",
"version": "0.9.44",
"version": "0.9.45",
"type": "module",
"description": "Fetch API compliant HTTP Server adapter",
"repository": {
Expand Down

0 comments on commit 57443e6

Please sign in to comment.