@saas-ui/react 0.7.5-rc.1 → 0.7.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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ## 0.7.4
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.7.5-rc.1",
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,7 +55,7 @@
55
55
  "url": "https://storybook.saas-ui.dev"
56
56
  },
57
57
  "dependencies": {
58
- "@saas-ui/auth": "0.4.4-rc.1",
58
+ "@saas-ui/auth": "0.4.4",
59
59
  "@saas-ui/button": "0.2.1",
60
60
  "@saas-ui/card": "0.2.1",
61
61
  "@saas-ui/collapse": "0.2.3",