Skip to content

Commit e1b559b

Browse files
authored
Merge pull request #166 from storybookjs/changeset-release/main
Version Packages
2 parents 64c8569 + 1ab662e commit e1b559b

File tree

7 files changed

+33
-23
lines changed

7 files changed

+33
-23
lines changed

.changeset/all-pans-rest.md

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

.changeset/fix-monorepo-import-path.md

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

.changeset/legal-facts-refuse.md

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

packages/addon-mcp/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#165](https://github.com/storybookjs/mcp/pull/165) [`e088e05`](https://github.com/storybookjs/mcp/commit/e088e0501619b29bf7f38ef2ee2b60c8477c803a) Thanks [@JReinhold](https://github.com/JReinhold)! - Remove support for XML format.
8+
9+
## Breaking Change
10+
11+
The related option to configure XML vs markdown format now has no impact, the output is always formatted as markdown.
12+
13+
- [#140](https://github.com/storybookjs/mcp/pull/140) [`f9fce2a`](https://github.com/storybookjs/mcp/commit/f9fce2a12b691d1187d8bc719c88e912e27e3391) Thanks [@kasperpeulen](https://github.com/kasperpeulen)! - Add multi-source composition with OAuth for private Storybooks
14+
15+
### Patch Changes
16+
17+
- [#163](https://github.com/storybookjs/mcp/pull/163) [`68cb213`](https://github.com/storybookjs/mcp/commit/68cb2138f16d4987b5cef1fc85052e583825e896) Thanks [@domazet93](https://github.com/domazet93)! - Fix `preview-stories` failing to find stories in monorepo packages directories.
18+
19+
- Updated dependencies [[`e088e05`](https://github.com/storybookjs/mcp/commit/e088e0501619b29bf7f38ef2ee2b60c8477c803a), [`f9fce2a`](https://github.com/storybookjs/mcp/commit/f9fce2a12b691d1187d8bc719c88e912e27e3391)]:
20+
- @storybook/mcp@0.3.0
21+
322
## 0.2.3
423

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

packages/mcp/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#165](https://github.com/storybookjs/mcp/pull/165) [`e088e05`](https://github.com/storybookjs/mcp/commit/e088e0501619b29bf7f38ef2ee2b60c8477c803a) Thanks [@JReinhold](https://github.com/JReinhold)! - Remove support for XML format.
8+
9+
## Breaking Change
10+
11+
The related option to configure XML vs markdown format now has no impact, the output is always formatted as markdown.
12+
13+
- [#140](https://github.com/storybookjs/mcp/pull/140) [`f9fce2a`](https://github.com/storybookjs/mcp/commit/f9fce2a12b691d1187d8bc719c88e912e27e3391) Thanks [@kasperpeulen](https://github.com/kasperpeulen)! - Add multi-source composition with OAuth for private Storybooks
14+
315
## 0.2.2
416

517
### 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.2.2",
3+
"version": "0.3.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)