diff --git a/.changeset/nice-scissors-think.md b/.changeset/nice-scissors-think.md deleted file mode 100644 index 56c7b41..0000000 --- a/.changeset/nice-scissors-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/sd-transforms': patch ---- - -Check for color transforms that the value is of type string, since other color object types could occur from previously ran transforms. diff --git a/CHANGELOG.md b/CHANGELOG.md index 273e070..b8cb47a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tokens-studio/sd-transforms +## 1.2.5 + +### Patch Changes + +- 61af02f: Check for color transforms that the value is of type string, since other color object types could occur from previously ran transforms. + ## 1.2.4 ### Patch Changes diff --git a/package.json b/package.json index 51a9e27..55d70f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tokens-studio/sd-transforms", - "version": "1.2.4", + "version": "1.2.5", "description": "Custom transforms for Style-Dictionary, to work with Design Tokens that are exported from Tokens Studio", "license": "MIT", "author": "Joren Broekema ",