Skip to content

Commit 3e146ee

Browse files
committed
Merge branch 'main' of https://github.com/idosal/mcp-ui
2 parents 3a93a16 + 0bb4120 commit 3e146ee

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/idosal/mcp-ui/compare/v1.0.1...v1.0.2) (2025-05-16)
2+
3+
4+
### Bug Fixes
5+
6+
* remove shared dependency ([e66e8f4](https://github.com/idosal/mcp-ui/commit/e66e8f49b1ba46090db6e4682060488566f4fe41))
7+
18
## [1.0.1](https://github.com/idosal/mcp-ui/compare/v1.0.0...v1.0.1) (2025-05-16)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
},
5353
"packageManager": "pnpm@8.10.2",
5454
"license": "Apache-2.0",
55-
"version": "1.0.1"
55+
"version": "1.0.2"
5656
}

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcp-ui/client",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "mcp-ui Client SDK",
55
"private": false,
66
"type": "module",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcp-ui/server",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": false,
55
"description": "mcp-ui Server SDK",
66
"type": "module",

0 commit comments

Comments
 (0)