diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b01149..1d68d20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 2.0.1 - 2022-07-23 ### Fixed - Fixed a bug on field layout designers for element types that have native fields, where Quick Field edit icons were displaying on the native fields diff --git a/composer.json b/composer.json index 5d369b6..8c8ce5c 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.0", + "version": "2.0.1", "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.0/README.md", + "docs": "https://github.com/spicywebau/craft-quick-field/blob/2.0.1/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.0.zip" + "downloadUrl": "https://github.com/spicywebau/craft-quick-field/archive/refs/tags/2.0.1.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index 22af3f4..bcd5a22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-quick-field", - "version": "2.0.0", + "version": "2.0.1", "description": "Create fields on the fly while designing field layouts", "main": "webpack.config.js", "scripts": {