From 64e38c718ed975f8266c5581b72d29aeb2a6aa72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:21:26 +0200 Subject: [PATCH] Version Packages (#318) Co-authored-by: github-actions[bot] --- .changeset/nice-scissors-think.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/nice-scissors-think.md 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 ",