@saas-ui/react 0.7.5-rc.0 → 0.8.1

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 +35 -0
  2. package/package.json +29 -29
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7b87e43]
8
+ - @saas-ui/menu@0.3.1
9
+
10
+ ## 0.8.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 385b760: Improved Typescript support for forms, conditionally render form fields with DisplayIf
15
+ - f88d99a: Added new OverflowMenu component
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [c7c77c5]
20
+ - Updated dependencies [5fbdefc]
21
+ - Updated dependencies [385b760]
22
+ - Updated dependencies [f88d99a]
23
+ - @saas-ui/menu@0.3.0
24
+ - @saas-ui/layout@0.1.5
25
+ - @saas-ui/forms@0.3.0
26
+ - @saas-ui/data-table@0.1.4
27
+ - @saas-ui/auth@0.4.5
28
+ - @saas-ui/modals@0.2.5
29
+
30
+ ## 0.7.5
31
+
32
+ ### Patch Changes
33
+
34
+ - AuthProvider now checks if a user is authenticated when logIn or signUp are succesful.
35
+ - Updated dependencies
36
+ - @saas-ui/auth@0.4.4
37
+
3
38
  ## 0.7.4
4
39
 
5
40
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.7.5-rc.0",
3
+ "version": "0.8.1",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -55,33 +55,33 @@
55
55
  "url": "https://storybook.saas-ui.dev"
56
56
  },
57
57
  "dependencies": {
58
- "@saas-ui/auth": "workspace:*",
59
- "@saas-ui/button": "workspace:*",
60
- "@saas-ui/card": "workspace:*",
61
- "@saas-ui/collapse": "workspace:*",
62
- "@saas-ui/data-table": "workspace:*",
63
- "@saas-ui/forms": "workspace:*",
64
- "@saas-ui/hooks": "workspace:*",
65
- "@saas-ui/hotkeys": "workspace:*",
66
- "@saas-ui/input-right-button": "workspace:*",
67
- "@saas-ui/layout": "workspace:*",
68
- "@saas-ui/list": "workspace:*",
69
- "@saas-ui/menu": "workspace:*",
70
- "@saas-ui/modals": "workspace:*",
71
- "@saas-ui/nprogress": "workspace:*",
72
- "@saas-ui/number-input": "workspace:*",
73
- "@saas-ui/palette": "workspace:*",
74
- "@saas-ui/password-input": "workspace:*",
75
- "@saas-ui/persona": "workspace:*",
76
- "@saas-ui/pin-input": "workspace:*",
77
- "@saas-ui/property": "workspace:*",
78
- "@saas-ui/provider": "workspace:*",
79
- "@saas-ui/radio": "workspace:*",
80
- "@saas-ui/search-input": "workspace:*",
81
- "@saas-ui/select": "workspace:*",
82
- "@saas-ui/snackbar": "workspace:*",
83
- "@saas-ui/system": "workspace:*",
84
- "@saas-ui/theme": "workspace:*"
58
+ "@saas-ui/auth": "0.4.5",
59
+ "@saas-ui/button": "0.2.1",
60
+ "@saas-ui/card": "0.2.1",
61
+ "@saas-ui/collapse": "0.2.3",
62
+ "@saas-ui/data-table": "0.1.4",
63
+ "@saas-ui/forms": "0.3.0",
64
+ "@saas-ui/hooks": "0.2.1",
65
+ "@saas-ui/hotkeys": "0.3.1",
66
+ "@saas-ui/input-right-button": "0.2.1",
67
+ "@saas-ui/layout": "0.1.5",
68
+ "@saas-ui/list": "0.3.2",
69
+ "@saas-ui/menu": "0.3.1",
70
+ "@saas-ui/modals": "0.2.5",
71
+ "@saas-ui/nprogress": "0.2.1",
72
+ "@saas-ui/number-input": "0.2.2",
73
+ "@saas-ui/palette": "0.4.1",
74
+ "@saas-ui/password-input": "0.2.1",
75
+ "@saas-ui/persona": "0.3.2",
76
+ "@saas-ui/pin-input": "0.2.1",
77
+ "@saas-ui/property": "0.2.1",
78
+ "@saas-ui/provider": "0.2.6",
79
+ "@saas-ui/radio": "0.2.1",
80
+ "@saas-ui/search-input": "0.3.1",
81
+ "@saas-ui/select": "0.2.1",
82
+ "@saas-ui/snackbar": "0.2.1",
83
+ "@saas-ui/system": "0.3.1",
84
+ "@saas-ui/theme": "0.4.3"
85
85
  },
86
86
  "peerDependencies": {
87
87
  "@chakra-ui/react": ">=1.8.0",
@@ -90,4 +90,4 @@
90
90
  "react": ">=16.8.6",
91
91
  "react-dom": ">=16.8.6"
92
92
  }
93
- }
93
+ }