@modern-js/storybook 0.0.0-next-20230914060020 → 0.0.0-next-20230920091340

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 +2 -2
  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-20230914060020
3
+ ## 0.0.0-next-20230920091340
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 366c3528a: feat: add storybook-framework
8
8
  feat: 支持 storybook-framework
9
9
  - Updated dependencies [366c3528a]
10
- - @modern-js/storybook-builder@0.0.0-next-20230914060020
10
+ - @modern-js/storybook-builder@0.0.0-next-20230920091340
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/storybook",
3
- "version": "0.0.0-next-20230914060020",
3
+ "version": "0.0.0-next-20230920091340",
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.0",
44
44
  "storybook": "^7.4.0",
45
- "@modern-js/storybook-builder": "0.0.0-next-20230914060020"
45
+ "@modern-js/storybook-builder": "0.0.0-next-20230920091340"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@storybook/types": "^7.4.0",