From 7a6817d4b9d543bf43bfc1ec83799787eb9dadf5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:27:46 +0000 Subject: [PATCH] chore: version packages --- .changeset/ui-field-layout.md | 10 ---------- .changeset/ui-field-react.md | 10 ---------- packages/form-core/CHANGELOG.md | 10 ++++++++++ packages/form-core/package.json | 2 +- packages/form-react/CHANGELOG.md | 12 ++++++++++++ packages/form-react/package.json | 2 +- 6 files changed, 24 insertions(+), 22 deletions(-) delete mode 100644 .changeset/ui-field-layout.md delete mode 100644 .changeset/ui-field-react.md diff --git a/.changeset/ui-field-layout.md b/.changeset/ui-field-layout.md deleted file mode 100644 index 855a3ccc..00000000 --- a/.changeset/ui-field-layout.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@buildnbuzz/form-core": patch ---- - -Add support for the new UI field layout type and unregistered custom field types. - -- Add `UiField` layout field type for rendering inline dynamic HTML or React markup. -- Allow defining custom, unregistered field types inside `defineSchema` with automatic typings. -- Downgrade the unrecognized field type check from an error to a warning in the schema validator. -- Add `defineField` and `defineFields` helper functions for programmatic field generation. diff --git a/.changeset/ui-field-react.md b/.changeset/ui-field-react.md deleted file mode 100644 index 23990672..00000000 --- a/.changeset/ui-field-react.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@buildnbuzz/form-react": patch ---- - -Add support for rendering UI layout fields and exporting new layout types. - -- Export `UiField`, `FormSchemaInput`, `FieldInput`, and `CustomFieldInput` from `packages/form-react`. -- Include `"ui"` layout type in nested error count collections. -- Export `defineField`, `defineFields` for programmatic field generation. - diff --git a/packages/form-core/CHANGELOG.md b/packages/form-core/CHANGELOG.md index 04b7a715..34dce77e 100644 --- a/packages/form-core/CHANGELOG.md +++ b/packages/form-core/CHANGELOG.md @@ -1,5 +1,15 @@ # @buildnbuzz/form-core +## 0.1.10 + +### Patch Changes + +- [#153](https://github.com/buildnbuzz/buzzform/pull/153) [`05dde69`](https://github.com/buildnbuzz/buzzform/commit/05dde690ad85159a253f73f1449c0fa6df3c5486) Thanks [@ladparth](https://github.com/ladparth)! - Add support for the new UI field layout type and unregistered custom field types. + - Add `UiField` layout field type for rendering inline dynamic HTML or React markup. + - Allow defining custom, unregistered field types inside `defineSchema` with automatic typings. + - Downgrade the unrecognized field type check from an error to a warning in the schema validator. + - Add `defineField` and `defineFields` helper functions for programmatic field generation. + ## 0.1.9 ### Patch Changes diff --git a/packages/form-core/package.json b/packages/form-core/package.json index 4dfd29bd..a9e0d933 100644 --- a/packages/form-core/package.json +++ b/packages/form-core/package.json @@ -1,6 +1,6 @@ { "name": "@buildnbuzz/form-core", - "version": "0.1.9", + "version": "0.1.10", "description": "Framework-agnostic core primitives for BuzzForm.", "author": "Parth Lad ", "license": "MIT", diff --git a/packages/form-react/CHANGELOG.md b/packages/form-react/CHANGELOG.md index a720abb8..9d231ed4 100644 --- a/packages/form-react/CHANGELOG.md +++ b/packages/form-react/CHANGELOG.md @@ -1,5 +1,17 @@ # @buildnbuzz/form-react +## 0.1.12 + +### Patch Changes + +- [#153](https://github.com/buildnbuzz/buzzform/pull/153) [`05dde69`](https://github.com/buildnbuzz/buzzform/commit/05dde690ad85159a253f73f1449c0fa6df3c5486) Thanks [@ladparth](https://github.com/ladparth)! - Add support for rendering UI layout fields and exporting new layout types. + - Export `UiField`, `FormSchemaInput`, `FieldInput`, and `CustomFieldInput` from `packages/form-react`. + - Include `"ui"` layout type in nested error count collections. + - Export `defineField`, `defineFields` for programmatic field generation. + +- Updated dependencies [[`05dde69`](https://github.com/buildnbuzz/buzzform/commit/05dde690ad85159a253f73f1449c0fa6df3c5486)]: + - @buildnbuzz/form-core@0.1.10 + ## 0.1.11 ### Patch Changes diff --git a/packages/form-react/package.json b/packages/form-react/package.json index aa71ebf1..bb9a0c2b 100644 --- a/packages/form-react/package.json +++ b/packages/form-react/package.json @@ -1,6 +1,6 @@ { "name": "@buildnbuzz/form-react", - "version": "0.1.11", + "version": "0.1.12", "description": "React primitives for BuzzForm.", "author": "Parth Lad ", "license": "MIT",