@saas-ui/react 1.7.2 → 1.7.3

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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 1.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [91fbab7]
8
+ - @saas-ui/auth@1.6.3
9
+
3
10
  ## 1.7.2
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -57,7 +57,7 @@
57
57
  "dependencies": {
58
58
  "@chakra-ui/system": "^2.3.3",
59
59
  "@saas-ui/app-shell": "1.0.0",
60
- "@saas-ui/auth": "1.6.2",
60
+ "@saas-ui/auth": "1.6.3",
61
61
  "@saas-ui/banner": "1.3.0",
62
62
  "@saas-ui/button": "1.3.0",
63
63
  "@saas-ui/card": "1.4.0",