From 3d47c48779f95f22eb5f71acc810489af182a07a Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Sat, 3 Aug 2024 14:06:42 +1000 Subject: [PATCH] Release 5.1.3 --- 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 d2debc9f..15c15e84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 5.1.3 - 2024-08-03 ### Fixed - Fixed a bug where associating an entry type with a block type would cause existing blocks of that type to lose content diff --git a/composer.json b/composer.json index f17e4b1e..b7c6c006 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.1.3", "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.1.3/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.1.3.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index d969e0e2..b6b4c8bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "5.1.2", + "version": "5.1.3", "description": "A Matrix-like field type with block hierarchy", "main": "webpack.config.js", "scripts": {