diff --git a/.changeset/orange-scissors-impress.md b/.changeset/orange-scissors-impress.md deleted file mode 100644 index eb07baf..0000000 --- a/.changeset/orange-scissors-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/sd-transforms': patch ---- - -Ensure that shadow value is still of type object (either Object or Array) before attempting to resolve math for each property/item. diff --git a/CHANGELOG.md b/CHANGELOG.md index b8cb47a..6d3a27c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tokens-studio/sd-transforms +## 1.2.6 + +### Patch Changes + +- b4461f4: Ensure that shadow value is still of type object (either Object or Array) before attempting to resolve math for each property/item. + ## 1.2.5 ### Patch Changes diff --git a/package.json b/package.json index 8e25b62..3cd4024 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tokens-studio/sd-transforms", - "version": "1.2.5", + "version": "1.2.6", "description": "Custom transforms for Style-Dictionary, to work with Design Tokens that are exported from Tokens Studio", "license": "MIT", "author": "Joren Broekema ",