diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d7fe9bd011..c6b02327a8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/runtime": "4.29.2", - "packages/next": "1.4.1" + "packages/runtime": "4.29.3", + "packages/next": "1.4.2" } diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index a1fb7a6b61..ae5b187306 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/netlify/next-runtime/compare/next-v1.4.1...next-v1.4.2) (2022-12-05) + + +### Bug Fixes + +* fix Invalid URL error when using uppercase i18n url ([#1812](https://github.com/netlify/next-runtime/issues/1812)) ([63e060d](https://github.com/netlify/next-runtime/commit/63e060df7d3851c5dafae60d4790c2f34d47ed80)) + ## [1.4.1](https://github.com/netlify/next-runtime/compare/next-v1.4.0...next-v1.4.1) (2022-11-21) diff --git a/packages/next/package.json b/packages/next/package.json index 2cf4d789b6..dd986e83f4 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/next", - "version": "1.4.1", + "version": "1.4.2", "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 6a5ecdf4d2..dedcf7b236 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.29.3](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.29.2...plugin-nextjs-v4.29.3) (2022-12-05) + + +### Bug Fixes + +* assign globals to `self` ([#1823](https://github.com/netlify/next-runtime/issues/1823)) ([993766b](https://github.com/netlify/next-runtime/commit/993766b0f9d9638c2b6ef838d76a666d38b45db7)) +* better headers.getAll polyfill ([#1801](https://github.com/netlify/next-runtime/issues/1801)) ([84579c1](https://github.com/netlify/next-runtime/commit/84579c159bf111b37ef56a5db92ebff5daea5821)) +* get source file for page in api routes ([#1778](https://github.com/netlify/next-runtime/issues/1778)) ([2a3ad3c](https://github.com/netlify/next-runtime/commit/2a3ad3c9a1d3e36eeaba86280f05b0ba5d8ea8a9)) + ## [4.29.2](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.29.1...plugin-nextjs-v4.29.2) (2022-11-21) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 95e056d685..a065a77322 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "4.29.2", + "version": "4.29.3", "description": "Run Next.js seamlessly on Netlify", "main": "index.js", "files": [