Skip to content

Commit bad06dc

Browse files
authored
Merge branch 'main' into tn/cypress12
2 parents 55755ff + 44dac40 commit bad06dc

File tree

5 files changed

+40
-28
lines changed

5 files changed

+40
-28
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/runtime": "4.35.0",
2+
"packages/runtime": "4.36.0",
33
"packages/next": "1.4.5"
44
}

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@babel/preset-env": "^7.15.8",
5353
"@babel/preset-typescript": "^7.16.0",
5454
"@delucis/if-env": "^1.1.2",
55-
"@netlify/build": "^29.9.2",
55+
"@netlify/build": "^29.10.0",
5656
"@netlify/eslint-config-node": "^7.0.1",
5757
"@testing-library/cypress": "^9.0.0",
5858
"@types/fs-extra": "^9.0.13",

packages/runtime/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [4.36.0](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.35.0...plugin-nextjs-v4.36.0) (2023-04-24)
4+
5+
6+
### Features
7+
8+
* add Generator to edge functions ([#2019](https://github.com/netlify/next-runtime/issues/2019)) ([b341938](https://github.com/netlify/next-runtime/commit/b341938ec9807c93b0f0484b40848d727eeeb265))
9+
10+
11+
### Bug Fixes
12+
13+
* default to target server, not serverless ([#2060](https://github.com/netlify/next-runtime/issues/2060)) ([61c2458](https://github.com/netlify/next-runtime/commit/61c24583be0c45def82f51d8c7757bb91ec5fc79))
14+
315
## [4.35.0](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.34.0...plugin-nextjs-v4.35.0) (2023-04-17)
416

517

packages/runtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-nextjs",
3-
"version": "4.35.0",
3+
"version": "4.36.0",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "index.js",
66
"files": [
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@delucis/if-env": "^1.1.2",
40-
"@netlify/build": "^29.9.2",
40+
"@netlify/build": "^29.10.0",
4141
"@types/fs-extra": "^9.0.13",
4242
"@types/jest": "^27.4.1",
4343
"@types/merge-stream": "^1.1.2",

0 commit comments

Comments
 (0)