From d145609af5c7e0a3d6c9bdf6b3c3e635a04b07eb Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Wed, 3 Apr 2024 19:21:54 +1100 Subject: [PATCH] Release 5.0.0-beta.4 --- CHANGELOG.md | 2 +- composer.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b2b698b..231a0363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 5.0.0-beta.4 - 2024-04-03 ### Fixed - Fixed a bug where action menus would not open on new blocks that contained at least one dropdown field diff --git a/composer.json b/composer.json index 6326c0d1..684226e0 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-neo", "description": "A Matrix-like field type that uses existing fields", - "version": "5.0.0-beta.3", + "version": "5.0.0-beta.4", "type": "craft-plugin", "keywords": [ "cms", @@ -21,7 +21,7 @@ "support": { "issues": "https://github.com/spicywebau/craft-neo/issues", "source": "https://github.com/spicywebau/craft-neo", - "docs": "https://github.com/spicywebau/craft-neo/blob/5.0.0-beta.3/README.md", + "docs": "https://github.com/spicywebau/craft-neo/blob/5.0.0-beta.4/README.md", "rss": "https://github.com/spicywebau/craft-neo/commits/5.x.atom" }, "require": { @@ -44,7 +44,7 @@ "schemaVersion": "5.0.0.1", "class": "benf\\neo\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-neo/blob/5.x/CHANGELOG.md", - "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/5.0.0-beta.3.zip" + "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/5.0.0-beta.4.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index 9953978e..b9c9c334 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "5.0.0-beta.3", + "version": "5.0.0-beta.4", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {