Skip to content

Commit

Permalink
Version Packages (#642)
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
github-actions[bot] and github-actions[bot] authored Oct 15, 2023
1 parent 5a8f35a commit 521bff7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-eagles-invite.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cookies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @edge-runtime/cookies

## 4.0.1

### Patch Changes

- fix cookies() .set() to reflect the priority attribute into set-cookie ([#640](https://github.com/vercel/edge-runtime/pull/640))

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cookies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@edge-runtime/cookies",
"description": "Cookie helpers compatible with Edge Runtime",
"homepage": "https://edge-runtime.vercel.app/packages/cookies",
"version": "4.0.0",
"version": "4.0.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"repository": {
Expand Down

1 comment on commit 521bff7

@vercel
Copy link

@vercel vercel bot commented on 521bff7 Oct 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

edge-runtime – ./

edge-runtime.vercel.app
edge-runtime.vercel.sh
edge-runtime-git-main.vercel.sh

Please sign in to comment.