Skip to content

Commit

Permalink
Upcoming Release Changes (#695)
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 Jul 17, 2023
1 parent 73e8703 commit 12eff3a
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-cheetahs-change.md

This file was deleted.

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

## 0.0.15

### Patch Changes

- Updated dependencies
[[`96ee8ce`](https://github.com/ardatan/whatwg-node/commit/96ee8ceb15307d5fed99190d9a2c95fd0f0a0449)]:
- @whatwg-node/server@0.9.4

## 0.0.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/benchmark",
"version": "0.0.14",
"version": "0.0.15",
"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.3"
"@whatwg-node/server": "0.9.4"
},
"devDependencies": {
"start-server-and-test": "2.0.0"
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.57

### Patch Changes

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

## 0.0.56

### 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.56",
"version": "0.0.57",
"private": true,
"scripts": {
"e2e": "bun wiptest",
"start": "bun src/index.ts"
},
"dependencies": {
"@e2e/shared-server": "0.0.56",
"@e2e/shared-server": "0.0.57",
"bun-types": "^0.6.0"
},
"devDependencies": {
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.57

### Patch Changes

- Updated dependencies
[[`96ee8ce`](https://github.com/ardatan/whatwg-node/commit/96ee8ceb15307d5fed99190d9a2c95fd0f0a0449)]:
- @whatwg-node/server@0.9.4

## 0.0.56

### 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.56",
"version": "0.0.57",
"private": true,
"dependencies": {
"@whatwg-node/fetch": "0.9.9",
"@whatwg-node/server": "0.9.3"
"@whatwg-node/server": "0.9.4"
}
}
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.57

### Patch Changes

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

## 0.0.56

### 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.56",
"version": "0.0.57",
"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.56",
"@e2e/shared-server": "0.0.57",
"encoding": "0.1.13",
"next": "13.4.10",
"react": "18.2.0",
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.4

### Patch Changes

- [#694](https://github.com/ardatan/whatwg-node/pull/694)
[`96ee8ce`](https://github.com/ardatan/whatwg-node/commit/96ee8ceb15307d5fed99190d9a2c95fd0f0a0449)
Thanks [@ardatan](https://github.com/ardatan)! - Handle uWS onAbort in a better way

## 0.9.3

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

0 comments on commit 12eff3a

Please sign in to comment.