From 815402a4bf23513622c6bed1cfe708a58d0aed82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Sep 2024 07:48:51 +0000 Subject: [PATCH] Version Packages --- .changeset/angry-apes-fail.md | 5 ----- .changeset/great-walls-film.md | 5 ----- libs/form-configuration/core/CHANGELOG.md | 10 ++++++++++ libs/form-configuration/core/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/angry-apes-fail.md delete mode 100644 .changeset/great-walls-film.md diff --git a/.changeset/angry-apes-fail.md b/.changeset/angry-apes-fail.md deleted file mode 100644 index e783079..0000000 --- a/.changeset/angry-apes-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@croz/nrich-form-configuration-core": minor ---- - -Add support for merging yup form configurations instead of overriding them in store diff --git a/.changeset/great-walls-film.md b/.changeset/great-walls-film.md deleted file mode 100644 index ec28ea3..0000000 --- a/.changeset/great-walls-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@croz/nrich-form-configuration-core": patch ---- - -Fix lodash uniqBy import diff --git a/libs/form-configuration/core/CHANGELOG.md b/libs/form-configuration/core/CHANGELOG.md index 5a6fe34..589b739 100644 --- a/libs/form-configuration/core/CHANGELOG.md +++ b/libs/form-configuration/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @croz/nrich-form-configuration-core +## 3.1.0 + +### Minor Changes + +- [#67](https://github.com/croz-ltd/nrich-frontend/pull/67) [`e1bb4ce`](https://github.com/croz-ltd/nrich-frontend/commit/e1bb4ce191f2341bd0fa39724bda0019f860bb89) Thanks [@ipavic-croz](https://github.com/ipavic-croz)! - Add support for merging yup form configurations instead of overriding them in store + +### Patch Changes + +- [#70](https://github.com/croz-ltd/nrich-frontend/pull/70) [`7d435fd`](https://github.com/croz-ltd/nrich-frontend/commit/7d435fd30478a0e003aa6930a6ffa5c1f28c17fb) Thanks [@ipavic-croz](https://github.com/ipavic-croz)! - Fix lodash uniqBy import + ## 3.0.1 ### Patch Changes diff --git a/libs/form-configuration/core/package.json b/libs/form-configuration/core/package.json index e14c9da..d45d0a8 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.1", + "version": "3.1.0", "author": "CROZ", "bugs": "https://github.com/croz-ltd/nrich-frontend/issues", "dependencies": {