diff --git a/.changeset/brown-terms-poke.md b/.changeset/brown-terms-poke.md deleted file mode 100644 index 3b07c01..0000000 --- a/.changeset/brown-terms-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/sd-transforms': patch ---- - -Add composition to expandTypesMap. diff --git a/.changeset/giant-bears-drum.md b/.changeset/giant-bears-drum.md deleted file mode 100644 index a04da93..0000000 --- a/.changeset/giant-bears-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/sd-transforms': patch ---- - -Fix alwaysAddFontStyle option to not apply to tokens of type fontWeight(s), only meant for typography tokens. diff --git a/.changeset/smart-pets-rush.md b/.changeset/smart-pets-rush.md deleted file mode 100644 index 2478854..0000000 --- a/.changeset/smart-pets-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/sd-transforms': patch ---- - -textCase and textDecoration types should be kept, instead of changing to "other". This should help with transforms targeting those tokens, whereas "other" is not a useful type conversion whatsoever. diff --git a/.changeset/tidy-trainers-dress.md b/.changeset/tidy-trainers-dress.md deleted file mode 100644 index b38ce67..0000000 --- a/.changeset/tidy-trainers-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/sd-transforms': patch ---- - -Remove the boxShadow expandTypesMap, this is no longer needed since SD 4.0.1 as it runs user defined preprocessors before expanding tokens. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e05855..ebce4fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @tokens-studio/sd-transforms +## 1.2.1 + +### Patch Changes + +- c6c9223: Add composition to expandTypesMap. +- 19f4530: Fix alwaysAddFontStyle option to not apply to tokens of type fontWeight(s), only meant for typography tokens. +- 32c2d13: textCase and textDecoration types should be kept, instead of changing to "other". This should help with transforms targeting those tokens, whereas "other" is not a useful type conversion whatsoever. +- 3a044ed: Remove the boxShadow expandTypesMap, this is no longer needed since SD 4.0.1 as it runs user defined preprocessors before expanding tokens. + ## 1.2.0 ### Minor Changes diff --git a/package.json b/package.json index ea66f63..9af105e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tokens-studio/sd-transforms", - "version": "1.2.0", + "version": "1.2.1", "description": "Custom transforms for Style-Dictionary, to work with Design Tokens that are exported from Tokens Studio", "license": "MIT", "author": "Joren Broekema ",