Skip to content

Commit 440c123

Browse files
Version Packages (#1049)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1ae929f commit 440c123

File tree

24 files changed

+4952
-6144
lines changed

24 files changed

+4952
-6144
lines changed

.changeset/thick-cooks-collect.md

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

packages/cookies/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @edge-runtime/cookies
22

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- drop node16 ([#1045](https://github.com/vercel/edge-runtime/pull/1045))
8+
39
## 5.0.2
410

511
### Patch Changes

packages/cookies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@edge-runtime/cookies",
33
"description": "Cookie helpers compatible with Edge Runtime",
44
"homepage": "https://edge-runtime.vercel.app/packages/cookies",
5-
"version": "5.0.2",
5+
"version": "6.0.0",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",
88
"repository": {

packages/format/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @edge-runtime/format
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- drop node16 ([#1045](https://github.com/vercel/edge-runtime/pull/1045))
8+
39
## 3.0.1
410

511
### Patch Changes

packages/format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@edge-runtime/format",
33
"description": "A printf-like string formatter for Edge Runtime",
44
"homepage": "https://github.com/vercel/edge-runtime#readme",
5-
"version": "3.0.1",
5+
"version": "4.0.0",
66
"main": "dist/index.js",
77
"repository": {
88
"directory": "packages/format",

packages/jest-environment/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @edge-runtime/jest-environment
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- drop node16 ([#1045](https://github.com/vercel/edge-runtime/pull/1045))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`b1e3795`](https://github.com/vercel/edge-runtime/commit/b1e3795b4c293fae271f580f0f51c16f200c1c8d)]:
12+
- @edge-runtime/vm@5.0.0
13+
314
## 3.0.4
415

516
### Patch Changes

packages/jest-environment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@edge-runtime/jest-environment",
33
"description": "A Jest integration to run assertions in Edge Runtime context.",
44
"homepage": "https://edge-runtime.vercel.app/packages/jest-environment",
5-
"version": "3.0.4",
5+
"version": "4.0.0",
66
"main": "dist/index.js",
77
"repository": {
88
"directory": "packages/jest-environment",

packages/jest-expect/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @edge-runtime/jest-expect
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- drop node16 ([#1045](https://github.com/vercel/edge-runtime/pull/1045))
8+
39
## 2.0.0
410

511
### Major Changes

packages/jest-expect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@edge-runtime/jest-expect",
33
"description": "Custom matchers for Jest's expect to help test Request/Response instances",
44
"homepage": "https://edge-runtime.vercel.app/packages/jest-expect",
5-
"version": "2.0.0",
5+
"version": "3.0.0",
66
"main": "dist/index.js",
77
"repository": {
88
"directory": "packages/jest-expect",

packages/node-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @edge-runtime/node-utils
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- drop node16 ([#1045](https://github.com/vercel/edge-runtime/pull/1045))
8+
39
## 3.0.0
410

511
### Major Changes

0 commit comments

Comments
 (0)