diff --git a/.changeset/friendly-rats-listen.md b/.changeset/friendly-rats-listen.md deleted file mode 100644 index bcd4b77..0000000 --- a/.changeset/friendly-rats-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/sd-transforms': patch ---- - -Export TransformOption type to be publicly available (#319) diff --git a/.changeset/nice-suns-sort.md b/.changeset/nice-suns-sort.md deleted file mode 100644 index 2d55b68..0000000 --- a/.changeset/nice-suns-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/sd-transforms': patch ---- - --Made the font weight case insensitive; Extra checks for style and weight values, confusions cleared up in the code; Font style and value are not both mandatory, it is fine if only one is specified; If font style is not provided, the style field will take the weight value; The bug from issue #267 is fixed. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3a27c..ce46153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @tokens-studio/sd-transforms +## 1.2.7 + +### Patch Changes + +- fb3c7d3: Export TransformOption type to be publicly available (#319) +- 26cf7f9: -Made the font weight case insensitive; Extra checks for style and weight values, confusions cleared up in the code; Font style and value are not both mandatory, it is fine if only one is specified; If font style is not provided, the style field will take the weight value; The bug from issue #267 is fixed. + ## 1.2.6 ### Patch Changes diff --git a/package.json b/package.json index a16b36e..19b2d54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tokens-studio/sd-transforms", - "version": "1.2.6", + "version": "1.2.7", "description": "Custom transforms for Style-Dictionary, to work with Design Tokens that are exported from Tokens Studio", "license": "MIT", "author": "Joren Broekema ",