From e281aa207b4fe6f08794ceea1f004bf45b9ddd78 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 01:06:49 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- packages/next/CHANGELOG.md | 8 ++++++++ packages/next/package.json | 2 +- packages/runtime/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/runtime/package.json | 2 +- 5 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 packages/next/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d756389f9..a653b88d5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/runtime": "4.17.0", - "packages/next": "1.0.0" + "packages/runtime": "4.18.0", + "packages/next": "1.1.0" } diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md new file mode 100644 index 0000000000..958faa4fa4 --- /dev/null +++ b/packages/next/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.1.0](https://github.com/netlify/next-runtime/compare/next-v1.0.0...next-v1.1.0) (2022-08-22) + + +### Features + +* add edge middleware support to `ntl dev` ([#1546](https://github.com/netlify/next-runtime/issues/1546)) ([b208ff4](https://github.com/netlify/next-runtime/commit/b208ff463499565d86cc15747b95895b3da18e55)) diff --git a/packages/next/package.json b/packages/next/package.json index a416de3681..aff96e2dce 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/next", - "version": "1.0.0", + "version": "1.1.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 4318039c12..9e34d892d6 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [4.18.0](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.17.0...plugin-nextjs-v4.18.0) (2022-08-22) + + +### Features + +* ✨ change over to next-runtime ([#1540](https://github.com/netlify/next-runtime/issues/1540)) ([7ecf41d](https://github.com/netlify/next-runtime/commit/7ecf41d1908bc1879761ce5324fe231c75673ead)) +* add edge middleware support to `ntl dev` ([#1546](https://github.com/netlify/next-runtime/issues/1546)) ([b208ff4](https://github.com/netlify/next-runtime/commit/b208ff463499565d86cc15747b95895b3da18e55)) +* default edge middleware to on ([#1547](https://github.com/netlify/next-runtime/issues/1547)) ([9578fa9](https://github.com/netlify/next-runtime/commit/9578fa9d924362f5479f42be287028684a35ea12)) +* **graph:** populate graph token for ISR ([#1525](https://github.com/netlify/next-runtime/issues/1525)) ([573b913](https://github.com/netlify/next-runtime/commit/573b9137241882359411f448acd044a32c2c8169)) +* skip run if @netlify/plugin-nextjs installed ([#1536](https://github.com/netlify/next-runtime/issues/1536)) ([0b4cf8c](https://github.com/netlify/next-runtime/commit/0b4cf8c6df7745fed91a59b90ab0e9f7f909b033)) +* support custom response headers on images served via IPX ([#1515](https://github.com/netlify/next-runtime/issues/1515)) ([40cb8a9](https://github.com/netlify/next-runtime/commit/40cb8a9643794121c9253ffb48555f029c7ae9af)) + + +### Bug Fixes + +* check for middleware manifest before providing to Object.keys ([#1559](https://github.com/netlify/next-runtime/issues/1559)) ([f500f51](https://github.com/netlify/next-runtime/commit/f500f516281e3a2ebdd82cedaee91c05b0a438c0)) +* **deps:** update dependency @netlify/functions to ^1.1.0 ([#1526](https://github.com/netlify/next-runtime/issues/1526)) ([8a98d72](https://github.com/netlify/next-runtime/commit/8a98d7237f9168342e3bfeb9dbcc9240d694dcdd)) +* **deps:** update dependency @netlify/functions to ^1.2.0 ([#1543](https://github.com/netlify/next-runtime/issues/1543)) ([81381eb](https://github.com/netlify/next-runtime/commit/81381eb0955b7ab6db12da1c23a3f315b6754459)) +* **deps:** update dependency @netlify/ipx to ^1.2.1 ([#1534](https://github.com/netlify/next-runtime/issues/1534)) ([086a703](https://github.com/netlify/next-runtime/commit/086a703c87fb196d3b84c698dfb1621be6a0713b)) +* **deps:** update dependency @netlify/ipx to ^1.2.2 ([#1544](https://github.com/netlify/next-runtime/issues/1544)) ([097e624](https://github.com/netlify/next-runtime/commit/097e624261fad97da3411439f8e7c3baa0f706c1)) +* ensure newly-created middleware works ([#1558](https://github.com/netlify/next-runtime/issues/1558)) ([39f3b4b](https://github.com/netlify/next-runtime/commit/39f3b4b87393bd38421bd01eca13e68a608a0f85)) +* handle missing config base ([#1555](https://github.com/netlify/next-runtime/issues/1555)) ([f69d9db](https://github.com/netlify/next-runtime/commit/f69d9dbdf3d461f8ed370a9acb577fa33201f093)) +* use individual next/server deno imports ([#1556](https://github.com/netlify/next-runtime/issues/1556)) ([0667662](https://github.com/netlify/next-runtime/commit/0667662bb125a06c72b399fa08b5a2e10eb89d4d)) + ## [4.17.0](https://github.com/netlify/next-runtime/compare/next-runtime-v4.16.0...next-runtime-v4.17.0) (2022-08-17) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index b5366af29b..40aa449a9c 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "4.17.0", + "version": "4.18.0", "description": "Run Next.js seamlessly on Netlify", "main": "lib/index.js", "files": [