From b907ab9eee7cdf95e39f18f203b849c1557af98b Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 00:41:48 +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 | 9 +++++++++ packages/runtime/package.json | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c6b02327a8..d0142315fe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/runtime": "4.29.3", - "packages/next": "1.4.2" + "packages/runtime": "4.29.4", + "packages/next": "1.4.3" } diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index ae5b187306..af8e57c332 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.3](https://github.com/netlify/next-runtime/compare/next-v1.4.2...next-v1.4.3) (2022-12-19) + + +### Bug Fixes + +* support appDir ([#1638](https://github.com/netlify/next-runtime/issues/1638)) ([a5b8047](https://github.com/netlify/next-runtime/commit/a5b80475a89f5ab2266059ad2e96c8786ff41421)) + ## [1.4.2](https://github.com/netlify/next-runtime/compare/next-v1.4.1...next-v1.4.2) (2022-12-05) diff --git a/packages/next/package.json b/packages/next/package.json index 0a23a770e6..27b0c10111 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/next", - "version": "1.4.2", + "version": "1.4.3", "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 dedcf7b236..869241ae27 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.29.4](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.29.3...plugin-nextjs-v4.29.4) (2022-12-19) + + +### Bug Fixes + +* **deps:** update dependency @netlify/ipx to ^1.3.2 ([#1833](https://github.com/netlify/next-runtime/issues/1833)) ([fb4d816](https://github.com/netlify/next-runtime/commit/fb4d816665433e7a8e2172b98d2bb37b766efc89)) +* support appDir ([#1638](https://github.com/netlify/next-runtime/issues/1638)) ([a5b8047](https://github.com/netlify/next-runtime/commit/a5b80475a89f5ab2266059ad2e96c8786ff41421)) +* use static 404 for non-prerendered dynamic routes without fallback ([#1795](https://github.com/netlify/next-runtime/issues/1795)) ([2aa02db](https://github.com/netlify/next-runtime/commit/2aa02dbe8140b2107c312e757e9dc1609c3b4e70)) + ## [4.29.3](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.29.2...plugin-nextjs-v4.29.3) (2022-12-05) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 74eb3310b1..178304a840 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "4.29.3", + "version": "4.29.4", "description": "Run Next.js seamlessly on Netlify", "main": "index.js", "files": [