@saas-ui/modals 3.0.0-alpha.25 → 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.
- package/CHANGELOG.md +40 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
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
|
+
|
12
|
+
## 3.0.0-alpha.26
|
13
|
+
|
14
|
+
### Patch Changes
|
15
|
+
|
16
|
+
- Updated dependencies [c51e12c]
|
17
|
+
- @saas-ui/react@3.0.0-alpha.26
|
18
|
+
- @saas-ui/forms@3.0.0-alpha.26
|
19
|
+
|
3
20
|
## 3.0.0-alpha.25
|
4
21
|
|
5
22
|
### Patch Changes
|
@@ -282,6 +299,29 @@
|
|
282
299
|
- @saas-ui/react@3.0.0-alpha.0
|
283
300
|
- @saas-ui/core@3.0.0-alpha.0
|
284
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
|
+
|
285
325
|
## 2.4.1
|
286
326
|
|
287
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.
|
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.
|
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.
|
77
|
+
"@saas-ui/react": "3.0.0-alpha.27",
|
78
78
|
"react": ">=18.0.0",
|
79
79
|
"react-dom": ">=18.0.0"
|
80
80
|
},
|