@storybook/addon-links 8.4.0-alpha.7 → 8.4.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Storybook Links addon can be used to create links that navigate between stories in [Storybook](https://storybook.js.org).
4
4
 
5
- [Framework Support](https://storybook.js.org/docs/react/api/frameworks-feature-support)
5
+ [Framework Support](https://storybook.js.org/docs/configure/integration/frameworks-feature-support)
6
6
 
7
7
  ## Getting Started
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-links",
3
- "version": "8.4.0-alpha.7",
3
+ "version": "8.4.0-beta.0",
4
4
  "description": "Link stories together to build demos and prototypes with your UI components",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -74,7 +74,7 @@
74
74
  },
75
75
  "peerDependencies": {
76
76
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
77
- "storybook": "^8.4.0-alpha.7"
77
+ "storybook": "^8.4.0-beta.0"
78
78
  },
79
79
  "peerDependenciesMeta": {
80
80
  "react": {