Skip to content

Commit bc57cd0

Browse files
Version Packages (#301)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c6c9223 commit bc57cd0

6 files changed

+10
-21
lines changed

.changeset/brown-terms-poke.md

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

.changeset/giant-bears-drum.md

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

.changeset/smart-pets-rush.md

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

.changeset/tidy-trainers-dress.md

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

CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- c6c9223: Add composition to expandTypesMap.
8+
- 19f4530: Fix alwaysAddFontStyle option to not apply to tokens of type fontWeight(s), only meant for typography tokens.
9+
- 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.
10+
- 3a044ed: Remove the boxShadow expandTypesMap, this is no longer needed since SD 4.0.1 as it runs user defined preprocessors before expanding tokens.
11+
312
## 1.2.0
413

514
### Minor 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.2.0",
3+
"version": "1.2.1",
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)