From 630de4ce939318bcafaaca2892093d7eed4c033c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Jun 2023 08:36:05 +0000 Subject: [PATCH] chore(release): 5.4.1 [skip ci] ## [5.4.1](https://github.com/terrestris/shogun-util/compare/v5.4.0...v5.4.1) (2023-06-02) ### Bug Fixes * fixes edit form component types ([6c0f020](https://github.com/terrestris/shogun-util/commit/6c0f02022e22b4b3a794d370d29be8fc8623fb86)) * sync edit form component types with backend ([aa1912f](https://github.com/terrestris/shogun-util/commit/aa1912f6d29a0653112c58cc38ca5b3682035479)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2402ff7a..d1ed08a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.4.1](https://github.com/terrestris/shogun-util/compare/v5.4.0...v5.4.1) (2023-06-02) + + +### Bug Fixes + +* fixes edit form component types ([6c0f020](https://github.com/terrestris/shogun-util/commit/6c0f02022e22b4b3a794d370d29be8fc8623fb86)) +* sync edit form component types with backend ([aa1912f](https://github.com/terrestris/shogun-util/commit/aa1912f6d29a0653112c58cc38ca5b3682035479)) + # [5.4.0](https://github.com/terrestris/shogun-util/compare/v5.3.2...v5.4.0) (2023-06-01) diff --git a/package-lock.json b/package-lock.json index 18b672d99..662369652 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@terrestris/shogun-util", - "version": "5.4.0", + "version": "5.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@terrestris/shogun-util", - "version": "5.4.0", + "version": "5.4.1", "license": "BSD-2-Clause", "dependencies": { "@terrestris/base-util": "^1.0.1", diff --git a/package.json b/package.json index df21ef540..b52b16816 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@terrestris/shogun-util", - "version": "5.4.0", + "version": "5.4.1", "keywords": [], "bugs": { "url": "https://github.com/terrestris/shogun-util/issues"