Skip to content

Commit 9c15988

Browse files
chore: update README with note about version compatibility (#167)
1 parent 0851bfc commit 9c15988

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

+6-12
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,11 @@ Read more about [Netlify redirects](https://docs.netlify.com/routing/redirects/)
134134

135135
### Versions
136136

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 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+
141+
Next.js < 10.0.6 is locked to plugin version 1.1.3. To use the latest plugin version, upgrade to Next.js >= 10.0.6.
138142

139143
### Fallbacks for Pages with `getStaticPaths`
140144

@@ -146,14 +150,4 @@ For more on this, see: [Issue #7](https://github.com/netlify/next-on-netlify/iss
146150

147151
## Credits
148152

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`:
154-
155-
![opinionatedreact.com](https://raw.githubusercontent.com/netlify/next-on-netlify/master/assets/showcase-opinionatedreact.png)
156-
[opinionatedreact.com](https://opinionatedreact.com/) ([via Twitter](https://twitter.com/NikkitaFTW/status/1302667952920162309))
157-
158-
![missionbit.org](https://raw.githubusercontent.com/netlify/next-on-netlify/master/assets/showcase-missionbit.png)
159-
[missionbit.org](https://www.missionbit.org/) ([#18](https://github.com/netlify/next-on-netlify/pull/18#issuecomment-643828966))
153+
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

Comments
 (0)