You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-12
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,10 @@ Read more about [Netlify redirects](https://docs.netlify.com/routing/redirects/)
134
134
135
135
### Versions
136
136
137
-
You can check our `package.json` for supported Next and Node versions. Our support of Next 10 is currently experimental.
137
+
You can check our `package.json` for supported Next and Node versions.
138
+
139
+
For breaking Next.js releases, all Next.js versions before the breaking release will be locked to the last working plugin version.
140
+
You can check dependency version compatibility [here](https://github.com/netlify/plugins/blob/master/site/plugins.json).
138
141
139
142
### Fallbacks for Pages with `getStaticPaths`
140
143
@@ -146,14 +149,4 @@ For more on this, see: [Issue #7](https://github.com/netlify/next-on-netlify/iss
146
149
147
150
## Credits
148
151
149
-
This package is maintained by [Lindsay Levine](https://github.com/lindsaylevine) and [Cassidy Williams](https://github.com/cassidoo). It extends the project [next-on-netlify](https://github.com/netlify/next-on-netlify), authored originally by [Finn Woelm](https://github.com/finnwoelm).
150
-
151
-
## Showcase
152
-
153
-
The following sites are built with `next-on-netlify`:
This package extends the project [next-on-netlify](https://github.com/netlify/next-on-netlify), authored originally by [Finn Woelm](https://github.com/finnwoelm).
0 commit comments