From 0dd4e28f910fe3fd4a213fdfbf02f793aedd760e Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Sat, 18 Mar 2023 10:52:24 +1100 Subject: [PATCH] Release 3.7.3 --- CHANGELOG.md | 2 +- composer.json | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aace40b..74db3194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 3.7.3 - 2023-03-18 ### Fixed - Fixed a bug when updating visible field layout elements after creating a new block, where disabled blocks in the Neo field weren't being accounted for, causing another block's content to appear in the new block diff --git a/composer.json b/composer.json index 0b1d95e9..7e6d70aa 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": "3.7.2", + "version": "3.7.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/3.7.2/README.md", + "docs": "https://github.com/spicywebau/craft-neo/blob/3.7.3/README.md", "rss": "https://github.com/spicywebau/craft-neo/commits/3.x.atom" }, "require": { @@ -44,7 +44,7 @@ "schemaVersion": "3.6.2", "class": "benf\\neo\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-neo/blob/3.x/CHANGELOG.md", - "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/3.7.2.zip" + "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/3.7.3.zip" }, "config": { "allow-plugins": { diff --git a/package-lock.json b/package-lock.json index 9f24ae55..7cd6f4bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "craft-neo", - "version": "3.7.0", + "version": "3.7.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "craft-neo", - "version": "3.7.0", + "version": "3.7.3", "license": "proprietary", "devDependencies": { "@babel/core": "^7.20.2", diff --git a/package.json b/package.json index 47c145a5..a07b40d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "3.7.2", + "version": "3.7.3", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {