Skip to content

Commit 01b5df5

Browse files
Version Packages (#292)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c687817 commit 01b5df5

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/cyan-pots-punch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/eleven-crabs-think.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/swift-suns-share.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/two-jokes-give.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @tokens-studio/sd-transforms
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 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.
8+
- ed10715: Allow changing the resolve math transform amount of decimals to round for using platform options `mathFractionDigits`, change default value from 3 to 4.
9+
10+
### Patch Changes
11+
12+
- c687817: Fix alignTypes to also include `borderWidth`, `letterSpacing`, `paragraphSpacing` and `paragraphIndent` and align them to `dimension`.
13+
- 9c02741: Fix bug where usesDtcg flag was not passed to resolveReference utility.
14+
315
## 1.0.1
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokens-studio/sd-transforms",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Custom transforms for Style-Dictionary, to work with Design Tokens that are exported from Tokens Studio",
55
"license": "MIT",
66
"author": "Joren Broekema <joren.broekema@gmail.com>",

0 commit comments

Comments
 (0)