Skip to content

Commit

Permalink
Upcoming Release Changes (#1058)
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 Jan 2, 2024
1 parent 772552c commit b81af1b
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-cycles-smile.md

This file was deleted.

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

## 0.0.25

### Patch Changes

- Updated dependencies [[`772552c`](https://github.com/ardatan/whatwg-node/commit/772552c0521b883c30d8f4d64c8ea093e75a95a0)]:
- @whatwg-node/fetch@0.9.15

## 0.0.24

### 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.24",
"version": "0.0.25",
"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.14",
"@whatwg-node/fetch": "0.9.15",
"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.81

### Patch Changes

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

## 0.0.80

### 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.80",
"version": "0.0.81",
"private": true,
"scripts": {
"e2e": "bun test",
"start": "bun src/index.ts"
},
"dependencies": {
"@e2e/shared-server": "0.0.80",
"@e2e/shared-server": "0.0.81",
"@types/node": "20.10.6",
"bun-types": "1.0.21"
},
Expand Down
7 changes: 7 additions & 0 deletions e2e/shared-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @e2e/shared-server

## 0.0.81

### Patch Changes

- Updated dependencies [[`772552c`](https://github.com/ardatan/whatwg-node/commit/772552c0521b883c30d8f4d64c8ea093e75a95a0)]:
- @whatwg-node/fetch@0.9.15

## 0.0.80

### 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.80",
"version": "0.0.81",
"private": true,
"dependencies": {
"@whatwg-node/fetch": "0.9.14",
"@whatwg-node/fetch": "0.9.15",
"@whatwg-node/server": "0.9.23"
}
}
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.81

### Patch Changes

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

## 0.0.80

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

## 0.9.15

### Patch Changes

- [`772552c`](https://github.com/ardatan/whatwg-node/commit/772552c0521b883c30d8f4d64c8ea093e75a95a0) Thanks [@ardatan](https://github.com/ardatan)! - Skip ponyfilling if NextJS

## 0.9.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.14",
"version": "0.9.15",
"description": "Cross Platform Smart Fetch Ponyfill",
"repository": {
"type": "git",
Expand Down

0 comments on commit b81af1b

Please sign in to comment.