@saas-ui/storybook-addon 5.0.0 → 6.0.1
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 +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1
1
|
# @saas-ui/storybook-addon
|
2
2
|
|
3
|
+
## 6.0.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 862937a: Bump chakra version
|
8
|
+
- Updated dependencies [862937a]
|
9
|
+
- @saas-ui/react@2.11.2
|
10
|
+
|
11
|
+
## 6.0.0
|
12
|
+
|
13
|
+
### Minor Changes
|
14
|
+
|
15
|
+
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
|
16
|
+
|
17
|
+
### Patch Changes
|
18
|
+
|
19
|
+
- Updated dependencies [803ede7]
|
20
|
+
- @saas-ui/react@2.11.0
|
21
|
+
|
3
22
|
## 5.0.0
|
4
23
|
|
5
24
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/storybook-addon",
|
3
|
-
"version": "
|
3
|
+
"version": "6.0.1",
|
4
4
|
"description": "The official Storybook Addon for Saas UI",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -64,11 +64,11 @@
|
|
64
64
|
},
|
65
65
|
"homepage": "https://github.com/saas-ui/saas-ui#readme",
|
66
66
|
"devDependencies": {
|
67
|
-
"@chakra-ui/react": "^2.10.
|
67
|
+
"@chakra-ui/react": "^2.10.4",
|
68
68
|
"@emotion/react": ">=11.1.5",
|
69
69
|
"@emotion/styled": ">=11.1.5",
|
70
|
-
"@saas-ui/react": "2.
|
71
|
-
"@saas-ui/theme-glass": "0.
|
70
|
+
"@saas-ui/react": "2.11.2",
|
71
|
+
"@saas-ui/theme-glass": "0.7.1",
|
72
72
|
"@storybook/types": "^8.3.5",
|
73
73
|
"framer-motion": "^11.9.0",
|
74
74
|
"react": "^18.3.1",
|
@@ -80,8 +80,8 @@
|
|
80
80
|
"@storybook/preview-api": "^8.3.5"
|
81
81
|
},
|
82
82
|
"peerDependencies": {
|
83
|
-
"@chakra-ui/react": ">=2.0.0",
|
84
|
-
"@saas-ui/react": ">=2.
|
83
|
+
"@chakra-ui/react": ">=2.0.0 <3",
|
84
|
+
"@saas-ui/react": ">=2.11.2",
|
85
85
|
"@storybook/components": ">=8.0.0",
|
86
86
|
"@storybook/manager-api": ">=8.0.0",
|
87
87
|
"@storybook/preview-api": ">=8.0.0",
|