From 185f8c5cb8b3a0c26165d48cf4aed82eddeff75e Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskii Date: Fri, 22 Mar 2024 13:07:33 +0100 Subject: [PATCH 1/2] [docs] Add notification for MUI X v7 blog post (#41587) --- docs/notifications.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/notifications.json b/docs/notifications.json index 2a2e958a32fb42..149da78cf1a4bf 100644 --- a/docs/notifications.json +++ b/docs/notifications.json @@ -15,8 +15,8 @@ "text": "Take a few minutes to share your feedback and expectations in the Developer Survey." }, { - "id": 80, - "title": "MUI X v7.0.0-beta.0", - "text": "Featuring new components and multiple enhancements for both developers and end-users. Discover all the specifics in the announcement blog post." + "id": 81, + "title": "Introducing MUI X v7", + "text": "The new version is packed with new components, exciting features, improved usability, and developer experience. Check out the announcement blog post." } ] From c0ef88461fc18fec29e7d4e892462b30f73bac36 Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskii Date: Fri, 22 Mar 2024 13:20:27 +0100 Subject: [PATCH 2/2] Update docs/notifications.json Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Signed-off-by: Andrew Cherniavskii --- docs/notifications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notifications.json b/docs/notifications.json index 149da78cf1a4bf..0a0682df5b747e 100644 --- a/docs/notifications.json +++ b/docs/notifications.json @@ -17,6 +17,6 @@ { "id": 81, "title": "Introducing MUI X v7", - "text": "The new version is packed with new components, exciting features, improved usability, and developer experience. Check out the announcement blog post." + "text": "This new version is packed with new components, exciting features, improved usability, and developer experience. Check out the announcement blog post." } ]