diff --git a/CHANGELOG.md b/CHANGELOG.md index 1669651..05a7c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.9.1](https://github.com/BedrockStreaming/forms/compare/v0.9.0...v0.9.1) (2024-01-04) + + +### Bug Fixes + +* **validation:** wrong condition for required field ([#99](https://github.com/BedrockStreaming/forms/issues/99)) ([3f19afc](https://github.com/BedrockStreaming/forms/commit/3f19afcf4202fb736dcf60fe5cad3c568424596b)) + + + # [0.9.0](https://github.com/BedrockStreaming/forms/compare/v0.8.4...v0.9.0) (2023-12-20) diff --git a/apps/demo-e2e/CHANGELOG.md b/apps/demo-e2e/CHANGELOG.md index f4baace..e79f0b8 100644 --- a/apps/demo-e2e/CHANGELOG.md +++ b/apps/demo-e2e/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.9.1](https://github.com/BedrockStreaming/forms/compare/v0.9.0...v0.9.1) (2024-01-04) + + + # [0.9.0](https://github.com/BedrockStreaming/forms/compare/v0.8.4...v0.9.0) (2023-12-20) diff --git a/apps/demo/CHANGELOG.md b/apps/demo/CHANGELOG.md index b1bf91e..e62f927 100644 --- a/apps/demo/CHANGELOG.md +++ b/apps/demo/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.9.1](https://github.com/BedrockStreaming/forms/compare/v0.9.0...v0.9.1) (2024-01-04) + + + # [0.9.0](https://github.com/BedrockStreaming/forms/compare/v0.8.4...v0.9.0) (2023-12-20) diff --git a/apps/docsite-e2e/CHANGELOG.md b/apps/docsite-e2e/CHANGELOG.md index f4baace..e79f0b8 100644 --- a/apps/docsite-e2e/CHANGELOG.md +++ b/apps/docsite-e2e/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.9.1](https://github.com/BedrockStreaming/forms/compare/v0.9.0...v0.9.1) (2024-01-04) + + + # [0.9.0](https://github.com/BedrockStreaming/forms/compare/v0.8.4...v0.9.0) (2023-12-20) diff --git a/apps/docsite/CHANGELOG.md b/apps/docsite/CHANGELOG.md index bc19265..1a25c5b 100644 --- a/apps/docsite/CHANGELOG.md +++ b/apps/docsite/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.9.1](https://github.com/BedrockStreaming/forms/compare/v0.9.0...v0.9.1) (2024-01-04) + + + # [0.9.0](https://github.com/BedrockStreaming/forms/compare/v0.8.4...v0.9.0) (2023-12-20) diff --git a/libs/examples/birthdate/CHANGELOG.md b/libs/examples/birthdate/CHANGELOG.md index 36864f1..dc31d4b 100644 --- a/libs/examples/birthdate/CHANGELOG.md +++ b/libs/examples/birthdate/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.9.1](https://github.com/BedrockStreaming/forms/compare/v0.9.0...v0.9.1) (2024-01-04) + + + # [0.9.0](https://github.com/BedrockStreaming/forms/compare/v0.8.4...v0.9.0) (2023-12-20) diff --git a/libs/examples/styled-inputs/CHANGELOG.md b/libs/examples/styled-inputs/CHANGELOG.md index 36864f1..dc31d4b 100644 --- a/libs/examples/styled-inputs/CHANGELOG.md +++ b/libs/examples/styled-inputs/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.9.1](https://github.com/BedrockStreaming/forms/compare/v0.9.0...v0.9.1) (2024-01-04) + + + # [0.9.0](https://github.com/BedrockStreaming/forms/compare/v0.8.4...v0.9.0) (2023-12-20) diff --git a/libs/form-builder/CHANGELOG.md b/libs/form-builder/CHANGELOG.md index 49151ab..a0a8a20 100644 --- a/libs/form-builder/CHANGELOG.md +++ b/libs/form-builder/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.9.1](https://github.com/BedrockStreaming/forms/compare/v0.9.0...v0.9.1) (2024-01-04) + + +### Bug Fixes + +* **validation:** wrong condition for required field ([#99](https://github.com/BedrockStreaming/forms/issues/99)) ([3f19afc](https://github.com/BedrockStreaming/forms/commit/3f19afcf4202fb736dcf60fe5cad3c568424596b)) + + + # [0.9.0](https://github.com/BedrockStreaming/forms/compare/v0.8.4...v0.9.0) (2023-12-20) diff --git a/libs/form-builder/package.json b/libs/form-builder/package.json index 6d32cd8..4aed826 100644 --- a/libs/form-builder/package.json +++ b/libs/form-builder/package.json @@ -1,6 +1,6 @@ { "name": "@bedrockstreaming/form-builder", - "version": "0.9.0", + "version": "0.9.1", "dependencies": { "react-hook-form": "7.27.0" }, diff --git a/libs/form-context/CHANGELOG.md b/libs/form-context/CHANGELOG.md index f8030df..b0f2d7e 100644 --- a/libs/form-context/CHANGELOG.md +++ b/libs/form-context/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.9.1](https://github.com/BedrockStreaming/forms/compare/v0.9.0...v0.9.1) (2024-01-04) + + + # [0.9.0](https://github.com/BedrockStreaming/forms/compare/v0.8.4...v0.9.0) (2023-12-20) diff --git a/libs/form-context/package.json b/libs/form-context/package.json index 1110651..a0d03ae 100644 --- a/libs/form-context/package.json +++ b/libs/form-context/package.json @@ -1,6 +1,6 @@ { "name": "@bedrockstreaming/form-context", - "version": "0.9.0", + "version": "0.9.1", "peerDependencies": { "react": "17.0.2", "@bedrockstreaming/form-builder": "0.8.1", diff --git a/libs/form-editor/CHANGELOG.md b/libs/form-editor/CHANGELOG.md index 8a61b37..836049c 100644 --- a/libs/form-editor/CHANGELOG.md +++ b/libs/form-editor/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.9.1](https://github.com/BedrockStreaming/forms/compare/v0.9.0...v0.9.1) (2024-01-04) + + + # [0.9.0](https://github.com/BedrockStreaming/forms/compare/v0.8.4...v0.9.0) (2023-12-20) diff --git a/libs/form-editor/package.json b/libs/form-editor/package.json index 348c626..7c3b6cb 100644 --- a/libs/form-editor/package.json +++ b/libs/form-editor/package.json @@ -1,6 +1,6 @@ { "name": "@bedrockstreaming/form-editor", - "version": "0.9.0", + "version": "0.9.1", "dependencies": { "@bedrockstreaming/form-builder": "0.8.1", "@bedrockstreaming/form-redux": "0.8.1", diff --git a/libs/form-redux/CHANGELOG.md b/libs/form-redux/CHANGELOG.md index 8ac0cef..6d4193a 100644 --- a/libs/form-redux/CHANGELOG.md +++ b/libs/form-redux/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.9.1](https://github.com/BedrockStreaming/forms/compare/v0.9.0...v0.9.1) (2024-01-04) + + + # [0.9.0](https://github.com/BedrockStreaming/forms/compare/v0.8.4...v0.9.0) (2023-12-20) diff --git a/libs/form-redux/package.json b/libs/form-redux/package.json index a03b9eb..ee8f637 100644 --- a/libs/form-redux/package.json +++ b/libs/form-redux/package.json @@ -1,6 +1,6 @@ { "name": "@bedrockstreaming/form-redux", - "version": "0.9.0", + "version": "0.9.1", "peerDependencies": { "@bedrockstreaming/form-builder": "0.8.1", "@hookform/devtools": "4.0.2", diff --git a/libs/form-validation-rule-list/CHANGELOG.md b/libs/form-validation-rule-list/CHANGELOG.md index 60c12b5..d11e0a2 100644 --- a/libs/form-validation-rule-list/CHANGELOG.md +++ b/libs/form-validation-rule-list/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.9.1](https://github.com/BedrockStreaming/forms/compare/v0.9.0...v0.9.1) (2024-01-04) + + + # [0.9.0](https://github.com/BedrockStreaming/forms/compare/v0.8.4...v0.9.0) (2023-12-20) diff --git a/libs/form-validation-rule-list/package.json b/libs/form-validation-rule-list/package.json index 4b65162..a87f683 100644 --- a/libs/form-validation-rule-list/package.json +++ b/libs/form-validation-rule-list/package.json @@ -1,6 +1,6 @@ { "name": "@bedrockstreaming/form-validation-rule-list", - "version": "0.9.0", + "version": "0.9.1", "dependencies": {}, "peerDependencies": { "react": "17.0.2", diff --git a/package.json b/package.json index 60fa226..f5aa178 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forms", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "keywords": [ "react-hook-form",