Skip to content

Commit

Permalink
Upcoming Release Changes (#1788)
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 9, 2024
1 parent 1ba6826 commit 7347191
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 20 deletions.
9 changes: 0 additions & 9 deletions .changeset/clever-spoons-taste.md

This file was deleted.

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

## 0.0.35

### Patch Changes

- Updated dependencies
[[`c68f5ad`](https://github.com/ardatan/whatwg-node/commit/c68f5ad0782476b4b4facf490600b5f3341a4886)]:
- @whatwg-node/fetch@0.10.1

## 0.0.34

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@e2e/aws-lambda",
"version": "0.0.34",
"version": "0.0.35",
"private": true,
"scripts": {
"build": "node scripts/bundle.js",
"e2e": "ts-node -r tsconfig-paths/register scripts/e2e.ts"
},
"dependencies": {
"@e2e/shared-scripts": "0.0.0",
"@whatwg-node/fetch": "0.10.0",
"@whatwg-node/fetch": "0.10.1",
"aws-lambda": "1.0.7"
},
"devDependencies": {
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.114

### Patch Changes

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

## 0.0.113

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

### Patch Changes

- Updated dependencies
[[`c68f5ad`](https://github.com/ardatan/whatwg-node/commit/c68f5ad0782476b4b4facf490600b5f3341a4886)]:
- @whatwg-node/fetch@0.10.1

## 0.0.113

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

### Patch Changes

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

## 0.0.113

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

## 0.10.1

### Patch Changes

- [`c68f5ad`](https://github.com/ardatan/whatwg-node/commit/c68f5ad0782476b4b4facf490600b5f3341a4886)
Thanks [@ardatan](https://github.com/ardatan)! - Pass errors to ReadableStream's cancel method
properly when it is piped, and piped stream is cancelled

Implement `ReadableStream.from`

- Updated dependencies
[[`c68f5ad`](https://github.com/ardatan/whatwg-node/commit/c68f5ad0782476b4b4facf490600b5f3341a4886)]:
- @whatwg-node/node-fetch@0.7.1

## 0.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/fetch",
"version": "0.10.0",
"version": "0.10.1",
"description": "Cross Platform Smart Fetch Ponyfill",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"browser": "dist/global-ponyfill.js",
"types": "dist/index.d.ts",
"dependencies": {
"@whatwg-node/node-fetch": "^0.7.0",
"@whatwg-node/node-fetch": "^0.7.1",
"urlpattern-polyfill": "^10.0.0"
},
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions packages/node-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @whatwg-node/node-fetch

## 0.7.1

### Patch Changes

- [`c68f5ad`](https://github.com/ardatan/whatwg-node/commit/c68f5ad0782476b4b4facf490600b5f3341a4886)
Thanks [@ardatan](https://github.com/ardatan)! - Pass errors to ReadableStream's cancel method
properly when it is piped, and piped stream is cancelled

Implement `ReadableStream.from`

## 0.7.0

### Minor 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.0",
"version": "0.7.1",
"type": "module",
"description": "Fetch API implementation for Node",
"repository": {
Expand Down

0 comments on commit 7347191

Please sign in to comment.