We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76c5d19 + 572243c commit 68dcf87Copy full SHA for 68dcf87
.changeset/pre.json
@@ -0,0 +1,10 @@
1
+{
2
+ "mode": "pre",
3
+ "tag": "next",
4
+ "initialVersions": {
5
+ "@storybook/mcp-internal-storybook": "0.0.0",
6
+ "@storybook/addon-mcp": "0.1.3",
7
+ "@storybook/mcp": "0.0.6"
8
+ },
9
+ "changesets": []
10
+}
.github/workflows/check.yml
@@ -5,6 +5,7 @@ on:
push:
branches:
- main
+ - next
permissions:
11
id-token: write # used to upload artifacts to codecov
.github/workflows/release.yml
@@ -4,6 +4,7 @@ on:
jobs:
release:
0 commit comments