From 92c2ec0acb0e2bd94f23f331977b05d081a0e93a Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 13:35:16 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- packages/next/CHANGELOG.md | 7 +++++++ packages/next/package.json | 2 +- packages/runtime/CHANGELOG.md | 7 +++++++ packages/runtime/package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fb25cd3784..04bb8d2e46 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/runtime": "4.21.2", - "packages/next": "1.1.1" + "packages/runtime": "4.21.3", + "packages/next": "1.2.0" } diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index 15b68627c1..f186d09390 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/netlify/next-runtime/compare/next-v1.1.1...next-v1.2.0) (2022-09-08) + + +### Features + +* create edge function demo ([#1586](https://github.com/netlify/next-runtime/issues/1586)) ([43a60c8](https://github.com/netlify/next-runtime/commit/43a60c88260e897d3b6b49f9f05442151da36644)) + ## [1.1.1](https://github.com/netlify/next-runtime/compare/next-v1.1.0...next-v1.1.1) (2022-08-31) ### Bug Fixes diff --git a/packages/next/package.json b/packages/next/package.json index 27a05004c7..d511cb53ae 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/next", - "version": "1.1.1", + "version": "1.2.0", "description": "Enhanced Next.js features on Netlify", "main": "lib/index.js", "files": [ diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index f9abba6489..0b4ab9786f 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.21.3](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.21.2...plugin-nextjs-v4.21.3) (2022-09-08) + + +### Bug Fixes + +* handle stricter Next type ([#1597](https://github.com/netlify/next-runtime/issues/1597)) ([368ab3c](https://github.com/netlify/next-runtime/commit/368ab3cde9a2145144a112ca1c0459665b790321)) + ## [4.21.2](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.21.1...plugin-nextjs-v4.21.2) (2022-09-06) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 329e227200..95b272cf68 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "4.21.2", + "version": "4.21.3", "description": "Run Next.js seamlessly on Netlify", "main": "lib/index.js", "files": [