@saas-ui/modals 0.6.0-next.2 → 1.0.0-rc.0
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 +31 -19
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,39 +1,51 @@
|
|
1
1
|
# @saas-ui/modals
|
2
2
|
|
3
|
-
## 0.
|
3
|
+
## 1.0.0-rc.0
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- 1db5bf9: Initial release candidate
|
8
|
+
|
9
|
+
### Minor Changes
|
10
|
+
|
11
|
+
- 3ae6be1: breaking: Updated to Chakra UI 2.1
|
12
|
+
- 3ae6be1: breaking: React 18 support.
|
4
13
|
|
5
14
|
### Patch Changes
|
6
15
|
|
7
16
|
- 1fdf52a: Modern bundles now use .mjs extension.
|
17
|
+
- Updated dependencies [3ae6be1]
|
18
|
+
- Updated dependencies [1db5bf9]
|
8
19
|
- Updated dependencies [1fdf52a]
|
9
|
-
|
10
|
-
- @saas-ui/
|
11
|
-
- @saas-ui/
|
20
|
+
- Updated dependencies [3ae6be1]
|
21
|
+
- @saas-ui/button@1.0.0-rc.0
|
22
|
+
- @saas-ui/forms@1.0.0-rc.0
|
23
|
+
- @saas-ui/menu@1.0.0-rc.0
|
12
24
|
|
13
|
-
## 0.
|
25
|
+
## 0.5.15
|
14
26
|
|
15
27
|
### Patch Changes
|
16
28
|
|
17
|
-
-
|
18
|
-
- Updated dependencies
|
19
|
-
- @saas-ui/button@0.5.0-next.1
|
20
|
-
- @saas-ui/forms@0.8.0-next.1
|
21
|
-
- @saas-ui/menu@0.6.0-next.1
|
29
|
+
- @saas-ui/menu@0.5.7
|
22
30
|
|
23
|
-
## 0.
|
31
|
+
## 0.5.14
|
24
32
|
|
25
|
-
###
|
33
|
+
### Patch Changes
|
26
34
|
|
27
|
-
-
|
28
|
-
-
|
35
|
+
- Updated Chakra UI version range not to include 2.x
|
36
|
+
- Updated dependencies
|
37
|
+
- @saas-ui/button@0.4.2
|
38
|
+
- @saas-ui/forms@0.7.10
|
39
|
+
- @saas-ui/menu@0.5.6
|
40
|
+
|
41
|
+
## 0.5.13
|
29
42
|
|
30
43
|
### Patch Changes
|
31
44
|
|
32
|
-
- Updated dependencies [
|
33
|
-
-
|
34
|
-
- @saas-ui/
|
35
|
-
- @saas-ui/
|
36
|
-
- @saas-ui/menu@0.6.0-next.0
|
45
|
+
- Updated dependencies [0dbec1a]
|
46
|
+
- @saas-ui/button@0.4.1
|
47
|
+
- @saas-ui/forms@0.7.9
|
48
|
+
- @saas-ui/menu@0.5.5
|
37
49
|
|
38
50
|
## 0.5.12
|
39
51
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/modals",
|
3
|
-
"version": "0.
|
3
|
+
"version": "1.0.0-rc.0",
|
4
4
|
"description": "A modal manager for Chakra UI",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -56,9 +56,9 @@
|
|
56
56
|
"url": "https://storybook.saas-ui.dev"
|
57
57
|
},
|
58
58
|
"dependencies": {
|
59
|
-
"@saas-ui/button": "0.
|
60
|
-
"@saas-ui/forms": "0.
|
61
|
-
"@saas-ui/menu": "0.
|
59
|
+
"@saas-ui/button": "1.0.0-rc.0",
|
60
|
+
"@saas-ui/forms": "1.0.0-rc.0",
|
61
|
+
"@saas-ui/menu": "1.0.0-rc.0"
|
62
62
|
},
|
63
63
|
"peerDependencies": {
|
64
64
|
"@chakra-ui/react": ">=2.1.0",
|