@saas-ui/modals 0.6.0-next.4 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -37
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,59 +1,42 @@
1
1
  # @saas-ui/modals
2
2
 
3
- ## 0.6.0-next.4
3
+ ## 1.0.0-rc.0
4
4
 
5
- ### Patch Changes
6
-
7
- - Updated Chakra to 2.1.2
8
- - Updated dependencies
9
- - @saas-ui/button@0.5.0-next.4
10
- - @saas-ui/forms@0.8.0-next.4
11
- - @saas-ui/menu@0.6.0-next.4
5
+ ### Major Changes
12
6
 
13
- ## 0.6.0-next.3
7
+ - 1db5bf9: Initial release candidate
14
8
 
15
- ### Patch Changes
16
-
17
- - Bump version
18
- - Updated dependencies
19
- - @saas-ui/button@0.5.0-next.3
20
- - @saas-ui/forms@0.8.0-next.3
21
- - @saas-ui/menu@0.6.0-next.3
9
+ ### Minor Changes
22
10
 
23
- ## 0.6.0-next.2
11
+ - 3ae6be1: breaking: Updated to Chakra UI 2.1
12
+ - 3ae6be1: breaking: React 18 support.
24
13
 
25
14
  ### Patch Changes
26
15
 
27
16
  - 1fdf52a: Modern bundles now use .mjs extension.
17
+ - Updated dependencies [3ae6be1]
18
+ - Updated dependencies [1db5bf9]
28
19
  - Updated dependencies [1fdf52a]
29
- - @saas-ui/button@0.5.0-next.2
30
- - @saas-ui/forms@0.8.0-next.2
31
- - @saas-ui/menu@0.6.0-next.2
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
32
24
 
33
- ## 0.6.0-next.1
25
+ ## 0.5.15
34
26
 
35
27
  ### Patch Changes
36
28
 
37
- - Bump version
38
- - Updated dependencies
39
- - @saas-ui/button@0.5.0-next.1
40
- - @saas-ui/forms@0.8.0-next.1
41
- - @saas-ui/menu@0.6.0-next.1
42
-
43
- ## 0.6.0-next.0
29
+ - @saas-ui/menu@0.5.7
44
30
 
45
- ### Minor Changes
46
-
47
- - 3ae6be1: breaking: Updated to Chakra UI 2.1
48
- - 3ae6be1: breaking: React 18 support.
31
+ ## 0.5.14
49
32
 
50
33
  ### Patch Changes
51
34
 
52
- - Updated dependencies [3ae6be1]
53
- - Updated dependencies [3ae6be1]
54
- - @saas-ui/button@0.5.0-next.0
55
- - @saas-ui/forms@0.8.0-next.0
56
- - @saas-ui/menu@0.6.0-next.0
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
57
40
 
58
41
  ## 0.5.13
59
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/modals",
3
- "version": "0.6.0-next.4",
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.5.0-next.4",
60
- "@saas-ui/forms": "0.8.0-next.4",
61
- "@saas-ui/menu": "0.6.0-next.4"
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",