From 0a3da5c3d3c99f959de12af3c3722ac7c6de5947 Mon Sep 17 00:00:00 2001 From: Siriwat K Date: Mon, 26 Aug 2024 17:11:04 +0700 Subject: [PATCH] [docs] Add `Material UI v6 is out!` to the notifications (#43287) --- docs/notifications.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/notifications.json b/docs/notifications.json index 22c1b5df25b935..bea577434bb74c 100644 --- a/docs/notifications.json +++ b/docs/notifications.json @@ -1,9 +1,4 @@ [ - { - "id": 78, - "title": "MUI X v6.18.x and the latest improvements before the next major", - "text": "New stable components, polished features, better performance and more. Check out the details in our recent blog post." - }, { "id": 81, "title": "Introducing MUI X v7", @@ -13,5 +8,10 @@ "id": 82, "title": "Upcoming changes to MUI X pricing in 2024", "text": "Check out the new pricing updates and how to transition to the new model." + }, + { + "id": 83, + "title": "Material UI v6 is out now", + "text": "This major release includes CSS variables support, opt-in CSS extraction, and many more improvements. Check out the announcement blog post." } ]