Skip to content

Commit e91798a

Browse files
authored
Release: v0.6.1 (#222)
1 parent 9cb4a33 commit e91798a

9 files changed

Lines changed: 35 additions & 14 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "0.6.0",
3-
"core": "0.6.0",
4-
"dev": "0.6.0"
2+
".": "0.6.1",
3+
"core": "0.6.1",
4+
"dev": "0.6.1"
55
}

core/CHANGELOG.md

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

3+
## [0.6.1](https://github.com/google/adk-js/compare/adk-v0.6.0...adk-v0.6.1) (2026-03-30)
4+
5+
6+
### Bug Fixes
7+
8+
* add support for MCP type array instead of string only in gemini_schema_util ([#199](https://github.com/google/adk-js/issues/199)) ([9cb4a33](https://github.com/google/adk-js/commit/9cb4a33b9a15718e97cbda532a04f1e91c45389e))
9+
310
## [0.6.0](https://github.com/google/adk-js/compare/adk-v0.5.0...adk-v0.6.0) (2026-03-23)
411

512

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google/adk",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Google ADK JS",
55
"author": "Google",
66
"license": "Apache-2.0",

core/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
*/
66

77
// version: major.minor.patch
8-
export const version = '0.6.0'; // x-release-please-version
8+
export const version = '0.6.1'; // x-release-please-version

dev/CHANGELOG.md

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

3+
## [0.6.1](https://github.com/google/adk-js/compare/devtools-v0.6.0...devtools-v0.6.1) (2026-03-30)
4+
5+
6+
### Bug Fixes
7+
8+
* support native addon agent deps ([#219](https://github.com/google/adk-js/issues/219)) ([a13ee82](https://github.com/google/adk-js/commit/a13ee8244fb9d843a4123732ab5c28bbc49aeb7a))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @google/adk bumped from ^0.6.0 to ^0.6.1
16+
317
## [0.6.0](https://github.com/google/adk-js/compare/devtools-v0.5.0...devtools-v0.6.0) (2026-03-23)
418

519

dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google/adk-devtools",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Google ADK JS Development Tools",
55
"author": "Google",
66
"license": "Apache-2.0",
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"@clack/prompts": "^0.11.0",
53-
"@google/adk": "^0.6.0",
53+
"@google/adk": "^0.6.1",
5454
"camelcase-keys": "^6.2.2",
5555
"@mikro-orm/mariadb": "^6.6.6",
5656
"@mikro-orm/mssql": "^6.6.6",

dev/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
*/
66

77
// version: major.minor.patch
8-
export const version = '0.6.0'; // x-release-please-version
8+
export const version = '0.6.1'; // x-release-please-version

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adk",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Google ADK JS",
55
"author": "Google",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)