Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
token-generator-app[bot] authored Aug 20, 2022
1 parent e6126ce commit af9c810
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/runtime": "4.17.0",
"packages/next": "1.0.0"
"packages/runtime": "4.18.0",
"packages/next": "1.1.0"
}
8 changes: 8 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-20)


### 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))
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
24 changes: 24 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-20)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit af9c810

Please sign in to comment.