Skip to content

Commit 9662692

Browse files
committed
docs: update logo and branding in README
- Add new logo asset (assets/figma-vars-tagline-light.png) - Update README to use new logo and improved branding - Update CHANGELOG for v1.3.3 with branding and documentation improvements
1 parent 8c53f7a commit 9662692

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [1.3.3] - 2025-06-22
10+
11+
### ✨ Added
12+
13+
- **branding**: Added new logo assets (`assets/figma-vars-tagline-light.png`) and updated README to feature the new branding at the top of the page
14+
- **docs**: Improved visual identity and documentation clarity with prominent project logo
15+
916
## [1.3.2] - 2025-06-22
1017

1118
### 🔧 Fixed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @figma-vars/hooks
22

3-
<p align="center">
4-
<img src="assets/figma-vars-tagline.png" alt="FigmaVars Logo" width="500" />
3+
<p align="left">
4+
<img src="assets/figma-vars-tagline-light.png" alt="FigmaVars Logo" width="700px" />
55
</p>
66

77
A fast, typed React 19 hooks library for the Figma Variables API: fetch, update, and manage design tokens via the official [Figma REST API](https://www.figma.com/developers/api#variables).
55.3 KB
Loading

0 commit comments

Comments
 (0)