Skip to content

Commit

Permalink
Version Packages (beta) (#163)
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
Kikobeats and github-actions[bot] authored Oct 7, 2022
1 parent f91a0b7 commit 660365d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"moody-fans-nail",
"nasty-poets-ring",
"olive-balloons-exercise",
"popular-chairs-exercise",
"popular-lobsters-tap",
"serious-papayas-dance",
"tall-lies-invite",
Expand Down
2 changes: 1 addition & 1 deletion packages/cookies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"devDependencies": {
"@edge-runtime/format": "workspace:1.1.0-beta.33",
"@edge-runtime/jest-environment": "workspace:1.1.0-beta.34",
"@edge-runtime/jest-environment": "workspace:1.1.0-beta.35",
"@types/cookie": "0.5.1",
"tsup": "6"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/jest-environment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @edge-runtime/jest-environment

## 1.1.0-beta.35

### Minor Changes

- make `EdgeVM` options overrideable via `testEnvironmentOptions` ([#162](https://github.com/vercel/edge-runtime/pull/162))

## 1.1.0-beta.34

### 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": "1.1.0-beta.34",
"version": "1.1.0-beta.35",
"main": "dist/index.js",
"repository": {
"directory": "packages/jest-environment",
Expand Down
2 changes: 1 addition & 1 deletion packages/ponyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"web"
],
"devDependencies": {
"@edge-runtime/jest-environment": "workspace:1.1.0-beta.34",
"@edge-runtime/jest-environment": "workspace:1.1.0-beta.35",
"@edge-runtime/primitives": "workspace:1.1.0-beta.36",
"@edge-runtime/vm": "workspace:1.1.0-beta.36",
"acorn": "8.8.0",
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 @@ -19,7 +19,7 @@
"user-agent"
],
"devDependencies": {
"@edge-runtime/jest-environment": "workspace:1.1.0-beta.34",
"@edge-runtime/jest-environment": "workspace:1.1.0-beta.35",
"@types/ua-parser-js": "0.7.36",
"tsup": "6",
"ua-parser-js": "1.0.2"
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

1 comment on commit 660365d

@vercel
Copy link

@vercel vercel bot commented on 660365d Oct 7, 2022

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.