@modern-js/storybook 0.0.0-next-20231016054826 → 0.0.0-next-20231016074859

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @modern-js/storybook
2
2
 
3
- ## 0.0.0-next-20231016054826
3
+ ## 0.0.0-next-20231016074859
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 8feabcdf8: feat: add storybook-framework
7
+ - 94139b417: feat: add storybook-framework
8
8
  feat: 支持 storybook-framework
9
- - Updated dependencies [8feabcdf8]
10
- - @modern-js/storybook-builder@0.0.0-next-20231016054826
9
+ - Updated dependencies [94139b417]
10
+ - @modern-js/storybook-builder@0.0.0-next-20231016074859
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/storybook",
3
- "version": "0.0.0-next-20231016054826",
3
+ "version": "0.0.0-next-20231016074859",
4
4
  "description": "modern.js support for storybook",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,7 +42,7 @@
42
42
  "dependencies": {
43
43
  "@storybook/react": "^7.4.6",
44
44
  "storybook": "^7.4.6",
45
- "@modern-js/storybook-builder": "0.0.0-next-20231016054826"
45
+ "@modern-js/storybook-builder": "0.0.0-next-20231016074859"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@storybook/types": "^7.4.6",