Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.6.1",
"core": "0.6.1",
"dev": "0.6.1"
".": "0.7.0",
"core": "0.7.0",
"dev": "0.7.0"
}
8 changes: 8 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.7.0](https://github.com/google/adk-js/compare/adk-v0.6.1...adk-v0.7.0) (2026-04-02)


### Features

* add auth related base classes ([#223](https://github.com/google/adk-js/issues/223)) ([a87ed8e](https://github.com/google/adk-js/commit/a87ed8e0215e4eb654d000cd2ce6b763ab9b7b6b))
* oauth support: add oauth2 related classes ([#225](https://github.com/google/adk-js/issues/225)) ([d2b7dcb](https://github.com/google/adk-js/commit/d2b7dcb80c9c501a96630582a02191cc55aafcca))

## [0.6.1](https://github.com/google/adk-js/compare/adk-v0.6.0...adk-v0.6.1) (2026-03-30)


Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/adk",
"version": "0.6.1",
"version": "0.7.0",
"description": "Google ADK JS",
"author": "Google",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/

// version: major.minor.patch
export const version = '0.6.1'; // x-release-please-version
export const version = '0.7.0'; // x-release-please-version
14 changes: 14 additions & 0 deletions dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.7.0](https://github.com/google/adk-js/compare/devtools-v0.6.1...devtools-v0.7.0) (2026-04-02)


### Miscellaneous Chores

* **devtools:** Synchronize adk versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @google/adk bumped from ^0.6.1 to ^0.7.0

## [0.6.1](https://github.com/google/adk-js/compare/devtools-v0.6.0...devtools-v0.6.1) (2026-03-30)


Expand Down
4 changes: 2 additions & 2 deletions dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/adk-devtools",
"version": "0.6.1",
"version": "0.7.0",
"description": "Google ADK JS Development Tools",
"author": "Google",
"license": "Apache-2.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@clack/prompts": "^0.11.0",
"@google/adk": "^0.6.1",
"@google/adk": "^0.7.0",
"camelcase-keys": "^6.2.2",
"@mikro-orm/mariadb": "^6.6.6",
"@mikro-orm/mssql": "^6.6.6",
Expand Down
2 changes: 1 addition & 1 deletion dev/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/

// version: major.minor.patch
export const version = '0.6.1'; // x-release-please-version
export const version = '0.7.0'; // x-release-please-version
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adk",
"version": "0.6.1",
"version": "0.7.0",
"description": "Google ADK JS",
"author": "Google",
"license": "Apache-2.0",
Expand Down
Loading