From 16b004210d9b41e123c57dec6ee33a4ed84f72ad Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Fri, 9 Feb 2024 15:32:57 -0500 Subject: [PATCH] chore: Version 5.0.0-beta.3 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8186d8..6ca9834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Webperf Changelog +## 5.0.0-beta.3 - 2024.02.09 +### Fixed +* Fixed an issue with the Sites menu styling + ## 5.0.0-beta.2 - 2024.02.09 ### Fixed * Added the unused `static` to the Tailwind CSS `blocklist` to avoid a name collision with a Craft CSS class ([#1412](https://github.com/nystudio107/craft-seomatic/issues/1412)) diff --git a/composer.json b/composer.json index 81624e4..436ab1b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nystudio107/craft-webperf", "description": "Webperf helps you build & maintain high quality websites through Real User Measurement of your website's performance", "type": "craft-plugin", - "version": "5.0.0-beta.2", + "version": "5.0.0-beta.3", "keywords": [ "craft", "cms",