Skip to content

Commit

Permalink
Version Packages (beta) (#356)
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 May 28, 2023
1 parent a594675 commit c68a21e
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 5 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"hip-hairs-sing",
"hot-needles-draw",
"light-chicken-wait",
"mighty-impalas-tap",
"orange-colts-cover",
"pink-donkeys-listen",
"serious-moons-remain",
Expand Down
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.2.0-beta.11

### Patch Changes

- Updated dependencies [[`a594675`](https://github.com/vercel/edge-runtime/commit/a594675e695264e0325c2ae511b38bdc015a436d)]:
- @edge-runtime/vm@3.0.0-beta.10

## 2.2.0-beta.10

### 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.2.0-beta.10",
"version": "2.2.0-beta.11",
"main": "dist/index.js",
"repository": {
"directory": "packages/jest-environment",
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.3.0-beta.10

### Patch Changes

- Updated dependencies [[`a594675`](https://github.com/vercel/edge-runtime/commit/a594675e695264e0325c2ae511b38bdc015a436d)]:
- @edge-runtime/vm@3.0.0-beta.10

## 2.3.0-beta.9

### 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.3.0-beta.9",
"version": "2.3.0-beta.10",
"main": "dist/index.js",
"bin": {
"edge-runtime": "dist/cli/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/user-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"web"
],
"devDependencies": {
"@edge-runtime/jest-environment": "workspace:2.2.0-beta.10",
"@edge-runtime/jest-environment": "workspace:2.2.0-beta.11",
"@types/ua-parser-js": "0.7.36",
"tsup": "6",
"ua-parser-js": "1.0.35"
Expand Down
10 changes: 10 additions & 0 deletions packages/vm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @edge-runtime/vm

## 3.0.0-beta.10

### Major Changes

- remove `.require` helpers. This is not necessary as people can add dependencies ([#355](https://github.com/vercel/edge-runtime/pull/355))
to the context and instanceof should just work.

we don't use the vm as a security boundary, so we don't need to worry about
people adding malicious code to the context.

## 2.2.0-beta.9

### 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": "2.2.0-beta.9",
"version": "3.0.0-beta.10",
"main": "dist/index.js",
"repository": {
"directory": "packages/vm",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit c68a21e

@vercel
Copy link

@vercel vercel bot commented on c68a21e May 28, 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.