Skip to content

Commit

Permalink
Version Packages (#3133)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 11, 2024
1 parent d3464c1 commit 45697ef
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-parrots-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-buckets-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-humans-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-fireants-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-coats-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-bears-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-ligers-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-donkeys-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-ways-hear.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/tokens-studio-for-figma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @tokens-studio/figma-plugin

## 2.1.0

### Minor Changes

- 0bc599e0: Changed logic around how we create styles or variables around Theming, as well as the logic around token sets and themes. 2.0 introduced some changes that made the whole process more strict. This change now changes things the other way around, we're less strict. Basically, if you export themes and you are exporting multiple themes at once, we now look at the overall configuration of token sets and pass these on as tokens to use for resolution. Meaning, you should not run into issues where you have broken references anymore just because a token set was disabled. If a set contains a token - even if the set is disabled - we will use it to resolve references.
- e1838a32: Fixes issue where styles are not applied in Figma, when user exports Token Sets as Styles

### Patch Changes

- 417df53c: Raise limit for tokens in Tokens Studio sync to 3000 tokens per set
- 087b4c1e: Fixed an issue around variable creation where if numerical weights were used we'd display an error that we're unable to apply the font. We now changed this to properly load all weights of the font family and then create styles correctly with variable references to the numerical weight variable
- 2c60963c: Changed logic when "Remove styles and variables without connection to a token" is enabled where we now look at all created tokens in this session and remove them, instead of looking at each theme individually
- a81b9a9f: Add missing padding to list of token sets in Export Token Sets Tab
- fd68d5a5: Prevents falsy errors from displaying when pushing to GitLab and ADO
- 087b4c1e: Fixes variable creation of color token was using a modifier and using a reference. We now correctly create a raw hex value as Figma doesn't have modifiers. Before we falsely used a reference without the modifier applied
- 8f97ea63: Optimized the speed of importing variables. Importing should now feel drastically faster

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens-studio-for-figma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokens-studio/figma-plugin",
"version": "2.0.3",
"version": "2.1.0",
"description": "Tokens Studio plugin for Figma",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 45697ef

Please sign in to comment.