@saas-ui/storybook-addon 4.0.1 → 6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +26 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,31 @@
|
|
1
1
|
# @saas-ui/storybook-addon
|
2
2
|
|
3
|
+
## 6.0.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
|
8
|
+
|
9
|
+
### Patch Changes
|
10
|
+
|
11
|
+
- Updated dependencies [803ede7]
|
12
|
+
- @saas-ui/react@2.11.0
|
13
|
+
|
14
|
+
## 5.0.0
|
15
|
+
|
16
|
+
### Patch Changes
|
17
|
+
|
18
|
+
- Updated dependencies [fc799df]
|
19
|
+
- @saas-ui/react@2.10.0
|
20
|
+
|
21
|
+
## 4.0.1
|
22
|
+
|
23
|
+
### Patch Changes
|
24
|
+
|
25
|
+
- f0ee3db: Updated to Chakra 2.10
|
26
|
+
- Updated dependencies [f0ee3db]
|
27
|
+
- @saas-ui/react@2.9.1
|
28
|
+
|
3
29
|
## 4.0.0
|
4
30
|
|
5
31
|
### Minor Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/storybook-addon",
|
3
|
-
"version": "
|
3
|
+
"version": "6.0.0",
|
4
4
|
"description": "The official Storybook Addon for Saas UI",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -64,24 +64,24 @@
|
|
64
64
|
},
|
65
65
|
"homepage": "https://github.com/saas-ui/saas-ui#readme",
|
66
66
|
"devDependencies": {
|
67
|
-
"@chakra-ui/react": "^2.
|
67
|
+
"@chakra-ui/react": "^2.10.1",
|
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.
|
72
|
-
"@storybook/types": "^8.3.
|
70
|
+
"@saas-ui/react": "2.11.0",
|
71
|
+
"@saas-ui/theme-glass": "0.7.0",
|
72
|
+
"@storybook/types": "^8.3.5",
|
73
73
|
"framer-motion": "^11.9.0",
|
74
74
|
"react": "^18.3.1",
|
75
75
|
"tsup": "^8.3.0"
|
76
76
|
},
|
77
77
|
"dependencies": {
|
78
|
-
"@storybook/components": "^8.3.
|
79
|
-
"@storybook/manager-api": "^8.3.
|
80
|
-
"@storybook/preview-api": "^8.3.
|
78
|
+
"@storybook/components": "^8.3.5",
|
79
|
+
"@storybook/manager-api": "^8.3.5",
|
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.0",
|
85
85
|
"@storybook/components": ">=8.0.0",
|
86
86
|
"@storybook/manager-api": ">=8.0.0",
|
87
87
|
"@storybook/preview-api": ">=8.0.0",
|