@saas-ui/storybook-addon 4.0.0-alpha.4 → 4.0.0-alpha.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @saas-ui/storybook-addon
2
2
 
3
+ ## 4.0.0-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f0f5ab0]
8
+ - @saas-ui/react@3.0.0-alpha.9
9
+
10
+ ## 4.0.0-alpha.5
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [8e760c5]
15
+ - @saas-ui/react@3.0.0-alpha.7
16
+
3
17
  ## 4.0.0-alpha.4
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/storybook-addon",
3
- "version": "4.0.0-alpha.4",
3
+ "version": "4.0.0-alpha.6",
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.2",
68
68
  "@emotion/react": "^11.13.5",
69
69
  "@emotion/styled": "^11.13.5",
70
- "@saas-ui/react": "3.0.0-alpha.6",
70
+ "@saas-ui/react": "3.0.0-alpha.9",
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.6",
83
+ "@saas-ui/react": ">=3.0.0-alpha.9",
84
84
  "@storybook/components": ">=8.0.0",
85
85
  "@storybook/manager-api": ">=8.0.0",
86
86
  "@storybook/preview-api": ">=8.0.0",