From 7495d99cd230f13af54a7b4339f9fb005bc6663a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 27 Feb 2025 13:16:03 +0000 Subject: [PATCH] Version Packages --- .changeset/gentle-pets-confess.md | 5 ----- .changeset/neat-actors-shake.md | 5 ----- .changeset/rotten-ads-roll.md | 5 ----- .changeset/selfish-adults-allow.md | 5 ----- packages/tokens-studio-for-figma/CHANGELOG.md | 12 ++++++++++++ packages/tokens-studio-for-figma/package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/gentle-pets-confess.md delete mode 100644 .changeset/neat-actors-shake.md delete mode 100644 .changeset/rotten-ads-roll.md delete mode 100644 .changeset/selfish-adults-allow.md diff --git a/.changeset/gentle-pets-confess.md b/.changeset/gentle-pets-confess.md deleted file mode 100644 index d65138e35..000000000 --- a/.changeset/gentle-pets-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tokens-studio/figma-plugin": patch ---- - -fix a bug where gitkeep file was being created in every commit in Gitlab repo. diff --git a/.changeset/neat-actors-shake.md b/.changeset/neat-actors-shake.md deleted file mode 100644 index f993a5ef0..000000000 --- a/.changeset/neat-actors-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tokens-studio/figma-plugin": minor ---- - -Add ability to create themes when importing when importing variables from the figma file into the plugin diff --git a/.changeset/rotten-ads-roll.md b/.changeset/rotten-ads-roll.md deleted file mode 100644 index d9c6bacdb..000000000 --- a/.changeset/rotten-ads-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tokens-studio/figma-plugin": patch ---- - -Fixes the default format of tokens to DTCG when tokens are synced froM Tokens Studio Platform. diff --git a/.changeset/selfish-adults-allow.md b/.changeset/selfish-adults-allow.md deleted file mode 100644 index 8e1b5fba5..000000000 --- a/.changeset/selfish-adults-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tokens-studio/figma-plugin": patch ---- - -Fix issue where pro features are not activated for users using Tokens Studio sync with a valid API Key from the platform. diff --git a/packages/tokens-studio-for-figma/CHANGELOG.md b/packages/tokens-studio-for-figma/CHANGELOG.md index b56ab8ed5..24e5100ab 100644 --- a/packages/tokens-studio-for-figma/CHANGELOG.md +++ b/packages/tokens-studio-for-figma/CHANGELOG.md @@ -1,5 +1,17 @@ # @tokens-studio/figma-plugin +## 2.4.0 + +### Minor Changes + +- 7ef0d006: Add ability to create themes when importing when importing variables from the figma file into the plugin + +### Patch Changes + +- 15338342: fix a bug where gitkeep file was being created in every commit in Gitlab repo. +- 4bcd1efb: Fixes the default format of tokens to DTCG when tokens are synced froM Tokens Studio Platform. +- 259afac3: Fix issue where pro features are not activated for users using Tokens Studio sync with a valid API Key from the platform. + ## 2.3.3 ### Patch Changes diff --git a/packages/tokens-studio-for-figma/package.json b/packages/tokens-studio-for-figma/package.json index 97d9802f7..edddec4cc 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.3.3", + "version": "2.4.0", "description": "Tokens Studio plugin for Figma", "license": "MIT", "private": true,