Skip to content

Commit 3dc3d1f

Browse files
chore(release): 5.8.1 [skip ci]\n\n## [5.8.1](v5.8.0...v5.8.1) (2025-08-20)
### Bug Fixes * move react dependencies to be peer dependencies ([#91](#91)) ([f672f3e](f672f3e)), closes [#90](#90)
1 parent f672f3e commit 3dc3d1f

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

sdks/typescript/client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.8.1](https://github.com/idosal/mcp-ui/compare/v5.8.0...v5.8.1) (2025-08-20)
2+
3+
4+
### Bug Fixes
5+
6+
* move react dependencies to be peer dependencies ([#91](https://github.com/idosal/mcp-ui/issues/91)) ([f672f3e](https://github.com/idosal/mcp-ui/commit/f672f3efc1c2ba2fbae16f9dcdc2142c2b4bd920)), closes [#90](https://github.com/idosal/mcp-ui/issues/90)
7+
18
# [5.8.0](https://github.com/idosal/mcp-ui/compare/v5.7.0...v5.8.0) (2025-08-19)
29

310

sdks/typescript/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcp-ui/client",
3-
"version": "5.8.0",
3+
"version": "5.8.1",
44
"description": "mcp-ui Client SDK",
55
"private": false,
66
"type": "module",
@@ -86,4 +86,4 @@
8686
]
8787
},
8888
"license": "Apache-2.0"
89-
}
89+
}

0 commit comments

Comments
 (0)