diff --git a/.changeset/sweet-rocks-vanish.md b/.changeset/sweet-rocks-vanish.md deleted file mode 100644 index 3aa28c7..0000000 --- a/.changeset/sweet-rocks-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@divriots/style-dictionary-to-figma': patch ---- - -Keeps an array-type value as an array. This is useful with boxShadows that can have multiple stacked shadows in a single token. diff --git a/CHANGELOG.md b/CHANGELOG.md index 18f21a8..91f78ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @divriots/style-dictionary-to-figma +## 0.1.3 + +### Patch Changes + +- ff5d591: Keeps an array-type value as an array. This is useful with boxShadows that can have multiple stacked shadows in a single token. + ## 0.1.2 ### Patch Changes diff --git a/package.json b/package.json index ea8bc4b..82235fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@divriots/style-dictionary-to-figma", - "version": "0.1.2", + "version": "0.1.3", "description": "A utility that transforms a style-dictionary object into something Figma Tokens plugin understands", "license": "MIT", "author": "divRiots ",