Skip to content

Commit eed364b

Browse files
authored
Merge pull request #205 from storybookjs/changeset-release/main
Version Packages
2 parents 599de1d + cfff061 commit eed364b

File tree

7 files changed

+26
-21
lines changed

7 files changed

+26
-21
lines changed

.changeset/jolly-mice-fold.md

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

.changeset/quiet-lions-sing.md

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

.changeset/real-hounds-type.md

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

packages/addon-mcp/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#208](https://github.com/storybookjs/mcp/pull/208) [`5418509`](https://github.com/storybookjs/mcp/commit/5418509f2c482d3b598032b7f263f759c8c3f777) Thanks [@yannbf](https://github.com/yannbf)! - Enable components manifest by default
8+
9+
### Patch Changes
10+
11+
- [#204](https://github.com/storybookjs/mcp/pull/204) [`b2a327d`](https://github.com/storybookjs/mcp/commit/b2a327dde8d0529ee3a2b80e033ce35991ad538e) Thanks [@JReinhold](https://github.com/JReinhold)! - upgrade tmcp dependencies
12+
13+
- Updated dependencies [[`70b5b23`](https://github.com/storybookjs/mcp/commit/70b5b2333a3bd37fc8065cc56cc8f8dcd474572e), [`b2a327d`](https://github.com/storybookjs/mcp/commit/b2a327dde8d0529ee3a2b80e033ce35991ad538e)]:
14+
- @storybook/mcp@0.6.2
15+
316
## 0.4.2
417

518
### Patch 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.2",
3+
"version": "0.5.0",
44
"description": "Help agents automatically write and test stories for your UI components",
55
"keywords": [
66
"ai",

packages/mcp/CHANGELOG.md

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

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- [#206](https://github.com/storybookjs/mcp/pull/206) [`70b5b23`](https://github.com/storybookjs/mcp/commit/70b5b2333a3bd37fc8065cc56cc8f8dcd474572e) Thanks [@kasperpeulen](https://github.com/kasperpeulen)! - Support Storybook component manifests that use `reactComponentMeta` for React prop extraction.
8+
9+
This keeps MCP documentation output working when Storybook is configured to emit the newer
10+
`reactComponentMeta` payload instead of `reactDocgen` or `reactDocgenTypescript`.
11+
12+
- [#204](https://github.com/storybookjs/mcp/pull/204) [`b2a327d`](https://github.com/storybookjs/mcp/commit/b2a327dde8d0529ee3a2b80e033ce35991ad538e) Thanks [@JReinhold](https://github.com/JReinhold)! - upgrade tmcp dependencies
13+
314
## 0.6.1
415

516
### Patch 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.1",
3+
"version": "0.6.2",
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)