chore(release): v0.2.1 (#7200)

This commit is contained in:
N. Taylor Mullen
2025-08-27 00:04:08 -07:00
committed by GitHub
parent c79f145b37
commit 59cdf5933f
6 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli",
"version": "0.1.21",
"version": "0.2.1",
"description": "Gemini CLI",
"repository": {
"type": "git",
@@ -25,7 +25,7 @@
"dist"
],
"config": {
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.21"
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.2.1"
},
"dependencies": {
"@google/gemini-cli-core": "file:../core",

View File

@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli-core",
"version": "0.1.21",
"version": "0.2.1",
"description": "Gemini CLI Core",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli-test-utils",
"version": "0.1.21",
"version": "0.2.1",
"private": true,
"main": "src/index.ts",
"license": "Apache-2.0",

View File

@@ -2,7 +2,7 @@
"name": "gemini-cli-vscode-ide-companion",
"displayName": "Gemini CLI Companion",
"description": "Enable Gemini CLI with direct access to your IDE workspace.",
"version": "0.1.21",
"version": "0.2.1",
"publisher": "google",
"icon": "assets/icon.png",
"repository": {