diff --git a/.changeset/beige-cameras-kneel.md b/.changeset/beige-cameras-kneel.md deleted file mode 100644 index d80a88dec..000000000 --- a/.changeset/beige-cameras-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tokens-studio/figma-plugin": patch ---- - -Fixes issues when synchronizing data with GitLab, which prevented creating new branches on the fly and switching between single and multi-file setups. diff --git a/.changeset/calm-carrots-sit.md b/.changeset/calm-carrots-sit.md deleted file mode 100644 index e66d5c0ba..000000000 --- a/.changeset/calm-carrots-sit.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@tokens-studio/figma-plugin": patch ---- - -Fixes the issue where only active themes were being exported as styles, even when multiple themes were selected in the options modal. - -Fixes the problem where applied styles were not being displayed in figma when the core/global theme was being activated. diff --git a/.changeset/spotty-parents-train.md b/.changeset/spotty-parents-train.md deleted file mode 100644 index 80179a977..000000000 --- a/.changeset/spotty-parents-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tokens-studio/figma-plugin": patch ---- - -Fix a visual bug in the Resolve Duplicate Tokens modal diff --git a/packages/tokens-studio-for-figma/CHANGELOG.md b/packages/tokens-studio-for-figma/CHANGELOG.md index dc4bb0ca5..f3fb1708c 100644 --- a/packages/tokens-studio-for-figma/CHANGELOG.md +++ b/packages/tokens-studio-for-figma/CHANGELOG.md @@ -1,5 +1,16 @@ # @tokens-studio/figma-plugin +## 2.0.2 + +### Patch Changes + +- 1784f101: Fixes issues when synchronizing data with GitLab, which prevented creating new branches on the fly and switching between single and multi-file setups. +- 2dc668cc: Fixes the issue where only active themes were being exported as styles, even when multiple themes were selected in the options modal. + + Fixes the problem where applied styles were not being displayed in figma when the core/global theme was being activated. + +- 22018a93: Fix a visual bug in the Resolve Duplicate Tokens modal + ## 2.0.1 ### Patch Changes diff --git a/packages/tokens-studio-for-figma/package.json b/packages/tokens-studio-for-figma/package.json index 9e33333cb..fe3f33d13 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.1", + "version": "2.0.2", "description": "Tokens Studio plugin for Figma", "license": "MIT", "private": true,