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

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @saas-ui/storybook-addon
2
2
 
3
+ ## 4.0.0-alpha.2
4
+
5
+ ### Minor Changes
6
+
7
+ - 6459de4: Removed src exports and files from packages
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [6459de4]
12
+ - @saas-ui/react@3.0.0-alpha.2
13
+
3
14
  ## 4.0.0-alpha.1
4
15
 
5
16
  ### 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.2",
4
4
  "description": "The official Storybook Addon for Saas UI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -67,7 +67,7 @@
67
67
  "@chakra-ui/react": "^3.2.0",
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.2",
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.2",
84
84
  "@storybook/components": ">=8.0.0",
85
85
  "@storybook/manager-api": ">=8.0.0",
86
86
  "@storybook/preview-api": ">=8.0.0",