From 25c12373fb9df6c7814ac9ef3eebf3234a5c5229 Mon Sep 17 00:00:00 2001 From: Lionel Chamorro Date: Fri, 19 Jun 2026 13:00:44 -0300 Subject: [PATCH] chore: bump version to 0.2.1 The release workflow verifies the pushed tag matches package.json. Bump to 0.2.1 so the v0.2.1 release passes the tag/version check. Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c3f99c..0918fc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aymurai/ui", - "version": "0.2.0", + "version": "0.2.1", "description": "AymurAI shared React component library, extracted from the Figma UI Library and authored with Panda CSS.", "license": "MIT", "type": "module",