Skip to content

Commit

Permalink
Upcoming Release Changes (#905)
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 Oct 25, 2023
1 parent a302a59 commit 1639298
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-masks-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-chicken-own.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.24

### Patch Changes

- Updated dependencies
[[`68ac24c`](https://github.com/ardatan/whatwg-node/commit/68ac24c342bf2215450bb910c2132f6db0b62993)]:
- @whatwg-node/fetch@0.9.14

## 0.0.23

### 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.23",
"version": "0.0.24",
"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.9.13",
"@whatwg-node/fetch": "0.9.14",
"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.73

### Patch Changes

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

## 0.0.72

### 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.72",
"version": "0.0.73",
"private": true,
"scripts": {
"e2e": "bun wiptest",
"start": "bun src/index.ts"
},
"dependencies": {
"@e2e/shared-server": "0.0.72",
"@e2e/shared-server": "0.0.73",
"bun-types": "^1.0.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.73

### Patch Changes

- Updated dependencies
[[`68ac24c`](https://github.com/ardatan/whatwg-node/commit/68ac24c342bf2215450bb910c2132f6db0b62993)]:
- @whatwg-node/fetch@0.9.14

## 0.0.72

### 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.72",
"version": "0.0.73",
"private": true,
"dependencies": {
"@whatwg-node/fetch": "0.9.13",
"@whatwg-node/fetch": "0.9.14",
"@whatwg-node/server": "0.9.16"
}
}
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.73

### Patch Changes

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

## 0.0.72

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

## 0.9.14

### Patch Changes

- [`68ac24c`](https://github.com/ardatan/whatwg-node/commit/68ac24c342bf2215450bb910c2132f6db0b62993)
Thanks [@ardatan](https://github.com/ardatan)! - Support TypeScript 5.2.2

- Updated dependencies
[[`f7e507f`](https://github.com/ardatan/whatwg-node/commit/f7e507f6565a1f9cd50fc8c01594ce21205a05dd)]:
- @whatwg-node/node-fetch@0.5.0

## 0.9.13

### Patch 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.9.13",
"version": "0.9.14",
"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.4.17",
"@whatwg-node/node-fetch": "^0.5.0",
"urlpattern-polyfill": "^9.0.0"
},
"publishConfig": {
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.5.0

### Minor Changes

- [#904](https://github.com/ardatan/whatwg-node/pull/904)
[`f7e507f`](https://github.com/ardatan/whatwg-node/commit/f7e507f6565a1f9cd50fc8c01594ce21205a05dd)
Thanks [@ardatan](https://github.com/ardatan)! - Drop Node 16 support

## 0.4.19

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

0 comments on commit 1639298

Please sign in to comment.