Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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."
}
}
4 changes: 2 additions & 2 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"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": {
"displayName": "Data Cloud AI Dev Kit",
"shortDescription": "Data Cloud AI Dev Kit",
"category": "Productivity"
}
}
}
2 changes: 1 addition & 1 deletion notebook_mcp/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
22 changes: 21 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
}
}
}
Loading