@buildnbuzz/buzzform 0.1.7 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
4
4
 
5
+ > **DEPRECATED**: This package is no longer maintained. Use `@buildnbuzz/form-core` and `@buildnbuzz/form-react` instead. See the migration guide: https://form.buildnbuzz.com/docs/migration
6
+
5
7
  A schema-driven form library for React + shadcn/ui. Declare fields once, get validated forms with minimal boilerplate.
6
8
 
7
9
  ## Features
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@buildnbuzz/buzzform",
3
- "version": "0.1.7",
3
+ "version": "0.2.0",
4
4
  "description": "Simple React form library for shadcn/ui. Declare fields, customize rendering, get live validation with minimal boilerplate.",
5
+ "deprecated": "This package is deprecated. Use @buildnbuzz/form-core and @buildnbuzz/form-react instead. See migration guide: https://form.buildnbuzz.com/docs/migration",
5
6
  "author": "Parth Lad <parth@buildnbuzz.com>",
6
7
  "license": "MIT",
7
8
  "repository": {