@saas-ui/react 2.0.1 → 2.0.2

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 +14 -0
  2. package/package.json +8 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - df98007a: Add missing dependency
8
+ - 9b609119: Fix issue where Link would not pass props correctly.
9
+ - Updated dependencies [9b609119]
10
+ - @saas-ui/core@2.0.1
11
+ - @saas-ui/data-table@2.0.2
12
+ - @saas-ui/auth@2.0.1
13
+ - @saas-ui/forms@2.0.1
14
+ - @saas-ui/hotkeys@2.0.1
15
+ - @saas-ui/modals@2.0.2
16
+
3
17
  ## 2.0.1
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -56,16 +56,17 @@
56
56
  "url": "https://storybook.saas-ui.dev"
57
57
  },
58
58
  "dependencies": {
59
+ "@chakra-ui/icon": "^3.0.15",
59
60
  "@chakra-ui/react-utils": "^2.0.12",
60
61
  "@chakra-ui/system": "^2.5.8",
61
62
  "@chakra-ui/utils": "^2.0.15",
62
- "@saas-ui/auth": "2.0.0",
63
- "@saas-ui/core": "2.0.0",
64
- "@saas-ui/data-table": "2.0.1",
65
- "@saas-ui/forms": "2.0.0",
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",
66
67
  "@saas-ui/hooks": "2.0.0",
67
- "@saas-ui/hotkeys": "2.0.0",
68
- "@saas-ui/modals": "2.0.1",
68
+ "@saas-ui/hotkeys": "2.0.1",
69
+ "@saas-ui/modals": "2.0.2",
69
70
  "@saas-ui/nprogress": "2.0.0",
70
71
  "@saas-ui/theme": "2.0.0"
71
72
  },