From 641965375ef94ee6253ab9f046805fa8bdadb3d6 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 01:22:44 +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 035d3dda4d..9a790b0028 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/runtime": "4.30.3", - "packages/next": "1.4.3" + "packages/runtime": "4.30.4", + "packages/next": "1.4.4" } diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index af8e57c332..a454d13be0 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.4](https://github.com/netlify/next-runtime/compare/next-v1.4.3...next-v1.4.4) (2023-02-06) + + +### Bug Fixes + +* add `AsyncLocalStorage` to `globalThis` ([#1907](https://github.com/netlify/next-runtime/issues/1907)) ([1ec8203](https://github.com/netlify/next-runtime/commit/1ec820322fea66fa4027a353d5ba562074c90509)) + ## [1.4.3](https://github.com/netlify/next-runtime/compare/next-v1.4.2...next-v1.4.3) (2022-12-19) diff --git a/packages/next/package.json b/packages/next/package.json index e80ed1ee9e..29b1e4afee 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/next", - "version": "1.4.3", + "version": "1.4.4", "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 fd4f9e6810..e976a483dc 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.30.4](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.30.3...plugin-nextjs-v4.30.4) (2023-02-06) + + +### Bug Fixes + +* add `AsyncLocalStorage` to `globalThis` ([#1907](https://github.com/netlify/next-runtime/issues/1907)) ([1ec8203](https://github.com/netlify/next-runtime/commit/1ec820322fea66fa4027a353d5ba562074c90509)) + ## [4.30.3](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.30.2...plugin-nextjs-v4.30.3) (2023-01-30) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 14253e268b..eed1e8dac5 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "4.30.3", + "version": "4.30.4", "description": "Run Next.js seamlessly on Netlify", "main": "index.js", "files": [