@saas-ui/storybook-addon 4.0.0-alpha.11 → 4.0.0-alpha.13

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 +63 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @saas-ui/storybook-addon
2
2
 
3
+ ## 4.0.0-alpha.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [15e093e]
8
+ - @saas-ui/react@3.0.0-alpha.32
9
+
10
+ ## 4.0.0-alpha.12
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [8d8ffaa]
15
+ - Updated dependencies [8d8ffaa]
16
+ - Updated dependencies [8d8ffaa]
17
+ - Updated dependencies [8d8ffaa]
18
+ - Updated dependencies [8d8ffaa]
19
+ - @saas-ui/react@3.0.0-alpha.25
20
+
3
21
  ## 4.0.0-alpha.11
4
22
 
5
23
  ### Patch Changes
@@ -112,6 +130,51 @@
112
130
  - Updated dependencies
113
131
  - @saas-ui/react@3.0.0-alpha.0
114
132
 
133
+ ## 6.0.1
134
+
135
+ ### Patch Changes
136
+
137
+ - 862937a: Bump chakra version
138
+ - Updated dependencies [862937a]
139
+ - @saas-ui/react@2.11.2
140
+
141
+ ## 6.0.0
142
+
143
+ ### Minor Changes
144
+
145
+ - 803ede7: Updated Chakra UI version range to >=2.9.0 <3
146
+
147
+ ### Patch Changes
148
+
149
+ - Updated dependencies [803ede7]
150
+ - @saas-ui/react@2.11.0
151
+
152
+ ## 5.0.0
153
+
154
+ ### Patch Changes
155
+
156
+ - Updated dependencies [fc799df]
157
+ - @saas-ui/react@2.10.0
158
+
159
+ ## 4.0.1
160
+
161
+ ### Patch Changes
162
+
163
+ - f0ee3db: Updated to Chakra 2.10
164
+ - Updated dependencies [f0ee3db]
165
+ - @saas-ui/react@2.9.1
166
+
167
+ ## 4.0.0
168
+
169
+ ### Minor Changes
170
+
171
+ - 2ac496a: Upgraded to Chakra UI v2.9.3
172
+
173
+ ### Patch Changes
174
+
175
+ - Updated dependencies [2ac496a]
176
+ - @saas-ui/react@2.9.0
177
+
115
178
  ## 3.0.2
116
179
 
117
180
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/storybook-addon",
3
- "version": "4.0.0-alpha.11",
3
+ "version": "4.0.0-alpha.13",
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.2.3",
68
- "@emotion/react": "^11.13.5",
69
- "@emotion/styled": "^11.13.5",
70
- "@saas-ui/react": "3.0.0-alpha.24",
67
+ "@chakra-ui/react": "^3.7.0",
68
+ "@emotion/react": "^11.14.0",
69
+ "@emotion/styled": "^11.14.0",
70
+ "@saas-ui/react": "3.0.0-alpha.32",
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.24",
83
+ "@saas-ui/react": ">=3.0.0-alpha.32",
84
84
  "@storybook/components": ">=8.0.0",
85
85
  "@storybook/manager-api": ">=8.0.0",
86
86
  "@storybook/preview-api": ">=8.0.0",