Skip to content

Commit 797fe16

Browse files
Version Packages
1 parent 8f51e2e commit 797fe16

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/bright-masks-hunt.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/addon-mcp/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @storybook/addon-mcp
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [#172](https://github.com/storybookjs/mcp/pull/172) [`a610073`](https://github.com/storybookjs/mcp/commit/a610073f123efc2843e1e0deffd6eb2902d94c96) Thanks [@JReinhold](https://github.com/JReinhold)! - Simplify package READMEs for docs-site-first documentation
8+
9+
- Updated dependencies [[`a610073`](https://github.com/storybookjs/mcp/commit/a610073f123efc2843e1e0deffd6eb2902d94c96)]:
10+
- @storybook/mcp@0.6.1
11+
312
## 0.4.0
413

514
### Minor Changes

packages/addon-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-mcp",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Help agents automatically write and test stories for your UI components",
55
"keywords": [
66
"ai",

packages/mcp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @storybook/mcp
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- [#172](https://github.com/storybookjs/mcp/pull/172) [`a610073`](https://github.com/storybookjs/mcp/commit/a610073f123efc2843e1e0deffd6eb2902d94c96) Thanks [@JReinhold](https://github.com/JReinhold)! - Simplify package READMEs for docs-site-first documentation
8+
39
## 0.6.0
410

511
### Minor Changes

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/mcp",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "MCP server that serves knowledge about your components based on your Storybook stories and documentation",
55
"keywords": [
66
"mcp",

0 commit comments

Comments
 (0)