From 27824ae18999ad60b0f6a7db6baa6d1896ad2b57 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 13 Apr 2026 16:28:59 -0700 Subject: [PATCH] chore(hex-background): bump 0.2.1, changelog for animation fix --- packages/hex-background/CHANGELOG.md | 8 ++++++++ packages/hex-background/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/hex-background/CHANGELOG.md b/packages/hex-background/CHANGELOG.md index 9930c35..b363e54 100644 --- a/packages/hex-background/CHANGELOG.md +++ b/packages/hex-background/CHANGELOG.md @@ -1,5 +1,13 @@ # @dangerousthings/hex-background +## 0.2.1 + +### Fixed +- Animation no longer degrades to noise over time — replaced frame-rate-dependent lerp with duration-based smoothstep easing + +### Added +- `animationDuration` prop (default 1200ms) controls how long each hexagon takes to reach its target height + ## 0.2.0 ### Minor Changes diff --git a/packages/hex-background/package.json b/packages/hex-background/package.json index fb06a21..e2fd3dc 100644 --- a/packages/hex-background/package.json +++ b/packages/hex-background/package.json @@ -1,6 +1,6 @@ { "name": "@dangerousthings/hex-background", - "version": "0.2.0", + "version": "0.2.1", "description": "3D hexagon grid background for the Dangerous Things design system", "license": "MIT", "author": {