Skip to content

Commit c7f0dfe

Browse files
committed
RELEASING: Releasing 3 package(s)
Releases: @xava-labs/playground@0.2.2 @xava-labs/mcp@0.2.1 mcp-proxy-example@1.0.1 [skip ci]
1 parent ae63288 commit c7f0dfe

File tree

7 files changed

+26
-10
lines changed

7 files changed

+26
-10
lines changed

.changeset/soft-vans-lie.md

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

packages/mcp-proxy/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# mcp-proxy-example
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [89571a8]
8+
- @xava-labs/mcp@0.2.1

packages/mcp-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-proxy-example",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "MCP Server Proxy Example",
55
"main": "src/index.ts",
66
"scripts": {

packages/mcp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @xava-labs/mcp
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 89571a8: playground introduction
8+
39
## 0.2.0
410

511
### Minor 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": "@xava-labs/mcp",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Model Context Protocol (MCP) server implementation for Cloudflare Workers",
55
"type": "module",
66
"main": "dist/index.js",

packages/playground/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# playground
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- 89571a8: playground introduction
8+
- Updated dependencies [89571a8]
9+
- @xava-labs/mcp@0.2.1
10+
311
## 0.2.0
412

513
### Minor Changes

packages/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xava-labs/playground",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": false,
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -43,7 +43,7 @@
4343
"@radix-ui/react-slot": "^1.2.3",
4444
"@radix-ui/react-switch": "^1.1.2",
4545
"@radix-ui/react-tooltip": "^1.2.0",
46-
"@xava-labs/mcp": "^0.2.0",
46+
"@xava-labs/mcp": "^0.2.1",
4747
"agents": "^0.0.75",
4848
"ai": "^4.3.16",
4949
"class-variance-authority": "^0.7.1",

0 commit comments

Comments
 (0)