From 1739e8d88238f7f40f32c7dfeefbb6b0831264e2 Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Mon, 9 Feb 2026 04:06:26 +0900 Subject: [PATCH] chore: bump antfu plugin versions to 1.1.0 --- plugins/antfu/.claude-plugin/plugin.json | 2 +- plugins/nuxt/.claude-plugin/plugin.json | 2 +- plugins/pinia/.claude-plugin/plugin.json | 2 +- plugins/pnpm/.claude-plugin/plugin.json | 2 +- plugins/slidev/.claude-plugin/plugin.json | 2 +- plugins/tsdown/.claude-plugin/plugin.json | 2 +- plugins/turborepo/.claude-plugin/plugin.json | 2 +- plugins/unocss/.claude-plugin/plugin.json | 2 +- plugins/vite/.claude-plugin/plugin.json | 2 +- plugins/vitepress/.claude-plugin/plugin.json | 2 +- plugins/vitest/.claude-plugin/plugin.json | 2 +- plugins/vue/.claude-plugin/plugin.json | 2 +- plugins/vueuse/.claude-plugin/plugin.json | 2 +- plugins/web-design/.claude-plugin/plugin.json | 2 +- scripts/generate-antfu-plugins.ts | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/plugins/antfu/.claude-plugin/plugin.json b/plugins/antfu/.claude-plugin/plugin.json index 38c99e8a..c77b37f2 100644 --- a/plugins/antfu/.claude-plugin/plugin.json +++ b/plugins/antfu/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "antfu", - "version": "1.0.0", + "version": "1.1.0", "description": "Anthony Fu's opinionated tooling and conventions for JavaScript/TypeScript projects", "author": { "name": "Anthony Fu", diff --git a/plugins/nuxt/.claude-plugin/plugin.json b/plugins/nuxt/.claude-plugin/plugin.json index c92ea853..5c43c22d 100644 --- a/plugins/nuxt/.claude-plugin/plugin.json +++ b/plugins/nuxt/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "nuxt", - "version": "1.0.0", + "version": "1.1.0", "description": "Nuxt full-stack Vue framework with SSR, auto-imports, and file-based routing. Use when working with Nuxt apps, server routes, useFetch, middleware, or hybrid rendering.", "author": { "name": "Anthony Fu", diff --git a/plugins/pinia/.claude-plugin/plugin.json b/plugins/pinia/.claude-plugin/plugin.json index 5dbe92df..2becb983 100644 --- a/plugins/pinia/.claude-plugin/plugin.json +++ b/plugins/pinia/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "1.0.0", + "version": "1.1.0", "description": "Pinia official Vue state management library, type-safe and extensible. Use when defining stores, working with state/getters/actions, or implementing store patterns in Vue apps.", "author": { "name": "Anthony Fu", diff --git a/plugins/pnpm/.claude-plugin/plugin.json b/plugins/pnpm/.claude-plugin/plugin.json index 33a41aa5..c80d07b9 100644 --- a/plugins/pnpm/.claude-plugin/plugin.json +++ b/plugins/pnpm/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "pnpm", - "version": "1.0.0", + "version": "1.1.0", "description": "Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring workspaces, or managing dependencies with catalogs, patches, or overrides.", "author": { "name": "Anthony Fu", diff --git a/plugins/slidev/.claude-plugin/plugin.json b/plugins/slidev/.claude-plugin/plugin.json index c0ffdff3..58fba4cd 100644 --- a/plugins/slidev/.claude-plugin/plugin.json +++ b/plugins/slidev/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "slidev", - "version": "1.0.0", + "version": "1.1.0", "description": "Create and present web-based slides for developers using Markdown, Vue components, code highlighting, and animations", "author": { "name": "Anthony Fu", diff --git a/plugins/tsdown/.claude-plugin/plugin.json b/plugins/tsdown/.claude-plugin/plugin.json index b1e586e2..8f43d20d 100644 --- a/plugins/tsdown/.claude-plugin/plugin.json +++ b/plugins/tsdown/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "tsdown", - "version": "1.0.0", + "version": "1.1.0", "description": "Bundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown", "author": { "name": "Anthony Fu", diff --git a/plugins/turborepo/.claude-plugin/plugin.json b/plugins/turborepo/.claude-plugin/plugin.json index a08b046e..8c56128a 100644 --- a/plugins/turborepo/.claude-plugin/plugin.json +++ b/plugins/turborepo/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "turborepo", - "version": "1.0.0", + "version": "1.1.0", "description": "Turborepo monorepo build system guidance for task pipelines, caching, CI optimization, and the turbo CLI", "author": { "name": "Anthony Fu", diff --git a/plugins/unocss/.claude-plugin/plugin.json b/plugins/unocss/.claude-plugin/plugin.json index e24198c9..dbd0aa1b 100644 --- a/plugins/unocss/.claude-plugin/plugin.json +++ b/plugins/unocss/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "unocss", - "version": "1.0.0", + "version": "1.1.0", "description": "UnoCSS instant atomic CSS engine, superset of Tailwind CSS. Use when configuring UnoCSS, writing utility rules, shortcuts, or working with presets like Wind, Icons, Attributify.", "author": { "name": "Anthony Fu", diff --git a/plugins/vite/.claude-plugin/plugin.json b/plugins/vite/.claude-plugin/plugin.json index c6a357c5..a1a8f06e 100644 --- a/plugins/vite/.claude-plugin/plugin.json +++ b/plugins/vite/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vite", - "version": "1.0.0", + "version": "1.1.0", "description": "Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite.", "author": { "name": "Anthony Fu", diff --git a/plugins/vitepress/.claude-plugin/plugin.json b/plugins/vitepress/.claude-plugin/plugin.json index 24a7f189..a8892c47 100644 --- a/plugins/vitepress/.claude-plugin/plugin.json +++ b/plugins/vitepress/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vitepress", - "version": "1.0.0", + "version": "1.1.0", "description": "VitePress static site generator powered by Vite and Vue. Use when building documentation sites, configuring themes, or writing Markdown with Vue components.", "author": { "name": "Anthony Fu", diff --git a/plugins/vitest/.claude-plugin/plugin.json b/plugins/vitest/.claude-plugin/plugin.json index 2d3aa9e3..a22a6137 100644 --- a/plugins/vitest/.claude-plugin/plugin.json +++ b/plugins/vitest/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vitest", - "version": "1.0.0", + "version": "1.1.0", "description": "Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.", "author": { "name": "Anthony Fu", diff --git a/plugins/vue/.claude-plugin/plugin.json b/plugins/vue/.claude-plugin/plugin.json index 970fdcc6..09ad8302 100644 --- a/plugins/vue/.claude-plugin/plugin.json +++ b/plugins/vue/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vue", - "version": "1.0.0", + "version": "1.1.0", "description": "Vue 3 core, best practices, router patterns, and testing", "author": { "name": "Anthony Fu", diff --git a/plugins/vueuse/.claude-plugin/plugin.json b/plugins/vueuse/.claude-plugin/plugin.json index 9fb714d3..2e36c36c 100644 --- a/plugins/vueuse/.claude-plugin/plugin.json +++ b/plugins/vueuse/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vueuse", - "version": "1.0.0", + "version": "1.1.0", "description": "Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features", "author": { "name": "Anthony Fu", diff --git a/plugins/web-design/.claude-plugin/plugin.json b/plugins/web-design/.claude-plugin/plugin.json index af1333d0..f5fa95e5 100644 --- a/plugins/web-design/.claude-plugin/plugin.json +++ b/plugins/web-design/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "web-design", - "version": "1.0.0", + "version": "1.1.0", "description": "Review UI code for Web Interface Guidelines compliance", "author": { "name": "Anthony Fu", diff --git a/scripts/generate-antfu-plugins.ts b/scripts/generate-antfu-plugins.ts index 4b88cddb..d18cc40d 100644 --- a/scripts/generate-antfu-plugins.ts +++ b/scripts/generate-antfu-plugins.ts @@ -142,7 +142,7 @@ for (const plugin of pluginList) { // Write plugin.json const manifest = { name: plugin, - version: "1.0.0", + version: "1.1.0", description: desc, author: { name: "Anthony Fu",