@pipe0/react 0.0.11 → 0.0.12

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/CHANGELOG.md +8 -0
  2. package/package.json +2 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @pipe0/elements-react
2
2
 
3
+ ## 0.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 6c621bd: Fix missing deps
8
+ - Updated dependencies [6c621bd]
9
+ - @pipe0/base@0.0.12
10
+
3
11
  ## 0.0.11
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipe0/react",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "React component library for building forms and catalogs powered by pipe0 pipes and searches.",
5
5
  "license": "MIT",
6
6
  "author": "pipe0",
@@ -66,9 +66,6 @@
66
66
  "zod": "^4.0.0"
67
67
  },
68
68
  "peerDependenciesMeta": {
69
- "@hookform/resolvers": {
70
- "optional": true
71
- },
72
69
  "@types/react": {
73
70
  "optional": true
74
71
  },
@@ -87,7 +84,7 @@
87
84
  "lucide-react": "^0.475.0",
88
85
  "swr": "^2.4.1",
89
86
  "tailwind-merge": "^3.3.1",
90
- "@pipe0/base": "0.0.11"
87
+ "@pipe0/base": "0.0.12"
91
88
  },
92
89
  "devDependencies": {
93
90
  "@dnd-kit/core": "^6.3.1",