From fc9299b83688c23e47020fd726e3cd38db8046eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 Apr 2024 11:11:38 +0000 Subject: [PATCH] Version Packages --- .changeset/grumpy-experts-chew.md | 5 ----- libs/form-configuration/core/CHANGELOG.md | 6 ++++++ libs/form-configuration/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/grumpy-experts-chew.md diff --git a/.changeset/grumpy-experts-chew.md b/.changeset/grumpy-experts-chew.md deleted file mode 100644 index d36f955..0000000 --- a/.changeset/grumpy-experts-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@croz/nrich-form-configuration-core": major ---- - -Upgrade yup to v1.4.0, add custom deep merge function for merging yup schemas diff --git a/libs/form-configuration/core/CHANGELOG.md b/libs/form-configuration/core/CHANGELOG.md index 4154e15..4c510a5 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.0 + +### Major Changes + +- [#58](https://github.com/croz-ltd/nrich-frontend/pull/58) [`d2fe264`](https://github.com/croz-ltd/nrich-frontend/commit/d2fe264ea846453bda346d218c215f06fc833e78) Thanks [@vojnovicluka](https://github.com/vojnovicluka)! - Upgrade yup to v1.4.0, add custom deep merge function for merging yup schemas + ## 2.1.1 ### Patch Changes diff --git a/libs/form-configuration/core/package.json b/libs/form-configuration/core/package.json index ff4c5e0..11b0b94 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": "2.1.1", + "version": "3.0.0", "author": "CROZ", "bugs": "https://github.com/croz-ltd/nrich-frontend/issues", "dependencies": {