Skip to content

Commit

Permalink
Version Packages (#1049)
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 Dec 2, 2024
1 parent 1ae929f commit 440c123
Show file tree
Hide file tree
Showing 24 changed files with 4,952 additions and 6,144 deletions.
15 changes: 0 additions & 15 deletions .changeset/thick-cooks-collect.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

## 6.0.0

### Major Changes

- drop node16 ([#1045](https://github.com/vercel/edge-runtime/pull/1045))

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

## 4.0.0

### Major Changes

- drop node16 ([#1045](https://github.com/vercel/edge-runtime/pull/1045))

## 3.0.1

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

## 4.0.0

### Major Changes

- drop node16 ([#1045](https://github.com/vercel/edge-runtime/pull/1045))

### Patch Changes

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

## 3.0.4

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

## 3.0.0

### Major Changes

- drop node16 ([#1045](https://github.com/vercel/edge-runtime/pull/1045))

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-expect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@edge-runtime/jest-expect",
"description": "Custom matchers for Jest's expect to help test Request/Response instances",
"homepage": "https://edge-runtime.vercel.app/packages/jest-expect",
"version": "2.0.0",
"version": "3.0.0",
"main": "dist/index.js",
"repository": {
"directory": "packages/jest-expect",
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

## 4.0.0

### Major Changes

- drop node16 ([#1045](https://github.com/vercel/edge-runtime/pull/1045))

## 3.0.0

### Major 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": "3.0.0",
"version": "4.0.0",
"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

## 4.0.0

### Major Changes

- drop node16 ([#1045](https://github.com/vercel/edge-runtime/pull/1045))

## 3.0.0

### Major 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": "3.0.0",
"version": "4.0.0",
"main": "src/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

## 6.0.0

### Major Changes

- drop node16 ([#1045](https://github.com/vercel/edge-runtime/pull/1045))

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

## 4.0.0

### Major Changes

- drop node16 ([#1045](https://github.com/vercel/edge-runtime/pull/1045))

### Patch Changes

- Updated dependencies [[`b1e3795`](https://github.com/vercel/edge-runtime/commit/b1e3795b4c293fae271f580f0f51c16f200c1c8d)]:
- @edge-runtime/ponyfill@4.0.0
- @edge-runtime/format@4.0.0
- @edge-runtime/vm@5.0.0

## 3.0.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": "3.0.5",
"version": "4.0.0",
"main": "dist/index.js",
"bin": {
"edge-runtime": "dist/cli/index.js"
Expand Down
11 changes: 11 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @edge-runtime/types

## 4.0.0

### Major Changes

- drop node16 ([#1045](https://github.com/vercel/edge-runtime/pull/1045))

### Patch Changes

- Updated dependencies [[`b1e3795`](https://github.com/vercel/edge-runtime/commit/b1e3795b4c293fae271f580f0f51c16f200c1c8d)]:
- @edge-runtime/primitives@6.0.0

## 3.0.3

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

## 3.0.0

### Major Changes

- drop node16 ([#1045](https://github.com/vercel/edge-runtime/pull/1045))

## 2.0.0

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

## 5.0.0

### Major Changes

- drop node16 ([#1045](https://github.com/vercel/edge-runtime/pull/1045))

### Patch Changes

- Updated dependencies [[`b1e3795`](https://github.com/vercel/edge-runtime/commit/b1e3795b4c293fae271f580f0f51c16f200c1c8d)]:
- @edge-runtime/primitives@6.0.0

## 4.0.4

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

0 comments on commit 440c123

Please sign in to comment.