Skip to content

Commit

Permalink
Version Packages (#774)
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 Jan 23, 2024
1 parent d60043d commit 39b48e3
Show file tree
Hide file tree
Showing 22 changed files with 88 additions and 30 deletions.
9 changes: 0 additions & 9 deletions .changeset/cold-rice-fetch.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/thirty-turkeys-tap.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cookies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @edge-runtime/cookies

## 4.0.3

### Patch Changes

- build: upgrade tsup ([#773](https://github.com/vercel/edge-runtime/pull/773))

- fix: expose `performance` constructor ([#772](https://github.com/vercel/edge-runtime/pull/772))

## 4.0.2

### 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": "4.0.2",
"version": "4.0.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/format/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @edge-runtime/format

## 2.2.1

### Patch Changes

- build: upgrade tsup ([#773](https://github.com/vercel/edge-runtime/pull/773))

- fix: expose `performance` constructor ([#772](https://github.com/vercel/edge-runtime/pull/772))

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@edge-runtime/format",
"description": "A printf-like string formatter for Edge Runtime",
"homepage": "https://github.com/vercel/edge-runtime#readme",
"version": "2.2.0",
"version": "2.2.1",
"main": "dist/index.js",
"repository": {
"directory": "packages/format",
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.8

### Patch Changes

- Updated dependencies [[`c313a3cbde5b06ee4ff716a25fbd0118cdfb571b`](https://github.com/vercel/edge-runtime/commit/c313a3cbde5b06ee4ff716a25fbd0118cdfb571b)]:
- @edge-runtime/vm@3.1.8

## 2.3.7

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

## 2.2.3

### Patch Changes

- build: upgrade tsup ([#773](https://github.com/vercel/edge-runtime/pull/773))

- fix: expose `performance` constructor ([#772](https://github.com/vercel/edge-runtime/pull/772))

## 2.2.2

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

## 2.4.2

### Patch Changes

- fix: expose `performance` constructor ([#772](https://github.com/vercel/edge-runtime/pull/772))

## 2.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ponyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@edge-runtime/ponyfill",
"description": "A ponyfill (doesn't overwrite the native methods) to use Edge Runtime APIs in any environment.",
"homepage": "https://edge-runtime.vercel.app/packages/ponyfill",
"version": "2.4.1",
"version": "2.4.2",
"main": "src/index.js",
"module": "dist/index.mjs",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @edge-runtime/primitives

## 4.0.6

### Patch Changes

- build: upgrade tsup ([#773](https://github.com/vercel/edge-runtime/pull/773))

- fix: expose `performance` constructor ([#772](https://github.com/vercel/edge-runtime/pull/772))

## 4.0.5

### 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.5",
"version": "4.0.6",
"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.8

### Patch Changes

- Updated dependencies [[`d26e2ddaffdf7f9ae9bbcdeae00175dabd4a7e44`](https://github.com/vercel/edge-runtime/commit/d26e2ddaffdf7f9ae9bbcdeae00175dabd4a7e44), [`c313a3cbde5b06ee4ff716a25fbd0118cdfb571b`](https://github.com/vercel/edge-runtime/commit/c313a3cbde5b06ee4ff716a25fbd0118cdfb571b)]:
- @edge-runtime/format@2.2.1
- @edge-runtime/ponyfill@2.4.2
- @edge-runtime/vm@3.1.8

## 2.5.7

### 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.7",
"version": "2.5.8",
"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.8

### Patch Changes

- Updated dependencies [[`d26e2ddaffdf7f9ae9bbcdeae00175dabd4a7e44`](https://github.com/vercel/edge-runtime/commit/d26e2ddaffdf7f9ae9bbcdeae00175dabd4a7e44), [`c313a3cbde5b06ee4ff716a25fbd0118cdfb571b`](https://github.com/vercel/edge-runtime/commit/c313a3cbde5b06ee4ff716a25fbd0118cdfb571b)]:
- @edge-runtime/primitives@4.0.6

## 2.2.7

### 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.7",
"version": "2.2.8",
"repository": {
"directory": "packages/types",
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/user-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @edge-runtime/user-agent

## 1.4.1

### Patch Changes

- build: upgrade tsup ([#773](https://github.com/vercel/edge-runtime/pull/773))

- fix: expose `performance` constructor ([#772](https://github.com/vercel/edge-runtime/pull/772))

## 1.4.0

### Minor Changes
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 @@ -2,7 +2,7 @@
"name": "@edge-runtime/user-agent",
"description": "An Edge Runtime compatible user-agent parsing utility",
"homepage": "https://edge-runtime.vercel.app/packages/user-agent",
"version": "1.4.0",
"version": "1.4.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/vm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @edge-runtime/vm

## 3.1.8

### Patch Changes

- fix: expose `performance` constructor ([#772](https://github.com/vercel/edge-runtime/pull/772))

- Updated dependencies [[`d26e2ddaffdf7f9ae9bbcdeae00175dabd4a7e44`](https://github.com/vercel/edge-runtime/commit/d26e2ddaffdf7f9ae9bbcdeae00175dabd4a7e44), [`c313a3cbde5b06ee4ff716a25fbd0118cdfb571b`](https://github.com/vercel/edge-runtime/commit/c313a3cbde5b06ee4ff716a25fbd0118cdfb571b)]:
- @edge-runtime/primitives@4.0.6

## 3.1.7

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

1 comment on commit 39b48e3

@vercel
Copy link

@vercel vercel bot commented on 39b48e3 Jan 23, 2024

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-git-main.vercel.sh
edge-runtime.vercel.sh

Please sign in to comment.