@beignet/react-hook-form 0.0.4 → 0.0.5

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @beignet/react-hook-form
2
2
 
3
+ ## 0.0.5
4
+
3
5
  ## 0.0.4
4
6
 
5
7
  ### Patch Changes
package/README.md CHANGED
@@ -362,9 +362,9 @@ function ProfileForm({ profile }) {
362
362
 
363
363
  ## Related packages
364
364
 
365
- - [`@beignet/core/contracts`](https://beignet.dev/contracts) - Core contract definitions
366
- - [`@beignet/react-query`](https://beignet.dev/react-query) - TanStack Query integration
367
- - [`@beignet/core/client`](https://beignet.dev/client) - HTTP client
365
+ - [`@beignet/core/contracts`](https://beignetjs.com/contracts) - Core contract definitions
366
+ - [`@beignet/react-query`](https://beignetjs.com/react-query) - TanStack Query integration
367
+ - [`@beignet/core/client`](https://beignetjs.com/client) - HTTP client
368
368
 
369
369
  ## License
370
370
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beignet/react-hook-form",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "type": "module",
5
5
  "description": "React Hook Form integration for Beignet with Standard Schema support",
6
6
  "main": "./dist/index.js",