@saas-ui/react 0.6.0-rc.0 → 0.6.0

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 +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 07d67a6: Finalized the authentication api
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [07d67a6]
12
+ - @saas-ui/auth@0.4.0
13
+
3
14
  ## 0.5.3
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.6.0-rc.0",
3
+ "version": "0.6.0",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -51,7 +51,7 @@
51
51
  "url": "https://storybook.saas-ui.dev"
52
52
  },
53
53
  "dependencies": {
54
- "@saas-ui/auth": "0.4.0-rc.0",
54
+ "@saas-ui/auth": "0.4.0",
55
55
  "@saas-ui/button": "0.2.0",
56
56
  "@saas-ui/card": "0.2.0",
57
57
  "@saas-ui/collapse": "0.2.0",