From c521d95b4ebc59c2ce95ac07aa18e976f9a978e7 Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 24 Sep 2019 09:22:08 +1000 Subject: [PATCH] Release v2.5.1 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e43a5cc..fa05487d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.5.1 - 2019-09-24 +### Fixed +- Fix #263 - correctly get the children blocks (GraphQL) +- Add in a check to make sure we're getting the next level blocks only. (GraphQL) + ## 2.5.0 - 2019-09-23 ### Added - GraphQL implementation diff --git a/composer.json b/composer.json index 8c20c9f6..e7886bca 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": "2.5.0", + "version": "2.5.1", "type": "craft-plugin", "keywords": [ "cms", diff --git a/package.json b/package.json index ac317651..c608ca51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "2.5.0", + "version": "2.5.1", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {