Skip to content

Commit

Permalink
Version Packages (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 4, 2024
1 parent c687817 commit 01b5df5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-pots-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-crabs-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-suns-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-jokes-give.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 01b5df5

Please sign in to comment.