@saas-ui/react 1.3.2 → 1.3.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 +16 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 1.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - b7f169b: Removed fontSize from HotkeysListItem base styles.
8
+ - 935a47c: useLocalStorage now returns the correct type.
9
+ - bef671d: Field variant now passed down to the internal Input.
10
+ - Updated dependencies [b7f169b]
11
+ - Updated dependencies [935a47c]
12
+ - Updated dependencies [bef671d]
13
+ - @saas-ui/hotkeys@1.1.1
14
+ - @saas-ui/hooks@1.1.1
15
+ - @saas-ui/forms@1.1.2
16
+ - @saas-ui/auth@1.2.2
17
+ - @saas-ui/modals@1.1.2
18
+
3
19
  ## 1.3.2
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -56,20 +56,20 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@chakra-ui/system": "^2.1.3",
59
- "@saas-ui/auth": "1.2.1",
59
+ "@saas-ui/auth": "1.2.2",
60
60
  "@saas-ui/banner": "1.1.0",
61
61
  "@saas-ui/button": "1.1.0",
62
62
  "@saas-ui/card": "1.2.0",
63
63
  "@saas-ui/collapse": "1.1.0",
64
64
  "@saas-ui/data-table": "1.1.0",
65
- "@saas-ui/forms": "1.1.1",
66
- "@saas-ui/hooks": "1.1.0",
67
- "@saas-ui/hotkeys": "1.1.0",
65
+ "@saas-ui/forms": "1.1.2",
66
+ "@saas-ui/hooks": "1.1.1",
67
+ "@saas-ui/hotkeys": "1.1.1",
68
68
  "@saas-ui/input-right-button": "1.1.0",
69
69
  "@saas-ui/layout": "1.1.0",
70
70
  "@saas-ui/list": "1.1.0",
71
71
  "@saas-ui/menu": "1.1.0",
72
- "@saas-ui/modals": "1.1.1",
72
+ "@saas-ui/modals": "1.1.2",
73
73
  "@saas-ui/nprogress": "1.1.0",
74
74
  "@saas-ui/number-input": "1.1.0",
75
75
  "@saas-ui/palette": "1.1.0",