Skip to content

Commit

Permalink
chore: release main (#2270)
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 Aug 22, 2023
1 parent 4261de7 commit a119713
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/runtime": "4.40.0",
"packages/runtime": "4.40.1",
"packages/next": "1.4.9"
}
8 changes: 8 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.40.1](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.40.0...plugin-nextjs-v4.40.1) (2023-08-21)


### Bug Fixes

* improves support for __NEXT_PRIVATE_PREBUNDLED_REACT ([#2236](https://github.com/netlify/next-runtime/issues/2236)) ([4261de7](https://github.com/netlify/next-runtime/commit/4261de73db3a678c4526b15f58acb3bd5711f98a))
* pass packagePath down to rsc edge manifest ([#2269](https://github.com/netlify/next-runtime/issues/2269)) ([3517973](https://github.com/netlify/next-runtime/commit/3517973dd6507a07303f6875b629acb0f976514b))

## [4.40.0](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.39.4...plugin-nextjs-v4.40.0) (2023-08-14)


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

0 comments on commit a119713

Please sign in to comment.