Skip to content

Commit df8b84c

Browse files
committed
Publish v3.0.0
- feat: merge `next-on-netlify` into `@netlify/plugin-nextjs` This improves our ability to maintain the plugin, reduces confusion about how to configure Next.js support for Netlify builds, and prepares the plugin for something we're pretty dang excited about: automatic installation for new Next.js projects! > **NOTE: There are no breaking changes for existing plugin users.** This is a major release because we're bringing an external package into the plugin _and_ turning on automatic installation for new Next.js projects on Netlify. This doesn't break anything, but it's a big enough change that we wanted to treat it as a major release. - fix: next 10.0.8 changes loadConfig to be async ([#105](#105))
1 parent 61b61f5 commit df8b84c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Diff for: CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Changelog
22

3-
## 3.0.0 (2021-03-??)
3+
## 3.0.0 (2021-03-08)
44

55
- feat: merge `next-on-netlify` into `@netlify/plugin-nextjs`
6-
6+
77
This improves our ability to maintain the plugin, reduces confusion about how to configure Next.js support for Netlify builds, and prepares the plugin for something we're pretty dang excited about: automatic installation for new Next.js projects!
88

99
> **NOTE: There are no breaking changes for existing plugin users.** This is a major release because we're bringing an external package into the plugin _and_ turning on automatic installation for new Next.js projects on Netlify. This doesn't break anything, but it's a big enough change that we wanted to treat it as a major release.
1010
11+
- fix: next 10.0.8 changes loadConfig to be async ([#105](https://github.com/netlify/netlify-plugin-nextjs/pull/105))
12+
1113
### Migrating from v2 to v3
1214

1315
If you've installed this plugin via Netlify's UI, no action is necessary. The upgrade is automatic.

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-nextjs",
3-
"version": "3.0.0-canary.2",
3+
"version": "3.0.0",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)