From d7cc19652a47369fc176ec43cd4322915ba79257 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 14:51:25 +0200 Subject: [PATCH] Version Packages (#19) Co-authored-by: github-actions[bot] --- .changeset/quiet-pigs-march.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/quiet-pigs-march.md diff --git a/.changeset/quiet-pigs-march.md b/.changeset/quiet-pigs-march.md deleted file mode 100644 index 306592d..0000000 --- a/.changeset/quiet-pigs-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@divriots/style-dictionary-to-figma': patch ---- - -Allow passing ignoreUseRefValue boolean metadata as a sibling to the token value property. It will use the resolved value rather than using the original reference value after conversion when this is set to true. diff --git a/CHANGELOG.md b/CHANGELOG.md index 719c719..449949c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @divriots/style-dictionary-to-figma +## 0.2.1 + +### Patch Changes + +- c30d4c1: Allow passing ignoreUseRefValue boolean metadata as a sibling to the token value property. It will use the resolved value rather than using the original reference value after conversion when this is set to true. + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index c16a02e..e515728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@divriots/style-dictionary-to-figma", - "version": "0.2.0", + "version": "0.2.1", "description": "A utility that transforms a style-dictionary object into something Figma Tokens plugin understands", "license": "MIT", "author": "divRiots ",