diff --git a/.changeset/cyan-pots-punch.md b/.changeset/cyan-pots-punch.md deleted file mode 100644 index 89ee00b..0000000 --- a/.changeset/cyan-pots-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/sd-transforms': patch ---- - -Fix alignTypes to also include `borderWidth`, `letterSpacing`, `paragraphSpacing` and `paragraphIndent` and align them to `dimension`. diff --git a/.changeset/eleven-crabs-think.md b/.changeset/eleven-crabs-think.md deleted file mode 100644 index 5193f26..0000000 --- a/.changeset/eleven-crabs-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/sd-transforms': minor ---- - -Add the `originalType` property to `$extensions.['studio.tokens']` to store the original Tokens Studio token type, when the type is aligned to DTCG types. LetterSpacing transform is the transform in this package that actually needs to use this, because it doesn't want to match all dimension tokens, but it does want to match letterSpacing tokens. diff --git a/.changeset/swift-suns-share.md b/.changeset/swift-suns-share.md deleted file mode 100644 index dfe7e12..0000000 --- a/.changeset/swift-suns-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/sd-transforms': patch ---- - -Fix bug where usesDtcg flag was not passed to resolveReference utility. diff --git a/.changeset/two-jokes-give.md b/.changeset/two-jokes-give.md deleted file mode 100644 index 0fd4ad4..0000000 --- a/.changeset/two-jokes-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/sd-transforms': minor ---- - -Allow changing the resolve math transform amount of decimals to round for using platform options `mathFractionDigits`, change default value from 3 to 4. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d23bff..49e981a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @tokens-studio/sd-transforms +## 1.1.0 + +### Minor Changes + +- c687817: Add the `originalType` property to `$extensions.['studio.tokens']` to store the original Tokens Studio token type, when the type is aligned to DTCG types. LetterSpacing transform is the transform in this package that actually needs to use this, because it doesn't want to match all dimension tokens, but it does want to match letterSpacing tokens. +- ed10715: Allow changing the resolve math transform amount of decimals to round for using platform options `mathFractionDigits`, change default value from 3 to 4. + +### Patch Changes + +- c687817: Fix alignTypes to also include `borderWidth`, `letterSpacing`, `paragraphSpacing` and `paragraphIndent` and align them to `dimension`. +- 9c02741: Fix bug where usesDtcg flag was not passed to resolveReference utility. + ## 1.0.1 ### Patch Changes diff --git a/package.json b/package.json index b7aab34..fe9203f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tokens-studio/sd-transforms", - "version": "1.0.1", + "version": "1.1.0", "description": "Custom transforms for Style-Dictionary, to work with Design Tokens that are exported from Tokens Studio", "license": "MIT", "author": "Joren Broekema ",