Skip to content

Commit

Permalink
chore: release main (#2192)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] authored Jul 3, 2023
1 parent 4b3d3f4 commit e1a3dc0
Show file tree
Hide file tree
Showing 5 changed files with 25 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.38.1",
"packages/next": "1.4.8"
"packages/runtime": "4.39.0",
"packages/next": "1.4.9"
}
7 changes: 7 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.9](https://github.com/netlify/next-runtime/compare/next-v1.4.8...next-v1.4.9) (2023-07-03)


### Bug Fixes

* override headers within req.rewrite() ([#2189](https://github.com/netlify/next-runtime/issues/2189)) ([cc8546e](https://github.com/netlify/next-runtime/commit/cc8546e77f4f6cb784a0f8fe0484a1b96fb8137a))

## [1.4.8](https://github.com/netlify/next-runtime/compare/next-v1.4.7...next-v1.4.8) (2023-06-26)


Expand Down
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.4.8",
"version": "1.4.9",
"description": "Enhanced Next.js features on Netlify",
"main": "lib/index.js",
"files": [
Expand Down
14 changes: 14 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.39.0](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.38.1...plugin-nextjs-v4.39.0) (2023-07-03)


### Features

* Use `none` bundler for SSR Routes ([#2084](https://github.com/netlify/next-runtime/issues/2084)) ([4b3d3f4](https://github.com/netlify/next-runtime/commit/4b3d3f46060448e2527d94eda952314142150ddd))


### Bug Fixes

* **deps:** update dependency pathe to ^0.3.0 ([#2199](https://github.com/netlify/next-runtime/issues/2199)) ([87391e1](https://github.com/netlify/next-runtime/commit/87391e162588910459d9ca0eb7080c04bb713988))
* edge cases for custom react module resolution ([#2188](https://github.com/netlify/next-runtime/issues/2188)) ([6b527be](https://github.com/netlify/next-runtime/commit/6b527be4473032c2e22ed67c819ef662d410f457))
* preserve original path after middleware rewrite ([#2177](https://github.com/netlify/next-runtime/issues/2177)) ([9c6ec9f](https://github.com/netlify/next-runtime/commit/9c6ec9f669b8325f6cd4a3ed61446dc7cf550d3a))

## [4.38.1](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.38.0...plugin-nextjs-v4.38.1) (2023-06-22)


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.38.1",
"version": "4.39.0",
"description": "Run Next.js seamlessly on Netlify",
"main": "index.js",
"files": [
Expand Down

0 comments on commit e1a3dc0

Please sign in to comment.