@saas-ui/storybook-addon 6.0.0 → 6.0.1

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 +8 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @saas-ui/storybook-addon
2
2
 
3
+ ## 6.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 862937a: Bump chakra version
8
+ - Updated dependencies [862937a]
9
+ - @saas-ui/react@2.11.2
10
+
3
11
  ## 6.0.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/storybook-addon",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "The official Storybook Addon for Saas UI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -64,11 +64,11 @@
64
64
  },
65
65
  "homepage": "https://github.com/saas-ui/saas-ui#readme",
66
66
  "devDependencies": {
67
- "@chakra-ui/react": "^2.10.1",
67
+ "@chakra-ui/react": "^2.10.4",
68
68
  "@emotion/react": ">=11.1.5",
69
69
  "@emotion/styled": ">=11.1.5",
70
- "@saas-ui/react": "2.11.0",
71
- "@saas-ui/theme-glass": "0.7.0",
70
+ "@saas-ui/react": "2.11.2",
71
+ "@saas-ui/theme-glass": "0.7.1",
72
72
  "@storybook/types": "^8.3.5",
73
73
  "framer-motion": "^11.9.0",
74
74
  "react": "^18.3.1",
@@ -81,7 +81,7 @@
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@chakra-ui/react": ">=2.0.0 <3",
84
- "@saas-ui/react": ">=2.11.0",
84
+ "@saas-ui/react": ">=2.11.2",
85
85
  "@storybook/components": ">=8.0.0",
86
86
  "@storybook/manager-api": ">=8.0.0",
87
87
  "@storybook/preview-api": ">=8.0.0",