Skip to content

Commit

Permalink
Release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Apr 26, 2023
1 parent fade560 commit c5085a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c5085a6

Please sign in to comment.