Skip to content

Commit 7283cac

Browse files
authored
Merge pull request #45 from storybookjs/changeset-release/main
Version Packages
2 parents dbfc0b3 + e43efe4 commit 7283cac

File tree

7 files changed

+19
-17
lines changed

7 files changed

+19
-17
lines changed

.changeset/chatty-bees-cut.md

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

.changeset/dark-chairs-cover.md

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

.changeset/soft-schools-share.md

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

packages/addon-mcp/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#42](https://github.com/storybookjs/mcp/pull/42) [`57a1602`](https://github.com/storybookjs/mcp/commit/57a16022dda428ddc303eec615b5b4c73942144c) Thanks [@JReinhold](https://github.com/JReinhold)! - Log telemetry when the additional @storybook/mcp tools are called
8+
9+
- [#44](https://github.com/storybookjs/mcp/pull/44) [`140ecc4`](https://github.com/storybookjs/mcp/commit/140ecc4b7845ba86a3d2a0d6aa4c69a5f4c33a78) Thanks [@JReinhold](https://github.com/JReinhold)! - Support Storybook 9.1.16 and up
10+
11+
- Updated dependencies [[`57a1602`](https://github.com/storybookjs/mcp/commit/57a16022dda428ddc303eec615b5b4c73942144c)]:
12+
- @storybook/mcp@0.0.5
13+
314
## 0.1.0
415

516
### 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.1.0",
3+
"version": "0.1.1",
44
"description": "Help agents automatically write and test stories for your UI components",
55
"keywords": [
66
"storybook-addon",

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.0.5
4+
5+
### Patch Changes
6+
7+
- [#42](https://github.com/storybookjs/mcp/pull/42) [`57a1602`](https://github.com/storybookjs/mcp/commit/57a16022dda428ddc303eec615b5b4c73942144c) Thanks [@JReinhold](https://github.com/JReinhold)! - Add optional event handlers to the tool calls, so you can optionally run some functionality on all tool calls
8+
39
## 0.0.4
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.0.4",
3+
"version": "0.0.5",
44
"description": "MCP server that serves knowledge about your components based on your Storybook stories and documentation",
55
"keywords": [
66
"storybook",

0 commit comments

Comments
 (0)