Skip to content

Commit

Permalink
Upcoming Release Changes (#1191)
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 12, 2024
1 parent c6f93ee commit eeb1a94
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/five-icons-nail.md

This file was deleted.

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

## 0.0.4

### Patch Changes

- Updated dependencies [[`c6f93ee`](https://github.com/ardatan/whatwg-node/commit/c6f93ee1692e9c1e56471e813855b4fb4ad2f0dd)]:
- @whatwg-node/server@0.9.29

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@benchmarks/server",
"version": "0.0.3",
"version": "0.0.4",
"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.28"
"@whatwg-node/server": "0.9.29"
},
"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.88

### Patch Changes

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

## 0.0.87

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

## 0.0.88

### Patch Changes

- Updated dependencies [[`c6f93ee`](https://github.com/ardatan/whatwg-node/commit/c6f93ee1692e9c1e56471e813855b4fb4ad2f0dd)]:
- @whatwg-node/server@0.9.29

## 0.0.87

### 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.87",
"version": "0.0.88",
"private": true,
"dependencies": {
"@whatwg-node/fetch": "0.9.17",
"@whatwg-node/server": "0.9.28"
"@whatwg-node/server": "0.9.29"
}
}
7 changes: 7 additions & 0 deletions e2e/vercel/CHANGELOG.md
@@ -1,5 +1,12 @@
# @e2e/vercel

## 0.0.88

### Patch Changes

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

## 0.0.87

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/vercel/package.json
@@ -1,6 +1,6 @@
{
"name": "@e2e/vercel",
"version": "0.0.87",
"version": "0.0.88",
"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.87",
"@e2e/shared-server": "0.0.88",
"encoding": "0.1.13",
"next": "14.1.3",
"react": "18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/node-fetch/CHANGELOG.md
@@ -1,5 +1,11 @@
# @whatwg-node/node-fetch

## 0.5.8

### Patch Changes

- [#1190](https://github.com/ardatan/whatwg-node/pull/1190) [`c6f93ee`](https://github.com/ardatan/whatwg-node/commit/c6f93ee1692e9c1e56471e813855b4fb4ad2f0dd) Thanks [@ardatan](https://github.com/ardatan)! - Remove node: protocol which is not supported still in some Node versions and ESM mode

## 0.5.7

### 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.7",
"version": "0.5.8",
"type": "module",
"description": "Fetch API implementation for Node",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
@@ -1,5 +1,11 @@
# @whatwg-node/server

## 0.9.29

### Patch Changes

- [#1190](https://github.com/ardatan/whatwg-node/pull/1190) [`c6f93ee`](https://github.com/ardatan/whatwg-node/commit/c6f93ee1692e9c1e56471e813855b4fb4ad2f0dd) Thanks [@ardatan](https://github.com/ardatan)! - Remove node: protocol which is not supported still in some Node versions and ESM mode

## 0.9.28

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

0 comments on commit eeb1a94

Please sign in to comment.