@storybook/preact 6.5.0-alpha.64 → 6.5.0-beta.0

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/README.md +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -19,8 +19,8 @@ For more information visit: [storybook.js.org](https://storybook.js.org)
19
19
 
20
20
  ---
21
21
 
22
- Storybook also comes with a lot of [addons](https://storybook.js.org/docs/preact/configure/storybook-addons) and a great API to customize as you wish.
23
- You can also build a [static version](https://storybook.js.org/docs/preact/workflows/publish-storybook) of your storybook and deploy it anywhere you want.
22
+ Storybook also comes with a lot of [addons](https://storybook.js.org/addons) and a great API to customize as you wish.
23
+ You can also build a [static version](https://storybook.js.org/docs/preact/sharing/publish-storybook) of your Storybook and deploy it anywhere you want.
24
24
 
25
25
  ## Docs
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact",
3
- "version": "6.5.0-alpha.64",
3
+ "version": "6.5.0-beta.0",
4
4
  "description": "Storybook for Preact: Develop Preact Component in isolation.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -46,11 +46,11 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@babel/plugin-transform-react-jsx": "^7.12.12",
49
- "@storybook/addons": "6.5.0-alpha.64",
50
- "@storybook/core": "6.5.0-alpha.64",
51
- "@storybook/core-common": "6.5.0-alpha.64",
49
+ "@storybook/addons": "6.5.0-beta.0",
50
+ "@storybook/core": "6.5.0-beta.0",
51
+ "@storybook/core-common": "6.5.0-beta.0",
52
52
  "@storybook/csf": "0.0.2--canary.7c6c115.0",
53
- "@storybook/store": "6.5.0-alpha.64",
53
+ "@storybook/store": "6.5.0-beta.0",
54
54
  "@types/node": "^14.14.20 || ^16.0.0",
55
55
  "@types/webpack-env": "^1.16.0",
56
56
  "core-js": "^3.8.2",
@@ -76,6 +76,6 @@
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  },
79
- "gitHead": "7417a230d67b54d65caedcfb584f924b879ac9f5",
79
+ "gitHead": "b2e85f3599c043815b18bbfc5ca563bf1c6e4add",
80
80
  "sbmodern": "dist/modern/client/index.js"
81
81
  }