@saas-ui/storybook-addon 4.0.0-alpha.1 → 4.0.0-alpha.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +19 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1
1
|
# @saas-ui/storybook-addon
|
2
2
|
|
3
|
+
## 4.0.0-alpha.3
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [e9fec88]
|
8
|
+
- Updated dependencies [f62c3d6]
|
9
|
+
- @saas-ui/react@3.0.0-alpha.5
|
10
|
+
|
11
|
+
## 4.0.0-alpha.2
|
12
|
+
|
13
|
+
### Minor Changes
|
14
|
+
|
15
|
+
- 6459de4: Removed src exports and files from packages
|
16
|
+
|
17
|
+
### Patch Changes
|
18
|
+
|
19
|
+
- Updated dependencies [6459de4]
|
20
|
+
- @saas-ui/react@3.0.0-alpha.2
|
21
|
+
|
3
22
|
## 4.0.0-alpha.1
|
4
23
|
|
5
24
|
### 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.3",
|
4
4
|
"description": "The official Storybook Addon for Saas UI",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -67,7 +67,7 @@
|
|
67
67
|
"@chakra-ui/react": "^3.2.0",
|
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.5",
|
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.5",
|
84
84
|
"@storybook/components": ">=8.0.0",
|
85
85
|
"@storybook/manager-api": ">=8.0.0",
|
86
86
|
"@storybook/preview-api": ">=8.0.0",
|