@pipe0/react 0.1.5 → 0.1.7

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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @pipe0/elements-react
2
2
 
3
+ ## 0.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 5cc13a7: Add new filter to crustdata company search
8
+ - Updated dependencies [5cc13a7]
9
+ - @pipe0/base@0.4.7
10
+
11
+ ## 0.1.6
12
+
13
+ ### Patch Changes
14
+
15
+ - 9f8e197: Tighten types for pipes and search
16
+ - 74a8e1e: Update prospeo logo
17
+ - Updated dependencies [9f8e197]
18
+ - Updated dependencies [74a8e1e]
19
+ - @pipe0/base@0.4.6
20
+
3
21
  ## 0.1.5
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipe0/react",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
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",
@@ -84,7 +84,7 @@
84
84
  "lucide-react": "^0.475.0",
85
85
  "swr": "^2.4.1",
86
86
  "tailwind-merge": "^3.3.1",
87
- "@pipe0/base": "0.4.5"
87
+ "@pipe0/base": "0.4.7"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@dnd-kit/core": "^6.3.1",