@saas-ui/storybook-addon 5.0.0 → 6.0.0

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 +11 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
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
+
3
14
  ## 5.0.0
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/storybook-addon",
3
- "version": "5.0.0",
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",
@@ -67,8 +67,8 @@
67
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.10.0",
71
- "@saas-ui/theme-glass": "0.6.1",
70
+ "@saas-ui/react": "2.11.0",
71
+ "@saas-ui/theme-glass": "0.7.0",
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.10.0",
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",