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 ",