Skip to content

Commit

Permalink
Version Packages (#667)
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 24, 2023
1 parent b2aefe6 commit 2a6d51a
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-rockets-fix.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.6

### Patch Changes

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

## 2.3.5

### 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.5",
"version": "2.3.6",
"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.4

### Patch Changes

- fix timers primitive types ([#664](https://github.com/vercel/edge-runtime/pull/664))

## 4.0.3

### Patch 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.3",
"version": "4.0.4",
"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.6

### Patch Changes

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

## 2.5.5

### 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.5",
"version": "2.5.6",
"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.6

### Patch Changes

- Updated dependencies [[`b2aefe6`](https://github.com/vercel/edge-runtime/commit/b2aefe6c2588d20d0e7d3eac237fbee35aec430c)]:
- @edge-runtime/primitives@4.0.4

## 2.2.5

### 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.5",
"version": "2.2.6",
"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.6

### Patch Changes

- Updated dependencies [[`b2aefe6`](https://github.com/vercel/edge-runtime/commit/b2aefe6c2588d20d0e7d3eac237fbee35aec430c)]:
- @edge-runtime/primitives@4.0.4

## 3.1.5

### 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.5",
"version": "3.1.6",
"main": "dist/index.js",
"repository": {
"directory": "packages/vm",
Expand Down

1 comment on commit 2a6d51a

@vercel
Copy link

@vercel vercel bot commented on 2a6d51a Oct 24, 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.