Skip to content

Commit 0b4738c

Browse files
chore(release): update monorepo packages versions
1 parent b217e30 commit 0b4738c

20 files changed

+136
-49
lines changed

.changeset/@whatwg-node_fetch-2082-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@whatwg-node_server-2082-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@whatwg-node_server-plugin-cookies-2082-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/curvy-insects-cheer.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

benchmarks/server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @benchmarks/server
22

3+
## 0.0.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`b217e30`](https://github.com/ardatan/whatwg-node/commit/b217e305b5a5d63e164cf83ef45e7d1e95fefa0e)]:
9+
- @whatwg-node/server@0.9.68
10+
311
## 0.0.42
412

513
### Patch Changes

benchmarks/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@benchmarks/server",
3-
"version": "0.0.42",
3+
"version": "0.0.43",
44
"type": "module",
55
"private": true,
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"test": "start-server-and-test start http://127.0.0.1:4000/ping loadtest"
1414
},
1515
"dependencies": {
16-
"@whatwg-node/server": "0.9.67"
16+
"@whatwg-node/server": "0.9.68"
1717
},
1818
"devDependencies": {
1919
"start-server-and-test": "2.0.10"

e2e/aws-lambda/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @e2e/aws-lambda
22

3+
## 0.0.38
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`b217e30`](https://github.com/ardatan/whatwg-node/commit/b217e305b5a5d63e164cf83ef45e7d1e95fefa0e),
9+
[`090b4b0`](https://github.com/ardatan/whatwg-node/commit/090b4b0d2aefbf36707fa236395bc6ea99227b9c)]:
10+
- @whatwg-node/fetch@0.10.4
11+
312
## 0.0.37
413

514
### Patch Changes

e2e/aws-lambda/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@e2e/aws-lambda",
3-
"version": "0.0.37",
3+
"version": "0.0.38",
44
"private": true,
55
"scripts": {
66
"build": "node scripts/bundle.js",
77
"e2e": "ts-node -r tsconfig-paths/register scripts/e2e.ts"
88
},
99
"dependencies": {
1010
"@e2e/shared-scripts": "0.0.0",
11-
"@whatwg-node/fetch": "0.10.3",
11+
"@whatwg-node/fetch": "0.10.4",
1212
"aws-lambda": "1.0.7"
1313
},
1414
"devDependencies": {

e2e/shared-server/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @e2e/shared-server
22

3+
## 0.0.131
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`b217e30`](https://github.com/ardatan/whatwg-node/commit/b217e305b5a5d63e164cf83ef45e7d1e95fefa0e),
9+
[`b217e30`](https://github.com/ardatan/whatwg-node/commit/b217e305b5a5d63e164cf83ef45e7d1e95fefa0e),
10+
[`090b4b0`](https://github.com/ardatan/whatwg-node/commit/090b4b0d2aefbf36707fa236395bc6ea99227b9c)]:
11+
- @whatwg-node/fetch@0.10.4
12+
- @whatwg-node/server@0.9.68
13+
314
## 0.0.130
415

516
### Patch Changes

e2e/shared-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@e2e/shared-server",
3-
"version": "0.0.130",
3+
"version": "0.0.131",
44
"private": true,
55
"dependencies": {
6-
"@whatwg-node/fetch": "0.10.3",
7-
"@whatwg-node/server": "0.9.67"
6+
"@whatwg-node/fetch": "0.10.4",
7+
"@whatwg-node/server": "0.9.68"
88
}
99
}

0 commit comments

Comments
 (0)