Skip to content

Commit dc2245f

Browse files
Version Packages (#3799)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bbad715 commit dc2245f

6 files changed

Lines changed: 15 additions & 25 deletions

File tree

.changeset/fix-gap-token-deselection.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/four-ducks-do.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/shaggy-wasps-wait.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thirty-lobsters-yell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/tokens-studio-for-figma/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @tokens-studio/figma-plugin
22

3+
## 2.11.1
4+
5+
### Patch Changes
6+
7+
- bbad7157d: Fix gap token deselection when left-clicking. Previously, left-clicking a gap token to deselect it would incorrectly attempt to remove the first property instead of the property that actually has the token applied. This caused the gap value to disappear from Figma's side panel while the token remained active in the inspect panel. The fix ensures that the correct property is toggled when deselecting tokens.
8+
- c3f4d248b: Variable scoping enhancements -
9+
10+
- Add support for hiddenFromPublishing
11+
- Add support for selecting no scopes in a token
12+
- Fix font weight token scoping bug when weight is set to a string
13+
14+
- 9f504f99e: Fix bug where deselecting padding tokens via "All" option incorrectly removes gap from Figma side panel
15+
- 4ca80838e: Fix tooltip display when token resolved value is 0
16+
317
## 2.11.0
418

519
### Minor Changes

packages/tokens-studio-for-figma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokens-studio/figma-plugin",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"description": "Tokens Studio plugin for Figma",
55
"license": "MIT",
66
"private": true,

0 commit comments

Comments
 (0)