From 56a2484b9b5bf42f9549c152a5e654c96b72fda4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Sep 2024 16:45:36 +0000 Subject: [PATCH] Version Packages --- .changeset/calm-parrots-develop.md | 5 ----- .changeset/chatty-buckets-share.md | 5 ----- .changeset/cold-humans-float.md | 5 ----- .changeset/cyan-fireants-sparkle.md | 5 ----- .changeset/hip-coats-raise.md | 5 ----- .changeset/hot-bears-compete.md | 5 ----- .changeset/hot-ligers-scream.md | 5 ----- .changeset/orange-donkeys-chew.md | 5 ----- .changeset/wet-ways-hear.md | 5 ----- packages/tokens-studio-for-figma/CHANGELOG.md | 17 +++++++++++++++++ packages/tokens-studio-for-figma/package.json | 2 +- 11 files changed, 18 insertions(+), 46 deletions(-) delete mode 100644 .changeset/calm-parrots-develop.md delete mode 100644 .changeset/chatty-buckets-share.md delete mode 100644 .changeset/cold-humans-float.md delete mode 100644 .changeset/cyan-fireants-sparkle.md delete mode 100644 .changeset/hip-coats-raise.md delete mode 100644 .changeset/hot-bears-compete.md delete mode 100644 .changeset/hot-ligers-scream.md delete mode 100644 .changeset/orange-donkeys-chew.md delete mode 100644 .changeset/wet-ways-hear.md diff --git a/.changeset/calm-parrots-develop.md b/.changeset/calm-parrots-develop.md deleted file mode 100644 index 5437e301d..000000000 --- a/.changeset/calm-parrots-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tokens-studio/figma-plugin": patch ---- - -Raise limit for tokens in Tokens Studio sync to 3000 tokens per set diff --git a/.changeset/chatty-buckets-share.md b/.changeset/chatty-buckets-share.md deleted file mode 100644 index f92e09cfb..000000000 --- a/.changeset/chatty-buckets-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tokens-studio/figma-plugin": patch ---- - -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 diff --git a/.changeset/cold-humans-float.md b/.changeset/cold-humans-float.md deleted file mode 100644 index 6474d3e4e..000000000 --- a/.changeset/cold-humans-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tokens-studio/figma-plugin": patch ---- - -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 diff --git a/.changeset/cyan-fireants-sparkle.md b/.changeset/cyan-fireants-sparkle.md deleted file mode 100644 index 4dd16682a..000000000 --- a/.changeset/cyan-fireants-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tokens-studio/figma-plugin": patch ---- - -Add missing padding to list of token sets in Export Token Sets Tab diff --git a/.changeset/hip-coats-raise.md b/.changeset/hip-coats-raise.md deleted file mode 100644 index 1692cc538..000000000 --- a/.changeset/hip-coats-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tokens-studio/figma-plugin": patch ---- - -Prevents falsy errors from displaying when pushing to GitLab and ADO diff --git a/.changeset/hot-bears-compete.md b/.changeset/hot-bears-compete.md deleted file mode 100644 index 9f2df4a58..000000000 --- a/.changeset/hot-bears-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tokens-studio/figma-plugin": patch ---- - -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 diff --git a/.changeset/hot-ligers-scream.md b/.changeset/hot-ligers-scream.md deleted file mode 100644 index ef4e34f22..000000000 --- a/.changeset/hot-ligers-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tokens-studio/figma-plugin": minor ---- - -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. diff --git a/.changeset/orange-donkeys-chew.md b/.changeset/orange-donkeys-chew.md deleted file mode 100644 index 82af3fe00..000000000 --- a/.changeset/orange-donkeys-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tokens-studio/figma-plugin": minor ---- - -Fixes issue where styles are not applied in Figma, when user exports Token Sets as Styles diff --git a/.changeset/wet-ways-hear.md b/.changeset/wet-ways-hear.md deleted file mode 100644 index 0e241ee86..000000000 --- a/.changeset/wet-ways-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tokens-studio/figma-plugin": patch ---- - -Optimized the speed of importing variables. Importing should now feel drastically faster diff --git a/packages/tokens-studio-for-figma/CHANGELOG.md b/packages/tokens-studio-for-figma/CHANGELOG.md index d46ae3460..9d4bbe494 100644 --- a/packages/tokens-studio-for-figma/CHANGELOG.md +++ b/packages/tokens-studio-for-figma/CHANGELOG.md @@ -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 diff --git a/packages/tokens-studio-for-figma/package.json b/packages/tokens-studio-for-figma/package.json index 8699075d0..a69125483 100644 --- a/packages/tokens-studio-for-figma/package.json +++ b/packages/tokens-studio-for-figma/package.json @@ -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,