@saas-ui/storybook-addon 4.0.0-alpha.0 → 4.0.0-alpha.10
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 +93 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,98 @@
|
|
1
1
|
# @saas-ui/storybook-addon
|
2
2
|
|
3
|
+
## 4.0.0-alpha.10
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies
|
8
|
+
- Updated dependencies
|
9
|
+
- Updated dependencies
|
10
|
+
- Updated dependencies
|
11
|
+
- Updated dependencies
|
12
|
+
- Updated dependencies
|
13
|
+
- Updated dependencies
|
14
|
+
- Updated dependencies
|
15
|
+
- @saas-ui/react@3.0.0-alpha.22
|
16
|
+
|
17
|
+
## 4.0.0-alpha.9
|
18
|
+
|
19
|
+
### Patch Changes
|
20
|
+
|
21
|
+
- Updated dependencies [f85d493]
|
22
|
+
- Updated dependencies [f85d493]
|
23
|
+
- @saas-ui/react@3.0.0-alpha.20
|
24
|
+
|
25
|
+
## 4.0.0-alpha.8
|
26
|
+
|
27
|
+
### Patch Changes
|
28
|
+
|
29
|
+
- Updated dependencies [eb02362]
|
30
|
+
- Updated dependencies [e7fe684]
|
31
|
+
- Updated dependencies [eb02362]
|
32
|
+
- @saas-ui/react@3.0.0-alpha.18
|
33
|
+
|
34
|
+
## 4.0.0-alpha.7
|
35
|
+
|
36
|
+
### Patch Changes
|
37
|
+
|
38
|
+
- Updated dependencies [a2ef175]
|
39
|
+
- @saas-ui/react@3.0.0-alpha.17
|
40
|
+
|
41
|
+
## 4.0.0-alpha.6
|
42
|
+
|
43
|
+
### Patch Changes
|
44
|
+
|
45
|
+
- Updated dependencies [f0f5ab0]
|
46
|
+
- @saas-ui/react@3.0.0-alpha.9
|
47
|
+
|
48
|
+
## 4.0.0-alpha.5
|
49
|
+
|
50
|
+
### Patch Changes
|
51
|
+
|
52
|
+
- Updated dependencies [8e760c5]
|
53
|
+
- @saas-ui/react@3.0.0-alpha.7
|
54
|
+
|
55
|
+
## 4.0.0-alpha.4
|
56
|
+
|
57
|
+
### Minor Changes
|
58
|
+
|
59
|
+
- 95c8652: Update to Chakra UI 3.2.1
|
60
|
+
|
61
|
+
### Patch Changes
|
62
|
+
|
63
|
+
- Updated dependencies [95c8652]
|
64
|
+
- @saas-ui/react@3.0.0-alpha.6
|
65
|
+
|
66
|
+
## 4.0.0-alpha.3
|
67
|
+
|
68
|
+
### Patch Changes
|
69
|
+
|
70
|
+
- Updated dependencies [e9fec88]
|
71
|
+
- Updated dependencies [f62c3d6]
|
72
|
+
- @saas-ui/react@3.0.0-alpha.5
|
73
|
+
|
74
|
+
## 4.0.0-alpha.2
|
75
|
+
|
76
|
+
### Minor Changes
|
77
|
+
|
78
|
+
- 6459de4: Removed src exports and files from packages
|
79
|
+
|
80
|
+
### Patch Changes
|
81
|
+
|
82
|
+
- Updated dependencies [6459de4]
|
83
|
+
- @saas-ui/react@3.0.0-alpha.2
|
84
|
+
|
85
|
+
## 4.0.0-alpha.1
|
86
|
+
|
87
|
+
### Major Changes
|
88
|
+
|
89
|
+
- 550e5a6: Upgrade to Chakra v3
|
90
|
+
|
91
|
+
### Patch Changes
|
92
|
+
|
93
|
+
- Updated dependencies [550e5a6]
|
94
|
+
- @saas-ui/react@3.0.0-alpha.1
|
95
|
+
|
3
96
|
## 4.0.0-alpha.0
|
4
97
|
|
5
98
|
### Major Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/storybook-addon",
|
3
|
-
"version": "4.0.0-alpha.
|
3
|
+
"version": "4.0.0-alpha.10",
|
4
4
|
"description": "The official Storybook Addon for Saas UI",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -64,10 +64,10 @@
|
|
64
64
|
},
|
65
65
|
"homepage": "https://github.com/saas-ui/saas-ui#readme",
|
66
66
|
"devDependencies": {
|
67
|
-
"@chakra-ui/react": "^3.
|
67
|
+
"@chakra-ui/react": "^3.2.3",
|
68
68
|
"@emotion/react": "^11.13.5",
|
69
69
|
"@emotion/styled": "^11.13.5",
|
70
|
-
"@saas-ui/react": "3.0.0-alpha.
|
70
|
+
"@saas-ui/react": "3.0.0-alpha.22",
|
71
71
|
"@storybook/types": "^8.4.5",
|
72
72
|
"framer-motion": "^11.11.11",
|
73
73
|
"react": "^18.3.1",
|
@@ -80,7 +80,7 @@
|
|
80
80
|
},
|
81
81
|
"peerDependencies": {
|
82
82
|
"@chakra-ui/react": ">=2.0.0",
|
83
|
-
"@saas-ui/react": ">=3.0.0-alpha.
|
83
|
+
"@saas-ui/react": ">=3.0.0-alpha.22",
|
84
84
|
"@storybook/components": ">=8.0.0",
|
85
85
|
"@storybook/manager-api": ">=8.0.0",
|
86
86
|
"@storybook/preview-api": ">=8.0.0",
|