diff --git a/CHANGELOG.md b/CHANGELOG.md index 07832e66d..bb089df99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.76.0](https://github.com/netlify/plugins/compare/v6.75.0...v6.76.0) (2024-03-15) + + +### Features + +* set next.js minimal runtime to 5.0.0-rc.2 ([#1308](https://github.com/netlify/plugins/issues/1308)) ([c21512c](https://github.com/netlify/plugins/commit/c21512c61ed9a90c8fe5a3e61f2e3b25076c1e90)) +* set next.js minimal runtime to 5.0.0-rc.3 ([#1311](https://github.com/netlify/plugins/issues/1311)) ([943f95f](https://github.com/netlify/plugins/commit/943f95fabad4dd23fe41d51509046eda2135beba)) +* set next.js runtime 4.41.3 as stable version ([#1303](https://github.com/netlify/plugins/issues/1303)) ([245c519](https://github.com/netlify/plugins/commit/245c519b78d7c7f9d5a3a0bda8e459842fc8fd19)) +* update Next runtime to rc.5 ([#1313](https://github.com/netlify/plugins/issues/1313)) ([5e243ac](https://github.com/netlify/plugins/commit/5e243ac7cdafa696158bec7e3475434befcc172d)) +* update the beta of the next runtime ([#1297](https://github.com/netlify/plugins/issues/1297)) ([567169e](https://github.com/netlify/plugins/commit/567169e15bf115e6386c56453398898c35da82a5)) + ## [6.75.0](https://github.com/netlify/plugins/compare/v6.74.0...v6.75.0) (2024-01-12) diff --git a/package-lock.json b/package-lock.json index f51a620eb..0a862ad9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugins-list", - "version": "6.75.0", + "version": "6.76.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugins-list", - "version": "6.75.0", + "version": "6.76.0", "license": "MIT", "devDependencies": { "@netlify/eslint-config-node": "^7.0.1", diff --git a/package.json b/package.json index c75ff1adc..ba72cafff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugins-list", - "version": "6.75.0", + "version": "6.76.0", "description": "List of Netlify plugins", "type": "module", "exports": "./index.js", diff --git a/site/plugins.json b/site/plugins.json index 4547a0272..15ec696a2 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -492,9 +492,14 @@ "name": "Lighthouse", "package": "@netlify/plugin-lighthouse", "repo": "https://github.com/netlify/netlify-plugin-lighthouse", - "version": "5.0.0", + "version": "6.0.0", "compatibility": [ { + "version": "6.0.0", + "overridePinnedVersion": ">=5.0.0" + }, + { + "nodeVersion": "<18.14.0", "version": "5.0.0" }, { @@ -609,10 +614,10 @@ "name": "Next.js Runtime", "package": "@netlify/plugin-nextjs", "repo": "https://github.com/netlify/next-runtime", - "version": "4.41.2", + "version": "4.41.3", "compatibility": [ { - "version": "5.0.0-beta.1", + "version": "5.0.0-rc.5", "featureFlag": "project_ceruledge_ui", "overridePinnedVersion": ">=4.0.0", "nodeVersion": ">=18.0.0", @@ -622,10 +627,6 @@ }, { "version": "4.41.3", - "featureFlag": "build_plugins_use_prerelease" - }, - { - "version": "4.41.2", "migrationGuide": "https://ntl.fyi/next-plugin-migration" }, { @@ -668,7 +669,7 @@ "name": "Angular Runtime", "package": "@netlify/angular-runtime", "repo": "https://github.com/netlify/angular-runtime", - "version": "2.0.4" + "version": "2.0.6" }, { "author": "netlify", @@ -905,7 +906,7 @@ "name": "Cloudinary", "package": "netlify-plugin-cloudinary", "repo": "https://github.com/cloudinary-community/netlify-plugin-cloudinary", - "version": "1.16.0", + "version": "1.17.0", "variables": [ { "name": "CLOUDINARY_CLOUD_NAME", @@ -991,7 +992,7 @@ "name": "Netlify Emails", "package": "@netlify/plugin-emails", "repo": "https://github.com/netlify/plugins", - "version": "1.0.3" + "version": "1.1.1" }, { "name": "ChiselStrike",