Skip to content

Commit ea3cb75

Browse files
committed
Release: v0.19.0 - Updated and enhanced theme skill in reports plugin
1 parent 400ef19 commit ea3cb75

32 files changed

Lines changed: 33 additions & 30 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"metadata": {
77
"description": "A marketplace for skills and tools for agentic Power BI development.",
8-
"version": "0.18.3"
8+
"version": "0.19.0"
99
},
1010
"plugins": [
1111
{

.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": "power-bi-agentic-development",
3-
"version": "0.18.3",
3+
"version": "0.19.0",
44
"description": "A marketplace for skills and tools for agentic Power BI development.",
55
"author": {
66
"name": "Kurt Buhler"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</p>
77

88
<p align="center">
9-
<img src="https://img.shields.io/badge/version-0.18.3-blue" alt="Version">
9+
<img src="https://img.shields.io/badge/version-0.19.0-blue" alt="Version">
1010
<img src="https://img.shields.io/badge/Power_BI-F2C811?logo=powerbi&logoColor=000" alt="Power BI">
1111
<img src="https://img.shields.io/badge/Microsoft_Fabric-008272" alt="Microsoft Fabric">
1212
<img src="https://img.shields.io/badge/Tabular_Editor-2E7D32" alt="Tabular Editor">

plugins/fabric-cli/.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": "fabric-cli",
3-
"version": "0.18.3",
3+
"version": "0.19.0",
44
"description": "Get this plugin to work with Fabric / Power BI service, by means of the fabric cli.",
55
"author": {
66
"name": "Kurt Buhler",

plugins/fabric-cli/skills/fabric-cli/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: fabric-cli
3-
version: 0.18.3
3+
version: 0.19.0
44
description: Expert guidance for the fab CLI, nb CLI, and DuckDB; covering workspace navigation, notebook management, data querying, deployment, jobs, APIs, and automation. Automatically invoke when the user mentions "fab", "nb", "Fabric CLI", "OneLake", "Livy", or asks to "deploy Fabric items", "manage Fabric workspaces", "run a Fabric notebook", "refresh a semantic model via CLI", "query a lakehouse", "automate Fabric operations", "use DuckDB with Fabric", "manage OneLake files".
55
---
66

plugins/pbi-desktop/.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": "pbi-desktop",
3-
"version": "0.18.3",
3+
"version": "0.19.0",
44
"description": "Connect to Power BI Desktop's local Analysis Services instance via TOM and ADOMD.NET. No MCP server required.",
55
"author": {
66
"name": "Kurt Buhler",

plugins/pbi-desktop/skills/connect-pbid/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: connect-pbid
3-
version: 0.18.3
3+
version: 0.19.0
44
description: TOM and ADOMD.NET guidance via PowerShell for connecting to Power BI Desktop's local Analysis Services instance. Covers model enumeration, DAX queries, metadata modification, annotations, calendar definitions, field parameters, and query tracing. Automatically invoke when the user mentions "Power BI Desktop", "Analysis Services port", "TOM", "ADOMD", or asks to "connect to PBI Desktop", "query PBI Desktop with DAX", "modify PBI Desktop model", "add a measure to PBI", "capture visual queries", "create a field parameter", "validate DAX", "intercept DAX queries".
55
---
66

plugins/pbip/.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": "pbip",
3-
"version": "0.18.3",
3+
"version": "0.19.0",
44
"description": "Get this plugin if you'll work with pbip files, tmdl, or pbir. It helps with file structure and direct modifications.",
55
"author": {
66
"name": "Kurt Buhler",

plugins/pbip/skills/pbip/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: pbip
3-
version: 0.18.3
3+
version: 0.19.0
44
description: Expert guidance for the Power BI Project (PBIP) file format; project structure, cross-cutting operations (renames, forking), and PBIX extraction/conversion. Automatically invoke when the user mentions PBIP, PBIX, .pbip/.pbism/.platform files, or asks about "PBIP project structure", "PBIP vs PBIX", "thin report vs thick report", "rename a table", "cascade rename", "fork a PBIP project", "convert pbix to pbip", "extract pbix", "what files are in a PBIP", "PBIP encoding", "definition.pbir", or discusses project-level file structure and post-rename verification.
55
---
66

plugins/pbip/skills/pbir-format/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: pbir-format
3-
version: 0.18.3
3+
version: 0.19.0
44
description: Format reference for Power BI Enhanced Report (PBIR) JSON schemas and patterns. Automatically invoke when the user asks about PBIR JSON structure, visual.json properties, PBIR expressions, objects vs visualContainerObjects, theme inheritance, conditional formatting patterns, extension measures, bookmarks, field references, filter formatting, query roles, PBIR page structure, report wallpaper, or any PBIR metadata format question.
55
---
66

0 commit comments

Comments
 (0)