diff --git a/.changeset/cool-windows-hang.md b/.changeset/cool-windows-hang.md deleted file mode 100644 index d8a3dc3..0000000 --- a/.changeset/cool-windows-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/sd-transforms': minor ---- - -Add lineHeight and fontWeight types to the expandTypesMap. Even though DTCG spec does not yet recognize them, they really are special types and marking them as such enables transforms to target them specifically. diff --git a/.changeset/two-ads-confess.md b/.changeset/two-ads-confess.md deleted file mode 100644 index f9521d1..0000000 --- a/.changeset/two-ads-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/sd-transforms': minor ---- - -Properly split fontWeight tokens that contain fontStyle into the parent group. For typography tokens this was correct but for fontWeight tokens, collision could occur between the token and its sibling tokens. diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e981a..4e05855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @tokens-studio/sd-transforms +## 1.2.0 + +### Minor Changes + +- ff31df8: Add lineHeight and fontWeight types to the expandTypesMap. Even though DTCG spec does not yet recognize them, they really are special types and marking them as such enables transforms to target them specifically. +- ff31df8: Properly split fontWeight tokens that contain fontStyle into the parent group. For typography tokens this was correct but for fontWeight tokens, collision could occur between the token and its sibling tokens. + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index 2df3983..ea66f63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tokens-studio/sd-transforms", - "version": "1.1.0", + "version": "1.2.0", "description": "Custom transforms for Style-Dictionary, to work with Design Tokens that are exported from Tokens Studio", "license": "MIT", "author": "Joren Broekema ",