Skip to content

v1.5.1: Package Now Functional Again - Critical Build Issues Resolved

Latest

Choose a tag to compare

@marklearst marklearst released this 17 Jul 01:05
· 16 commits to main since this release

🎉 v1.5.1 - Package Now Functional Again!

figma-vars-tagline-light

Critical Fix: Package Actually Works Now!

This release resolves the major build configuration issues that prevented the package from being usable. Users can now successfully install and import the library without TypeScript errors.

✅ What's Fixed

  • Module resolution errors resolved
  • TypeScript declarations properly generated
  • ES modules and CommonJS dual support
  • Build automation added

🚀 Ready to Use

npm install @figma-vars/hooks
import { FigmaVarsProvider } from '@figma-vars/hooks' // ✅ Works!

Full changelog: https://github.com/marklearst/figma-vars-hooks/blob/main/CHANGELOG.md