@saas-ui/react 2.0.2 → 2.0.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 +15 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 268fa240: Add support for standalone snackbars
8
+ - 93736bed: Export createZodStepForm from form package
9
+ - Updated dependencies [268fa240]
10
+ - Updated dependencies [93736bed]
11
+ - @saas-ui/core@2.0.2
12
+ - @saas-ui/forms@2.0.2
13
+ - @saas-ui/auth@2.0.2
14
+ - @saas-ui/data-table@2.0.3
15
+ - @saas-ui/hotkeys@2.0.2
16
+ - @saas-ui/modals@2.0.3
17
+
3
18
  ## 2.0.2
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -60,13 +60,13 @@
60
60
  "@chakra-ui/react-utils": "^2.0.12",
61
61
  "@chakra-ui/system": "^2.5.8",
62
62
  "@chakra-ui/utils": "^2.0.15",
63
- "@saas-ui/auth": "2.0.1",
64
- "@saas-ui/core": "2.0.1",
65
- "@saas-ui/data-table": "2.0.2",
66
- "@saas-ui/forms": "2.0.1",
63
+ "@saas-ui/auth": "2.0.2",
64
+ "@saas-ui/core": "2.0.2",
65
+ "@saas-ui/data-table": "2.0.3",
66
+ "@saas-ui/forms": "2.0.2",
67
67
  "@saas-ui/hooks": "2.0.0",
68
- "@saas-ui/hotkeys": "2.0.1",
69
- "@saas-ui/modals": "2.0.2",
68
+ "@saas-ui/hotkeys": "2.0.2",
69
+ "@saas-ui/modals": "2.0.3",
70
70
  "@saas-ui/nprogress": "2.0.0",
71
71
  "@saas-ui/theme": "2.0.0"
72
72
  },