@saas-ui/modals 3.0.0-alpha.26 → 3.0.0-alpha.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @saas-ui/modals
2
2
 
3
+ ## 3.0.0-alpha.27
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [56b0623]
8
+ - Updated dependencies [56b0623]
9
+ - @saas-ui/forms@3.0.0-alpha.27
10
+ - @saas-ui/react@3.0.0-alpha.27
11
+
3
12
  ## 3.0.0-alpha.26
4
13
 
5
14
  ### Patch Changes
@@ -290,6 +299,29 @@
290
299
  - @saas-ui/react@3.0.0-alpha.0
291
300
  - @saas-ui/core@3.0.0-alpha.0
292
301
 
302
+ ## 2.4.4
303
+
304
+ ### Patch Changes
305
+
306
+ - Updated dependencies [091fd38]
307
+ - @saas-ui/forms@2.11.0
308
+
309
+ ## 2.4.3
310
+
311
+ ### Patch Changes
312
+
313
+ - Updated dependencies [eb53116]
314
+ - @saas-ui/forms@2.10.0
315
+
316
+ ## 2.4.2
317
+
318
+ ### Patch Changes
319
+
320
+ - 862937a: Bump chakra version
321
+ - Updated dependencies [862937a]
322
+ - @saas-ui/react-utils@2.2.1
323
+ - @saas-ui/forms@2.9.1
324
+
293
325
  ## 2.4.1
294
326
 
295
327
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/modals",
3
- "version": "3.0.0-alpha.26",
3
+ "version": "3.0.0-alpha.27",
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.7",
70
- "@saas-ui/forms": "3.0.0-alpha.26",
70
+ "@saas-ui/forms": "3.0.0-alpha.27",
71
71
  "@saas-ui/hooks": "3.0.0-alpha.4",
72
72
  "@saas-ui/modals-provider": "1.0.0-alpha.4"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "@chakra-ui/react": "^3.2.3",
76
76
  "@emotion/react": ">=11.0.0",
77
- "@saas-ui/react": "3.0.0-alpha.26",
77
+ "@saas-ui/react": "3.0.0-alpha.27",
78
78
  "react": ">=18.0.0",
79
79
  "react-dom": ">=18.0.0"
80
80
  },