@saas-ui/react 2.0.3 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 3b5567c6: Fixed issue where StepForm would not render custom fields
8
+ - Updated dependencies [3b5567c6]
9
+ - @saas-ui/forms@2.0.4
10
+ - @saas-ui/auth@2.0.4
11
+ - @saas-ui/modals@2.0.5
12
+ - @saas-ui/data-table@2.0.5
13
+
14
+ ## 2.0.4
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [8c7ee0be]
19
+ - @saas-ui/forms@2.0.3
20
+ - @saas-ui/auth@2.0.3
21
+ - @saas-ui/modals@2.0.4
22
+ - @saas-ui/data-table@2.0.4
23
+
3
24
  ## 2.0.3
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -60,13 +60,13 @@
60
60
  "@chakra-ui/react-utils": "^2.0.12",
61
61
  "@chakra-ui/system": "^2.5.8",
62
62
  "@chakra-ui/utils": "^2.0.15",
63
- "@saas-ui/auth": "2.0.2",
63
+ "@saas-ui/auth": "2.0.4",
64
64
  "@saas-ui/core": "2.0.2",
65
- "@saas-ui/data-table": "2.0.3",
66
- "@saas-ui/forms": "2.0.2",
65
+ "@saas-ui/data-table": "2.0.5",
66
+ "@saas-ui/forms": "2.0.4",
67
67
  "@saas-ui/hooks": "2.0.0",
68
68
  "@saas-ui/hotkeys": "2.0.2",
69
- "@saas-ui/modals": "2.0.3",
69
+ "@saas-ui/modals": "2.0.5",
70
70
  "@saas-ui/nprogress": "2.0.0",
71
71
  "@saas-ui/theme": "2.0.0"
72
72
  },