diff --git a/.changeset/short-bats-tell.md b/.changeset/short-bats-tell.md deleted file mode 100644 index a344eb3..0000000 --- a/.changeset/short-bats-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@croz/nrich-form-configuration-core": patch ---- - -An enhancement has been made to the schema merger function to address its previous limitations when using "yup" required() validator function. diff --git a/libs/form-configuration/core/CHANGELOG.md b/libs/form-configuration/core/CHANGELOG.md index 4c510a5..5a6fe34 100644 --- a/libs/form-configuration/core/CHANGELOG.md +++ b/libs/form-configuration/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @croz/nrich-form-configuration-core +## 3.0.1 + +### Patch Changes + +- [#60](https://github.com/croz-ltd/nrich-frontend/pull/60) [`6ce2e3b`](https://github.com/croz-ltd/nrich-frontend/commit/6ce2e3b0a0a03fa5cfe27948bd6321b911b12af5) Thanks [@vojnovicluka](https://github.com/vojnovicluka)! - An enhancement has been made to the schema merger function to address its previous limitations when using "yup" required() validator function. + ## 3.0.0 ### Major Changes diff --git a/libs/form-configuration/core/package.json b/libs/form-configuration/core/package.json index 11b0b94..e14c9da 100644 --- a/libs/form-configuration/core/package.json +++ b/libs/form-configuration/core/package.json @@ -1,7 +1,7 @@ { "name": "@croz/nrich-form-configuration-core", "description": "Contains core utilities related to the nrich-form-configuration module", - "version": "3.0.0", + "version": "3.0.1", "author": "CROZ", "bugs": "https://github.com/croz-ltd/nrich-frontend/issues", "dependencies": {