Skip to content

Commit

Permalink
Upcoming Release Changes (#1791)
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 Nov 11, 2024
1 parent c7d49b1 commit 99a2d52
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/seven-frogs-end.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.29

### Patch Changes

- Updated dependencies
[[`c7d49b1`](https://github.com/ardatan/whatwg-node/commit/c7d49b1dad95412b99126c289a44b1fbf3473a65)]:
- @whatwg-node/server@0.9.54

## 0.0.28

### 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.28",
"version": "0.0.29",
"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.53"
"@whatwg-node/server": "0.9.54"
},
"devDependencies": {
"start-server-and-test": "2.0.8"
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.115

### Patch Changes

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

## 0.0.114

### 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.114",
"version": "0.0.115",
"private": true,
"scripts": {
"e2e": "bun test",
"start": "bun src/index.ts"
},
"dependencies": {
"@e2e/shared-server": "0.0.114",
"@e2e/shared-server": "0.0.115",
"@types/node": "22.9.0",
"bun-types": "1.1.34"
},
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.115

### Patch Changes

- Updated dependencies
[[`c7d49b1`](https://github.com/ardatan/whatwg-node/commit/c7d49b1dad95412b99126c289a44b1fbf3473a65)]:
- @whatwg-node/server@0.9.54

## 0.0.114

### 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.114",
"version": "0.0.115",
"private": true,
"dependencies": {
"@whatwg-node/fetch": "0.10.1",
"@whatwg-node/server": "0.9.53"
"@whatwg-node/server": "0.9.54"
}
}
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.115

### Patch Changes

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

## 0.0.114

### 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.114",
"version": "0.0.115",
"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.114",
"@e2e/shared-server": "0.0.115",
"encoding": "0.1.13",
"next": "15.0.3",
"react": "18.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/node-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @whatwg-node/node-fetch

## 0.7.2

### Patch Changes

- [#1790](https://github.com/ardatan/whatwg-node/pull/1790)
[`c7d49b1`](https://github.com/ardatan/whatwg-node/commit/c7d49b1dad95412b99126c289a44b1fbf3473a65)
Thanks [@ardatan](https://github.com/ardatan)! - Handle request abort correctly with AbortSignal

## 0.7.1

### 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.7.1",
"version": "0.7.2",
"type": "module",
"description": "Fetch API implementation for Node",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @whatwg-node/server

## 0.9.54

### Patch Changes

- [#1790](https://github.com/ardatan/whatwg-node/pull/1790)
[`c7d49b1`](https://github.com/ardatan/whatwg-node/commit/c7d49b1dad95412b99126c289a44b1fbf3473a65)
Thanks [@ardatan](https://github.com/ardatan)! - Handle request abort correctly with AbortSignal

## 0.9.53

### 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.53",
"version": "0.9.54",
"type": "module",
"description": "Fetch API compliant HTTP Server adapter",
"repository": {
Expand Down

0 comments on commit 99a2d52

Please sign in to comment.