Skip to content

Commit 3217ac0

Browse files
chore(main): release 0.1.10 (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 74842f0 commit 3217ac0

10 files changed

Lines changed: 17 additions & 10 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supabase",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Official Supabase plugin for Claude Code with bundled Supabase skills and MCP access for project management, database work, auth, storage, and Postgres best practices.",
55
"author": {
66
"name": "Supabase",

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supabase",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Access your Supabase projects and perform tasks like managing tables, fetching config, and querying data.",
55
"author": {
66
"name": "Supabase",

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supabase",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Official Supabase plugin for Claude Code with bundled Supabase skills and MCP access for project management, database work, auth, storage, and Postgres best practices.",
55
"author": {
66
"name": "Supabase",

.github/plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supabase",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Supabase tools for GitHub Copilot — MCP server for managing your Supabase projects and skills to guide you through every stage of building with Supabase.",
55
"author": {
66
"name": "Supabase",

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.9"
2+
".": "0.1.10"
33
}

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.1.10](https://github.com/supabase-community/supabase-plugin/compare/v0.1.9...v0.1.10) (2026-05-27)
4+
5+
6+
### Features
7+
8+
* sync skills from supabase/agent-skills v0.1.5 ([#34](https://github.com/supabase-community/supabase-plugin/issues/34)) ([74842f0](https://github.com/supabase-community/supabase-plugin/commit/74842f0daf5dc07635ed8832f1e1a1b43cb4b6f8))
9+
310
## [0.1.9](https://github.com/supabase-community/supabase-plugin/compare/v0.1.8...v0.1.9) (2026-05-26)
411

512

agents/claude/.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://mcp.supabase.com/mcp",
66
"headers": {
77
"X-Source-Name": "claude-code-plugin",
8-
"X-Source-Version": "0.1.9"
8+
"X-Source-Version": "0.1.10"
99
}
1010
}
1111
}

agents/copilot/.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://mcp.supabase.com/mcp",
66
"headers": {
77
"X-Source-Name": "github-copilot-plugin",
8-
"X-Source-Version": "0.1.9"
8+
"X-Source-Version": "0.1.10"
99
}
1010
}
1111
}

agents/cursor/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://mcp.supabase.com/mcp",
55
"headers": {
66
"X-Source-Name": "cursor-plugin",
7-
"X-Source-Version": "0.1.9"
7+
"X-Source-Version": "0.1.10"
88
}
99
}
1010
}

gemini-extension.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "supabase",
33
"description": "Access your Supabase projects and perform tasks like managing tables, fetching config, and querying data.",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"contextFileName": "SUPABASE.md",
66
"mcpServers": {
77
"supabase": {
88
"httpUrl": "https://mcp.supabase.com/mcp",
99
"headers": {
1010
"X-Source-Name": "gemini-extension",
11-
"X-Source-Version": "0.1.9"
11+
"X-Source-Version": "0.1.10"
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)