Skip to content

Commit b8028eb

Browse files
chore: release main (#162)
* chore: release main * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com>
1 parent 7ecfe4c commit b8028eb

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/toolbox-core":"0.1.2"}
1+
{"packages/toolbox-core":"0.1.5","packages/toolbox-adk":"0.1.5"}

packages/toolbox-adk/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1+
# Changelog
2+
3+
## 0.1.5 (2025-12-03)
4+
5+
6+
### Features
7+
8+
9+
* **toolbox-adk:** Add the new `@toolbox-sdk/adk` package to integrate MCP Toolbox JS SDK seamlessly with ADK TS ([#115](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/115))([#124](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/124))([#117](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/117))([#122](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/122))([#123](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/123)).
10+
11+
### Documentation
12+
13+
* **toolbox-adk:** add readme and developer files ([#128](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/128)) ([32683b1](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/32683b17806fd58f676cbf02aefc965caa418a57))
114

packages/toolbox-adk/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolbox-sdk/adk",
3-
"version": "0.1.2",
3+
"version": "0.1.5",
44
"type": "module",
55
"description": "JavaScript ADK SDK for interacting with the Toolbox service",
66
"license": "Apache-2.0",
@@ -22,7 +22,9 @@
2222
"types": "./build/index.d.ts"
2323
}
2424
},
25-
"files": [ "build/" ],
25+
"files": [
26+
"build/"
27+
],
2628
"repository": {
2729
"type": "git",
2830
"url": "git+https://github.com/googleapis/mcp-toolbox-sdk-js.git"

packages/toolbox-core/CHANGELOG.md

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

3+
## [0.1.5](https://github.com/googleapis/mcp-toolbox-sdk-js/compare/core-v0.1.2...core-v0.1.5) (2025-12-03)
4+
5+
### Miscellaneous Chores
6+
7+
* export additional types from toolbox-core ([#116](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/116)) ([6ace767](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/6ace76785bc8161e083b1539fd86d51ea4f07724))
8+
39
## [0.1.2](https://github.com/googleapis/mcp-toolbox-sdk-js/compare/core-v0.1.1...core-v0.1.2) (2025-08-19)
410

511

packages/toolbox-core/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolbox-sdk/core",
3-
"version": "0.1.2",
3+
"version": "0.1.5",
44
"type": "module",
55
"description": "JavaScript Base SDK for interacting with the Toolbox service",
66
"license": "Apache-2.0",
@@ -27,7 +27,9 @@
2727
"types": "./build/authMethods.d.ts"
2828
}
2929
},
30-
"files": ["build/"],
30+
"files": [
31+
"build/"
32+
],
3133
"repository": {
3234
"type": "git",
3335
"url": "git+https://github.com/googleapis/mcp-toolbox-sdk-js.git"

0 commit comments

Comments
 (0)