Skip to content

Commit

Permalink
Version Packages (#225)
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 Nov 16, 2023
1 parent 2307b9d commit e048d0b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-beers-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-tips-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-comics-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-lobsters-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-wolves-notice.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tokens-studio/sd-transforms

## 0.12.0

### Minor Changes

- 6f4b5ed: BREAKING: swap expandComposites 2nd argument and 3rd argument. 2nd argument is now TransformOptions and 3rd argument the filePath (string). This used to be vice versa and was inconsistent with the other parser functions.
- 6f4b5ed: Add and expose a parseTokens function to make it more developer friendly to add the sd-transforms parsing step to your own custom parser.
- f7e88b6: BREAKNG: Use structuredClone instead of shallow Object.assign copy in parsers. Must use NodeJS v17 at minimum now, as opposed to v15.14.0 before this update.
- 6f4b5ed: Add the addAttributeCTI option to registerTransforms function, to automatically add `attribute/cti` predefined transform to the `tokens-studio` transformGroup.

### Patch Changes

- 2307b9d: Refined CSS font name processing: Enhanced escapeApostrophes for accurate apostrophe handling in font names. Updated quoteWrapWhitespacedFont for smart quoting and escaping in multi-word fonts. Ensures better CSS font family compatibility.

## 0.11.10

### 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": "0.11.10",
"version": "0.12.0",
"description": "Custom transforms for Style-Dictionary, to work with Design Tokens that are exported from Tokens Studio",
"license": "MIT",
"author": "Joren Broekema <joren.broekema@gmail.com>",
Expand Down

0 comments on commit e048d0b

Please sign in to comment.