diff --git a/CHANGELOG.md b/CHANGELOG.md index 8964f85e..2832a621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 3.7.5 - 2023-03-28 ### Fixed - Fixed a bug when updating Neo blocks' visible field layout elements, where blocks' top bars could display the incorrect selected tabs diff --git a/composer.json b/composer.json index 099b9798..ecae872d 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.4", + "version": "3.7.5", "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.4/README.md", + "docs": "https://github.com/spicywebau/craft-neo/blob/3.7.5/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.4.zip" + "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/3.7.5.zip" }, "config": { "allow-plugins": { diff --git a/package-lock.json b/package-lock.json index ca297a0b..524a22eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "craft-neo", - "version": "3.7.4", + "version": "3.7.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "craft-neo", - "version": "3.7.4", + "version": "3.7.5", "license": "proprietary", "devDependencies": { "@babel/core": "^7.20.2", diff --git a/package.json b/package.json index 5ddad635..75c12902 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "3.7.4", + "version": "3.7.5", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {