fix(meta): align marketplace.json and package-lock.json to v2.5.0 (#327)

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 <noreply@anthropic.com>
This commit is contained in:
Alfredo Augusto Petri 2026-06-21 04:28:44 -03:00 committed by GitHub
parent 03e6afc908
commit 71d02eccde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -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"
},

4
cli/package-lock.json generated
View File

@ -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",