From 71d02eccde7391a6d2332104968b76e7cdb97ed0 Mon Sep 17 00:00:00 2001 From: Alfredo Augusto Petri Date: Sun, 21 Jun 2026 04:28:44 -0300 Subject: [PATCH] fix(meta): align marketplace.json and package-lock.json to v2.5.0 (#327) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both files were stuck at v2.2.1 while plugin.json, skill.json and cli/package.json had moved to v2.5.0. Claude marketplace reads marketplace.json for version and palette count — the stale entry showed outdated data (96 palettes vs actual 161, 13 stacks vs 15). Co-authored-by: Claude Sonnet 4.6 --- .claude-plugin/marketplace.json | 6 +++--- cli/package-lock.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 2cc8a4e..332198b 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,15 +5,15 @@ "name": "nextlevelbuilder" }, "metadata": { - "description": "UI/UX design intelligence skill with 67 styles, 96 palettes, 57 font pairings, 25 charts, and 13 stack guidelines", - "version": "2.2.1" + "description": "UI/UX design intelligence skill with 67 styles, 161 palettes, 57 font pairings, 25 charts, and 15 stack guidelines", + "version": "2.5.0" }, "plugins": [ { "name": "ui-ux-pro-max", "source": "./", "description": "Professional UI/UX design intelligence for AI coding assistants. Includes searchable databases of styles, colors, typography, charts, and UX guidelines for React, Next.js, Astro, Vue, Nuxt.js, Nuxt UI, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and Jetpack Compose.", - "version": "2.2.1", + "version": "2.5.0", "author": { "name": "nextlevelbuilder" }, diff --git a/cli/package-lock.json b/cli/package-lock.json index de4644b..87bb37f 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "uipro-cli", - "version": "2.2.1", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "uipro-cli", - "version": "2.2.1", + "version": "2.5.0", "license": "MIT", "dependencies": { "chalk": "^5.3.0",