From 00f03ec505b72d65cec4484d02c05b9a384dcd35 Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Thu, 1 Aug 2024 19:04:47 +1000 Subject: [PATCH] Release 5.2.0-beta.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 0886863e..dc6f9839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 5.2.0-beta.1 - 2024-08-01 ### Added - Added `benf\neo\console\controllers\BlockTypesController::actionConvertToEntryType()` (`php craft neo/block-types/convert-to-entry-type` console command) diff --git a/composer.json b/composer.json index fe4bdddd..3d941274 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-neo", "description": "A Matrix-like field type with block hierarchy", - "version": "5.1.2", + "version": "5.2.0-beta.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.1.2/README.md", + "docs": "https://github.com/spicywebau/craft-neo/blob/5.2.0-beta.1/README.md", "rss": "https://github.com/spicywebau/craft-neo/commits/5.x.atom" }, "require": { @@ -44,7 +44,7 @@ "schemaVersion": "5.1.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.1.2.zip" + "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/5.2.0-beta.1.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index d969e0e2..4efe3adc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "5.1.2", + "version": "5.2.0-beta.1", "description": "A Matrix-like field type with block hierarchy", "main": "webpack.config.js", "scripts": {