Skip to content

Commit c66a910

Browse files
Version Packages (#1025)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent baa606c commit c66a910

File tree

8 files changed

+22
-13
lines changed

8 files changed

+22
-13
lines changed

.changeset/big-pumpkins-kiss.md

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

.changeset/tasty-cats-eat.md

Lines changed: 0 additions & 5 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+
## 5.0.2
4+
5+
### Patch Changes
6+
7+
- Fix parsing max-age in set cookie ([#995](https://github.com/vercel/edge-runtime/pull/995))
8+
39
## 5.0.1
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.1",
5+
"version": "5.0.2",
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+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- print stack trace by default when logging errors ([#1023](https://github.com/vercel/edge-runtime/pull/1023))
8+
39
## 3.0.0
410

511
### Major 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.0",
5+
"version": "3.0.1",
66
"main": "dist/index.js",
77
"repository": {
88
"directory": "packages/format",

packages/runtime/CHANGELOG.md

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

3+
## 3.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8bfb9b3`](https://github.com/vercel/edge-runtime/commit/8bfb9b333042c99686bc41c4a32c0b07676918ba)]:
8+
- @edge-runtime/format@3.0.1
9+
310
## 3.0.3
411

512
### Patch Changes

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "edge-runtime",
33
"description": "Run any Edge Function from CLI or Node.js module.",
44
"homepage": "https://edge-runtime.vercel.app/packages/runtime",
5-
"version": "3.0.3",
5+
"version": "3.0.4",
66
"main": "dist/index.js",
77
"bin": {
88
"edge-runtime": "dist/cli/index.js"

0 commit comments

Comments
 (0)