@playfast/reform-forms-react 0.0.11 → 0.1.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,7 +46,7 @@ contract `props`. `field(path).as(Component, props?)` returns a `ReactNode` whos
46
46
  Full API: [playbook/api.doc.md](./playbook/api.doc.md). Pairs with core
47
47
  [`@playfast/reform`](https://www.npmjs.com/package/@playfast/reform), form state
48
48
  [`@playfast/forms`](https://www.npmjs.com/package/@playfast/forms), and the React host
49
- [`@playfast/react`](https://www.npmjs.com/package/@playfast/react).
49
+ [`@playfast/reform-react`](https://www.npmjs.com/package/@playfast/reform-react).
50
50
 
51
51
  ## License
52
52
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@playfast/reform-forms-react",
3
3
  "playbook": "./playbook",
4
- "version": "0.0.11",
4
+ "version": "0.1.0",
5
5
  "type": "module",
6
6
  "description": "React bindings for @playfast/forms — render a typed reform form View with scoped field/array/variant helpers.",
7
7
  "keywords": [