@saas-ui/react 0.7.3 → 0.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.7.5
4
+
5
+ ### Patch Changes
6
+
7
+ - AuthProvider now checks if a user is authenticated when logIn or signUp are succesful.
8
+ - Updated dependencies
9
+ - @saas-ui/auth@0.4.4
10
+
11
+ ## 0.7.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [cedd489]
16
+ - Updated dependencies [b57b40b]
17
+ - @saas-ui/collapse@0.2.3
18
+ - @saas-ui/layout@0.1.4
19
+ - @saas-ui/data-table@0.1.3
20
+
3
21
  ## 0.7.3
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.7.3",
3
+ "version": "0.7.5",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -55,16 +55,16 @@
55
55
  "url": "https://storybook.saas-ui.dev"
56
56
  },
57
57
  "dependencies": {
58
- "@saas-ui/auth": "0.4.3",
58
+ "@saas-ui/auth": "0.4.4",
59
59
  "@saas-ui/button": "0.2.1",
60
60
  "@saas-ui/card": "0.2.1",
61
- "@saas-ui/collapse": "0.2.2",
62
- "@saas-ui/data-table": "0.1.2",
61
+ "@saas-ui/collapse": "0.2.3",
62
+ "@saas-ui/data-table": "0.1.3",
63
63
  "@saas-ui/forms": "0.2.5",
64
64
  "@saas-ui/hooks": "0.2.1",
65
65
  "@saas-ui/hotkeys": "0.3.1",
66
66
  "@saas-ui/input-right-button": "0.2.1",
67
- "@saas-ui/layout": "0.1.3",
67
+ "@saas-ui/layout": "0.1.4",
68
68
  "@saas-ui/list": "0.3.2",
69
69
  "@saas-ui/menu": "0.2.6",
70
70
  "@saas-ui/modals": "0.2.4",