@saas-ui/react 0.11.6 → 0.11.7

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.11.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 99f3e33: Custom modal components can now be directly passed to modals.open
8
+ - Updated dependencies [99f3e33]
9
+ - @saas-ui/modals@0.3.5
10
+
3
11
  ## 0.11.6
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.11.6",
3
+ "version": "0.11.7",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -68,7 +68,7 @@
68
68
  "@saas-ui/layout": "0.2.4",
69
69
  "@saas-ui/list": "0.4.0",
70
70
  "@saas-ui/menu": "0.4.4",
71
- "@saas-ui/modals": "0.3.4",
71
+ "@saas-ui/modals": "0.3.5",
72
72
  "@saas-ui/nprogress": "0.3.0",
73
73
  "@saas-ui/number-input": "0.3.0",
74
74
  "@saas-ui/palette": "0.5.0",