Skip to content

Commit

Permalink
Version Packages (#598)
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 Sep 11, 2023
1 parent e848ee8 commit 4f0ac6a
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/slimy-seals-confess.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/jest-environment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @edge-runtime/jest-environment

## 2.3.3

### Patch Changes

- Updated dependencies []:
- @edge-runtime/vm@3.1.3

## 2.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@edge-runtime/jest-environment",
"description": "A Jest integration to run assertions in Edge Runtime context.",
"homepage": "https://edge-runtime.vercel.app/packages/jest-environment",
"version": "2.3.2",
"version": "2.3.3",
"main": "dist/index.js",
"repository": {
"directory": "packages/jest-environment",
Expand Down
6 changes: 6 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @edge-runtime/primitives

## 4.0.1

### Patch Changes

- Reverts the removal of `Headers#getAll` introduced in #586 for compatibility reasons. It is still marked as deprecated, as `Headers.getSetCookie` is the preferred method now. ([#597](https://github.com/vercel/edge-runtime/pull/597))

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@edge-runtime/primitives",
"description": "A set of primitives to build Vercel Edge Runtime.",
"homepage": "https://edge-runtime.vercel.app/packages/primitives",
"version": "4.0.0",
"version": "4.0.1",
"main": "dist/index.js",
"repository": {
"directory": "packages/primitives",
Expand Down
7 changes: 7 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# edge-runtime

## 2.5.3

### Patch Changes

- Updated dependencies []:
- @edge-runtime/vm@3.1.3

## 2.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "edge-runtime",
"description": "Run any Edge Function from CLI or Node.js module.",
"homepage": "https://edge-runtime.vercel.app/packages/runtime",
"version": "2.5.2",
"version": "2.5.3",
"main": "dist/index.js",
"bin": {
"edge-runtime": "dist/cli/index.js"
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @edge-runtime/types

## 2.2.3

### Patch Changes

- Updated dependencies [[`e848ee8`](https://github.com/vercel/edge-runtime/commit/e848ee8553bee236df6ff4fd45ed160e53f1d0f1)]:
- @edge-runtime/primitives@4.0.1

## 2.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@edge-runtime/types",
"description": "TypeScript global types for using Edge Runtime.",
"homepage": "https://edge-runtime.vercel.app/packages/types",
"version": "2.2.2",
"version": "2.2.3",
"repository": {
"directory": "packages/types",
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/vm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @edge-runtime/vm

## 3.1.3

### Patch Changes

- Updated dependencies [[`e848ee8`](https://github.com/vercel/edge-runtime/commit/e848ee8553bee236df6ff4fd45ed160e53f1d0f1)]:
- @edge-runtime/primitives@4.0.1

## 3.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@edge-runtime/vm",
"description": "Low level bindings for creating Web Standard contexts.",
"homepage": "https://edge-runtime.vercel.app/packages/vm",
"version": "3.1.2",
"version": "3.1.3",
"main": "dist/index.js",
"repository": {
"directory": "packages/vm",
Expand Down

1 comment on commit 4f0ac6a

@vercel
Copy link

@vercel vercel bot commented on 4f0ac6a Sep 11, 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-git-main.vercel.sh
edge-runtime.vercel.app
edge-runtime.vercel.sh

Please sign in to comment.