Skip to content

Commit

Permalink
Version Packages (#589)
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 65b4374 commit a598a6c
Show file tree
Hide file tree
Showing 15 changed files with 55 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/tricky-badgers-flow.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.0

### Major Changes

- Simplify `set-cookie` handling ([#586](https://github.com/vercel/edge-runtime/pull/586))

## 3.4.1

### Patch 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": "3.4.1",
"version": "4.0.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"repository": {
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.3.2

### Patch Changes

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

## 2.3.1

### 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.1",
"version": "2.3.2",
"main": "dist/index.js",
"repository": {
"directory": "packages/jest-environment",
Expand Down
6 changes: 6 additions & 0 deletions packages/node-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @edge-runtime/node-utils

## 2.2.2

### Patch Changes

- Simplify `set-cookie` handling ([#586](https://github.com/vercel/edge-runtime/pull/586))

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@edge-runtime/node-utils",
"description": "A set of helpers for running edge-compliant code in Node.js environment",
"homepage": "https://edge-runtime.vercel.app/packages/node-utils",
"version": "2.2.1",
"version": "2.2.2",
"main": "dist/index.js",
"module": "dist/index.mjs",
"repository": {
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.0

### Major Changes

- Simplify `set-cookie` handling ([#586](https://github.com/vercel/edge-runtime/pull/586))

## 3.1.1

### 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": "3.1.1",
"version": "4.0.0",
"main": "dist/index.js",
"repository": {
"directory": "packages/primitives",
Expand Down
9 changes: 9 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# edge-runtime

## 2.5.2

### Patch Changes

- Simplify `set-cookie` handling ([#586](https://github.com/vercel/edge-runtime/pull/586))

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

## 2.5.1

### 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.1",
"version": "2.5.2",
"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.2

### Patch Changes

- Updated dependencies [[`23f55e0`](https://github.com/vercel/edge-runtime/commit/23f55e08b5b410605724b44d876b24325c51f5f5)]:
- @edge-runtime/primitives@4.0.0

## 2.2.1

### 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.1",
"version": "2.2.2",
"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.2

### Patch Changes

- Updated dependencies [[`23f55e0`](https://github.com/vercel/edge-runtime/commit/23f55e08b5b410605724b44d876b24325c51f5f5)]:
- @edge-runtime/primitives@4.0.0

## 3.1.1

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

1 comment on commit a598a6c

@vercel
Copy link

@vercel vercel bot commented on a598a6c 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.vercel.app
edge-runtime.vercel.sh
edge-runtime-git-main.vercel.sh

Please sign in to comment.