From 395d46dbcebabf842e7be03900d1b58f6aab3a94 Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Thu, 23 May 2024 22:02:18 +1000 Subject: [PATCH] Release 5.0.0-RC.1 --- 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 ddc29d1f..847e3745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 5.0.0-RC.1 - 2024-05-23 ### Changed - Neo input blocks will now show their icon on the top bar, if their block type has an icon set diff --git a/composer.json b/composer.json index f2e4fb4e..e4b114ed 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.10", + "version": "5.0.0-RC.1", "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.10/README.md", + "docs": "https://github.com/spicywebau/craft-neo/blob/5.0.0-RC.1/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.10.zip" + "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/5.0.0-RC.1.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index 79960a9c..8a74af8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "5.0.0-beta.10", + "version": "5.0.0-RC.1", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {