diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0659352..1728845 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "data-cloud-ai-dev-kit", - "version": "0.1.0", + "version": "0.1.4", "description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem." -} \ No newline at end of file +} diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index cc5b4ba..f94f4c6 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "data-cloud-ai-dev-kit", - "version": "0.1.0", + "version": "0.1.4", "description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.", "skills": "./skills/", "interface": { @@ -8,4 +8,4 @@ "shortDescription": "Data Cloud AI Dev Kit", "category": "Productivity" } -} \ No newline at end of file +} diff --git a/notebook_mcp/package.json b/notebook_mcp/package.json index 7550fa5..c492c2a 100644 --- a/notebook_mcp/package.json +++ b/notebook_mcp/package.json @@ -1,6 +1,6 @@ { "name": "@google/standalone-notebook-mcp", - "version": "0.1.0", + "version": "0.1.4", "description": "Standalone MCP server for notebook manipulation", "main": "server.ts", "scripts": { diff --git a/package.json b/package.json index 2221314..ab49396 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-cloud-ai-dev-kit", - "version": "0.1.0", + "version": "0.1.4", "description": "Developer toolkit for Data Cloud and AI integrations", "bin": { "notebook-tools": "notebook_mcp/dist/index.js" diff --git a/release-please-config.json b/release-please-config.json index 4bf0b6d..ad89c17 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -32,8 +32,28 @@ "type": "json", "path": "gemini-extension.json", "jsonpath": "$.version" + }, + { + "type": "json", + "path": ".codex-plugin/plugin.json", + "jsonpath": "$.version" + }, + { + "type": "json", + "path": ".claude-plugin/plugin.json", + "jsonpath": "$.version" + }, + { + "type": "json", + "path": "notebook_mcp/package.json", + "jsonpath": "$.version" + }, + { + "type": "json", + "path": "package.json", + "jsonpath": "$.version" } ] } } -} \ No newline at end of file +}