diff --git a/.changeset/rude-berries-train.md b/.changeset/rude-berries-train.md deleted file mode 100644 index 9f1cc41..0000000 --- a/.changeset/rude-berries-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/sd-transforms': minor ---- - -BREAKING: update to Style Dictionary `v4.0.0-prerelease.27`, set preprocessor name to `'tokens-studio'`, which now has to be applied if you want to exclude parent keys, expand composite types or add font style properties to typography values. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce7330..4e5a184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tokens-studio/sd-transforms +## 0.16.0 + +### Minor Changes + +- 5856621: BREAKING: update to Style Dictionary `v4.0.0-prerelease.27`, set preprocessor name to `'tokens-studio'`, which now has to be applied if you want to exclude parent keys, expand composite types or add font style properties to typography values. + ## 0.15.2 ### Patch Changes diff --git a/package.json b/package.json index 241b3cb..c8944b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tokens-studio/sd-transforms", - "version": "0.15.2", + "version": "0.16.0", "description": "Custom transforms for Style-Dictionary, to work with Design Tokens that are exported from Tokens Studio", "license": "MIT", "author": "Joren Broekema ",