Skip to content

Commit 819da39

Browse files
authored
Merge pull request #218 from storybookjs/changeset-release/main
Version Packages
2 parents 5ccc3a2 + 23749d8 commit 819da39

File tree

6 files changed

+21
-13
lines changed

6 files changed

+21
-13
lines changed

.changeset/few-turtles-fail.md

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

.changeset/fiery-pumas-rhyme.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.6.0
4+
5+
### Minor Changes
6+
7+
- [#209](https://github.com/storybookjs/mcp/pull/209) [`f59e38c`](https://github.com/storybookjs/mcp/commit/f59e38c1b91500f886cd923141b6ce45fa6c5822) Thanks [@kasperpeulen](https://github.com/kasperpeulen)! - Add support for subcomponent docs
8+
9+
### Patch Changes
10+
11+
- [#212](https://github.com/storybookjs/mcp/pull/212) [`27a53b3`](https://github.com/storybookjs/mcp/commit/27a53b3f941240174a33442e17f9c258e5d87345) Thanks [@yannbf](https://github.com/yannbf)! - Add support for Storybook canaries
12+
13+
- Updated dependencies [[`f59e38c`](https://github.com/storybookjs/mcp/commit/f59e38c1b91500f886cd923141b6ce45fa6c5822)]:
14+
- @storybook/mcp@0.7.0
15+
316
## 0.5.0
417

518
### 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.5.0",
3+
"version": "0.6.0",
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.7.0
4+
5+
### Minor Changes
6+
7+
- [#209](https://github.com/storybookjs/mcp/pull/209) [`f59e38c`](https://github.com/storybookjs/mcp/commit/f59e38c1b91500f886cd923141b6ce45fa6c5822) Thanks [@kasperpeulen](https://github.com/kasperpeulen)! - Add support for subcomponent docs
8+
39
## 0.6.2
410

511
### 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.2",
3+
"version": "0.7.0",
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)