From fc471d2e7d4a13322de56fcc85b686a59bed7a2e Mon Sep 17 00:00:00 2001 From: Pablo Stanley Date: Mon, 20 Apr 2026 09:08:53 -0700 Subject: [PATCH] Bump @pixabots/core 0.6.0 + @pixabots/react 0.5.0 Ship ANIM_VERSION=2 + animated cheeky-terminal/terminal-round/glasses (merged in PR #172) to npm consumers. React bundles core statically so it republishes alongside to pick up the new version. Co-Authored-By: Claude Opus 4.7 (1M context) --- packages/core/package.json | 2 +- packages/react/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 6097fd3..33c87e2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@pixabots/core", - "version": "0.5.0", + "version": "0.6.0", "description": "Deterministic pixel character IDs, parts catalog, and random generation for Pixabots", "license": "MIT", "author": "Pablo Stanley (https://pablostanley.substack.com)", diff --git a/packages/react/package.json b/packages/react/package.json index 1827f8b..77ffa7c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@pixabots/react", - "version": "0.4.0", + "version": "0.5.0", "description": "React component for Pixabots — drop anywhere", "license": "MIT", "author": "Pablo Stanley (https://pablostanley.substack.com)",