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

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 +90 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,95 @@
1
1
  # @saas-ui/storybook-addon
2
2
 
3
+ ## 4.0.0-alpha.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ac2d80d]
8
+ - Updated dependencies [9d47676]
9
+ - @saas-ui/react@3.0.0-alpha.24
10
+
11
+ ## 4.0.0-alpha.10
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - Updated dependencies
23
+ - @saas-ui/react@3.0.0-alpha.22
24
+
25
+ ## 4.0.0-alpha.9
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [f85d493]
30
+ - Updated dependencies [f85d493]
31
+ - @saas-ui/react@3.0.0-alpha.20
32
+
33
+ ## 4.0.0-alpha.8
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [eb02362]
38
+ - Updated dependencies [e7fe684]
39
+ - Updated dependencies [eb02362]
40
+ - @saas-ui/react@3.0.0-alpha.18
41
+
42
+ ## 4.0.0-alpha.7
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies [a2ef175]
47
+ - @saas-ui/react@3.0.0-alpha.17
48
+
49
+ ## 4.0.0-alpha.6
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies [f0f5ab0]
54
+ - @saas-ui/react@3.0.0-alpha.9
55
+
56
+ ## 4.0.0-alpha.5
57
+
58
+ ### Patch Changes
59
+
60
+ - Updated dependencies [8e760c5]
61
+ - @saas-ui/react@3.0.0-alpha.7
62
+
63
+ ## 4.0.0-alpha.4
64
+
65
+ ### Minor Changes
66
+
67
+ - 95c8652: Update to Chakra UI 3.2.1
68
+
69
+ ### Patch Changes
70
+
71
+ - Updated dependencies [95c8652]
72
+ - @saas-ui/react@3.0.0-alpha.6
73
+
74
+ ## 4.0.0-alpha.3
75
+
76
+ ### Patch Changes
77
+
78
+ - Updated dependencies [e9fec88]
79
+ - Updated dependencies [f62c3d6]
80
+ - @saas-ui/react@3.0.0-alpha.5
81
+
82
+ ## 4.0.0-alpha.2
83
+
84
+ ### Minor Changes
85
+
86
+ - 6459de4: Removed src exports and files from packages
87
+
88
+ ### Patch Changes
89
+
90
+ - Updated dependencies [6459de4]
91
+ - @saas-ui/react@3.0.0-alpha.2
92
+
3
93
  ## 4.0.0-alpha.1
4
94
 
5
95
  ### 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.1",
3
+ "version": "4.0.0-alpha.11",
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.0",
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.1",
70
+ "@saas-ui/react": "3.0.0-alpha.24",
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.1",
83
+ "@saas-ui/react": ">=3.0.0-alpha.24",
84
84
  "@storybook/components": ">=8.0.0",
85
85
  "@storybook/manager-api": ">=8.0.0",
86
86
  "@storybook/preview-api": ">=8.0.0",