@saas-ui/react 1.9.0 → 1.9.1

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 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,10 +1,20 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 1.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 382e095: InputRightButton no longer exported from forms package to prevent conflicts.
8
+ - Updated dependencies [382e095]
9
+ - @saas-ui/forms@1.5.3
10
+ - @saas-ui/auth@1.7.4
11
+ - @saas-ui/modals@1.5.5
12
+
3
13
  ## 1.9.0
4
14
 
5
15
  ### Minor Changes
6
16
 
7
- - aea16c7: Improved Sidebar behavior and theme.
17
+ - aea16c7: BREAKING: Improved Sidebar behavior and theme. Remove deprecated label prop on NavItem.
8
18
 
9
19
  ### Patch Changes
10
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -57,20 +57,20 @@
57
57
  "dependencies": {
58
58
  "@chakra-ui/system": "^2.3.8",
59
59
  "@saas-ui/app-shell": "1.1.0",
60
- "@saas-ui/auth": "1.7.3",
60
+ "@saas-ui/auth": "1.7.4",
61
61
  "@saas-ui/banner": "1.4.0",
62
62
  "@saas-ui/button": "1.4.0",
63
63
  "@saas-ui/card": "1.5.0",
64
64
  "@saas-ui/collapse": "1.4.0",
65
65
  "@saas-ui/data-table": "1.4.1",
66
- "@saas-ui/forms": "1.5.2",
66
+ "@saas-ui/forms": "1.5.3",
67
67
  "@saas-ui/hooks": "1.2.0",
68
68
  "@saas-ui/hotkeys": "1.4.0",
69
69
  "@saas-ui/input-right-button": "1.4.0",
70
70
  "@saas-ui/layout": "1.4.1",
71
71
  "@saas-ui/list": "1.4.0",
72
72
  "@saas-ui/menu": "1.4.1",
73
- "@saas-ui/modals": "1.5.4",
73
+ "@saas-ui/modals": "1.5.5",
74
74
  "@saas-ui/nprogress": "1.4.0",
75
75
  "@saas-ui/number-input": "1.4.0",
76
76
  "@saas-ui/palette": "1.3.0",