@saas-ui/modals 3.0.0-next.10 → 3.0.0-next.3

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 +0 -56
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,61 +1,5 @@
1
1
  # @saas-ui/modals
2
2
 
3
- ## 3.0.0-next.10
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies
8
- - @saas-ui/react@3.0.0-next.10
9
- - @saas-ui/forms@3.0.0-next.10
10
-
11
- ## 3.0.0-next.9
12
-
13
- ### Patch Changes
14
-
15
- - Updated dependencies
16
- - @saas-ui/react@3.0.0-next.9
17
- - @saas-ui/forms@3.0.0-next.9
18
-
19
- ## 3.0.0-next.8
20
-
21
- ### Patch Changes
22
-
23
- - Updated dependencies
24
- - @saas-ui/react@3.0.0-next.8
25
- - @saas-ui/forms@3.0.0-next.8
26
-
27
- ## 3.0.0-next.7
28
-
29
- ### Patch Changes
30
-
31
- - Updated dependencies
32
- - @saas-ui/react@3.0.0-next.7
33
- - @saas-ui/forms@3.0.0-next.7
34
-
35
- ## 3.0.0-next.6
36
-
37
- ### Patch Changes
38
-
39
- - Updated dependencies
40
- - @saas-ui/react@3.0.0-next.6
41
- - @saas-ui/forms@3.0.0-next.6
42
-
43
- ## 3.0.0-next.5
44
-
45
- ### Patch Changes
46
-
47
- - Updated dependencies
48
- - @saas-ui/react@3.0.0-next.5
49
- - @saas-ui/forms@3.0.0-next.5
50
-
51
- ## 3.0.0-next.4
52
-
53
- ### Patch Changes
54
-
55
- - Updated dependencies [e86d242]
56
- - @saas-ui/react@3.0.0-next.4
57
- - @saas-ui/forms@3.0.0-next.4
58
-
59
3
  ## 3.0.0-next.3
60
4
 
61
5
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/modals",
3
- "version": "3.0.0-next.10",
3
+ "version": "3.0.0-next.3",
4
4
  "description": "A modal manager for Chakra UI",
5
5
  "type": "module",
6
6
  "exports": {
@@ -55,14 +55,14 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "@saas-ui/core": "3.0.0-next.1",
58
- "@saas-ui/forms": "3.0.0-next.10",
58
+ "@saas-ui/forms": "3.0.0-next.3",
59
59
  "@saas-ui/hooks": "3.0.0-next.0",
60
60
  "@saas-ui/modals-provider": "1.0.0-next.0"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "@chakra-ui/react": "^3.2.1",
64
64
  "@emotion/react": ">=11.0.0",
65
- "@saas-ui/react": "3.0.0-next.10",
65
+ "@saas-ui/react": "3.0.0-next.3",
66
66
  "react": ">=18.0.0",
67
67
  "react-dom": ">=18.0.0"
68
68
  },