From 876523a53e5bd50a07623f96619506d0f1bad34a Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 16:04:02 +0000 Subject: [PATCH] chore: bump all plugin versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - marketplace: 1.0.1 → 1.0.2 - core plugin: 0.3.0 → 0.3.1 - monotemplate plugin: 0.2.0 → 0.2.1 Closes #29 Co-authored-by: firstloop-jake --- .claude-plugin/marketplace.json | 2 +- plugins/core/.claude-plugin/plugin.json | 2 +- plugins/monotemplate/.claude-plugin/plugin.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 0e4734a..0a55900 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,7 +1,7 @@ { "$schema": "https://anthropic.com/claude-code/marketplace.schema.json", "name": "firstloop-claude-code-plugins", - "version": "1.0.1", + "version": "1.0.2", "description": "Bundled plugins for Claude Code from Firstloop", "owner": { "name": "Firstloop", diff --git a/plugins/core/.claude-plugin/plugin.json b/plugins/core/.claude-plugin/plugin.json index ee58bdc..3946b9d 100644 --- a/plugins/core/.claude-plugin/plugin.json +++ b/plugins/core/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "core", - "version": "0.3.0", + "version": "0.3.1", "description": "Claude Code Plugin for Firstloop monorepo template", "repository": "https://github.com/firstloophq/claude-code-plugins", "license": "MIT" diff --git a/plugins/monotemplate/.claude-plugin/plugin.json b/plugins/monotemplate/.claude-plugin/plugin.json index 078e3b7..1dda09a 100644 --- a/plugins/monotemplate/.claude-plugin/plugin.json +++ b/plugins/monotemplate/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "monotemplate", - "version": "0.2.0", + "version": "0.2.1", "description": "Core Claude Code plugins for Firstloop projects", "repository": "https://github.com/firstloophq/claude-code-plugins", "license": "MIT"