From 5bc178f6f04c07f0cbfbb0ff7a6a833a87e5be3a Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Thu, 25 Jul 2024 16:57:57 +1000 Subject: [PATCH] Release 4.2.9 --- 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 ccd7ff5d..c593c015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.2.9 - 2024-07-25 ### Fixed - Fixed a bug where edited descendants of unedited blocks weren't being returned in GraphQL draft queries diff --git a/composer.json b/composer.json index e61ce08b..103bcc14 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": "4.2.8", + "version": "4.2.9", "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/4.2.8/README.md", + "docs": "https://github.com/spicywebau/craft-neo/blob/4.2.9/README.md", "rss": "https://github.com/spicywebau/craft-neo/commits/4.x.atom" }, "require": { @@ -44,7 +44,7 @@ "schemaVersion": "4.0.0", "class": "benf\\neo\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-neo/blob/4.x/CHANGELOG.md", - "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/4.2.8.zip" + "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/4.2.9.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index d61ea381..7e4b0d4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "4.2.8", + "version": "4.2.9", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {