From c5085a67930a4f2a55222857283d1054bf98562c Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Wed, 26 Apr 2023 13:21:27 +1000 Subject: [PATCH] Release 2.0.4 --- 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 d08ad2f..d0582c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 2.0.4 - 2023-04-26 ### Fixed - Fixed an error that occurred when saving a new Matrix field from an existing one diff --git a/composer.json b/composer.json index ea87e99..49cc325 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-quick-field", "description": "Create Craft CMS fields on the fly while designing field layouts", - "version": "2.0.3", + "version": "2.0.4", "type": "craft-plugin", "keywords": [ "cms", @@ -18,7 +18,7 @@ "support": { "issues": "https://github.com/spicywebau/craft-quick-field/issues", "source": "https://github.com/spicywebau/craft-quick-field", - "docs": "https://github.com/spicywebau/craft-quick-field/blob/2.0.3/README.md", + "docs": "https://github.com/spicywebau/craft-quick-field/blob/2.0.4/README.md", "rss": "https://github.com/spicywebau/craft-quick-field/commits/2.x.atom" }, "require": { @@ -36,7 +36,7 @@ "schemaVersion": "1.0.0", "class": "spicyweb\\quickfield\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-quick-field/blob/2.x/CHANGELOG.md", - "downloadUrl": "https://github.com/spicywebau/craft-quick-field/archive/refs/tags/2.0.3.zip" + "downloadUrl": "https://github.com/spicywebau/craft-quick-field/archive/refs/tags/2.0.4.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index 167183e..faf73f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-quick-field", - "version": "2.0.3", + "version": "2.0.4", "description": "Create fields on the fly while designing field layouts", "main": "webpack.config.js", "scripts": {