@saas-ui/storybook-addon 1.1.0 → 1.1.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 +6 -0
  2. package/package.json +2 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @chakra-ui/storybook-addon
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f1f0cc28: Remove peer deps
8
+
3
9
  ## 1.1.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/storybook-addon",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "The official Storybook Addon for Saas UI",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -77,7 +77,7 @@
77
77
  "@chakra-ui/system": ">=2.3.8",
78
78
  "@emotion/react": ">=11.1.5",
79
79
  "@emotion/styled": ">=11.1.5",
80
- "@saas-ui/react": "2.0.0",
80
+ "@saas-ui/react": "2.0.3",
81
81
  "@saas-ui/theme": "2.0.0",
82
82
  "@saas-ui/theme-glass": "0.4.0",
83
83
  "@storybook/addons": "^7.0.20",
@@ -90,8 +90,6 @@
90
90
  },
91
91
  "peerDependencies": {
92
92
  "@chakra-ui/react": ">=2.0.0",
93
- "@storybook/addons": ">=7",
94
- "@storybook/api": ">=7",
95
93
  "@storybook/components": ">=7",
96
94
  "react": ">=18.0.x"
97
95
  },