chore(hex-background): bump 0.2.1, changelog for animation fix

This commit is contained in:
michael
2026-04-13 16:28:59 -07:00
parent 1f67ebf48a
commit 27824ae189
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# @dangerousthings/hex-background # @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 ## 0.2.0
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@dangerousthings/hex-background", "name": "@dangerousthings/hex-background",
"version": "0.2.0", "version": "0.2.1",
"description": "3D hexagon grid background for the Dangerous Things design system", "description": "3D hexagon grid background for the Dangerous Things design system",
"license": "MIT", "license": "MIT",
"author": { "author": {