Skip to content

Commit b018fa7

Browse files
tyaginidhiclaude
andcommitted
Sync legacy JSON mirrors to power-pages v2.5.0 after merging #203
main #203 replaced the legacy .claude-plugin symlinks with committed JSON mirror files and changed validate-legacy-compatibility.js to require each mirror to JSON-deep-equal its source. This branch bumped the power-pages sources (marketplace.json + .plugin/plugin.json) to 2.5.0 before #203 landed, so merging main brought the mirrors back as regular files frozen at 2.4.0 — failing validate-repository-metadata. Update the two power-pages mirrors (.claude-plugin/marketplace.json entry + plugins/power-pages/.claude-plugin/plugin.json) to 2.5.0 so they match their sources. Only the version field drifted. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent c5bb5a0 commit b018fa7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": "./plugins/power-pages",
1414
"description": "Power Pages development and management plugin for Claude Code and GitHub Copilot",
1515
"category": "development",
16-
"version": "2.4.0",
16+
"version": "2.5.0",
1717
"license": "MIT",
1818
"tags": [
1919
"power platform",

plugins/power-pages/.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-pages",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "Create and deploy Power Pages sites using modern development approaches. Supports code sites (SPAs) with React, Angular, Vue, or Astro. Includes ALM orchestration (plan-alm) with a solution-splitting decision tree, per-solution pipelines, Azure Blob asset advisory, manifest schema v2 for multi-solution deployments, and force-link remediation for cross-host pipeline migrations.",
55
"author": {
66
"name": "Microsoft",

0 commit comments

Comments
 (0)