@saas-ui/modals 3.0.0-alpha.3 → 3.0.0-alpha.4

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @saas-ui/modals
2
2
 
3
+ ## 3.0.0-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7808a76]
8
+ - @saas-ui/react@3.0.0-alpha.4
9
+ - @saas-ui/forms@3.0.0-alpha.4
10
+
3
11
  ## 3.0.0-alpha.3
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/modals",
3
- "version": "3.0.0-alpha.3",
3
+ "version": "3.0.0-alpha.4",
4
4
  "description": "A modal manager for Chakra UI",
5
5
  "type": "module",
6
6
  "exports": {
@@ -67,14 +67,14 @@
67
67
  },
68
68
  "dependencies": {
69
69
  "@saas-ui/core": "3.0.0-alpha.3",
70
- "@saas-ui/forms": "3.0.0-alpha.3",
70
+ "@saas-ui/forms": "3.0.0-alpha.4",
71
71
  "@saas-ui/hooks": "3.0.0-alpha.3",
72
72
  "@saas-ui/modals-provider": "1.0.0-alpha.2"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "@chakra-ui/react": "^3.0.0",
76
76
  "@emotion/react": ">=11.0.0",
77
- "@saas-ui/react": "3.0.0-alpha.3",
77
+ "@saas-ui/react": "3.0.0-alpha.4",
78
78
  "react": ">=18.0.0",
79
79
  "react-dom": ">=18.0.0"
80
80
  },