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

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 +41 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @saas-ui/modals
2
2
 
3
+ ## 3.0.0-alpha.28
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6a8bf46]
8
+ - Updated dependencies [6a8bf46]
9
+ - @saas-ui/react@3.0.0-alpha.28
10
+ - @saas-ui/forms@3.0.0-alpha.28
11
+
12
+ ## 3.0.0-alpha.27
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [56b0623]
17
+ - Updated dependencies [56b0623]
18
+ - @saas-ui/forms@3.0.0-alpha.27
19
+ - @saas-ui/react@3.0.0-alpha.27
20
+
3
21
  ## 3.0.0-alpha.26
4
22
 
5
23
  ### Patch Changes
@@ -290,6 +308,29 @@
290
308
  - @saas-ui/react@3.0.0-alpha.0
291
309
  - @saas-ui/core@3.0.0-alpha.0
292
310
 
311
+ ## 2.4.4
312
+
313
+ ### Patch Changes
314
+
315
+ - Updated dependencies [091fd38]
316
+ - @saas-ui/forms@2.11.0
317
+
318
+ ## 2.4.3
319
+
320
+ ### Patch Changes
321
+
322
+ - Updated dependencies [eb53116]
323
+ - @saas-ui/forms@2.10.0
324
+
325
+ ## 2.4.2
326
+
327
+ ### Patch Changes
328
+
329
+ - 862937a: Bump chakra version
330
+ - Updated dependencies [862937a]
331
+ - @saas-ui/react-utils@2.2.1
332
+ - @saas-ui/forms@2.9.1
333
+
293
334
  ## 2.4.1
294
335
 
295
336
  ### 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.28",
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.28",
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.28",
78
78
  "react": ">=18.0.0",
79
79
  "react-dom": ">=18.0.0"
80
80
  },