diff --git a/.changeset/eight-cats-juggle.md b/.changeset/eight-cats-juggle.md deleted file mode 100644 index 3a1c89532..000000000 --- a/.changeset/eight-cats-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'style-dictionary': patch ---- - -Fix convertToDTCG for sets that are already (partially) DTCG. diff --git a/.changeset/few-dragons-sleep.md b/.changeset/few-dragons-sleep.md deleted file mode 100644 index 5c1bdf9c1..000000000 --- a/.changeset/few-dragons-sleep.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'style-dictionary': patch ---- - -- `'color/hex'` (`colorHex` enum) built-in transform can now handle alpha channels properly by outputting hex8 format if needed. This also affects the transformGroups `less` and `js` which apply this transform. -- `'color/hex8'` (`colorHex8` enum) built-in transform is now deprecated, use `'color/hex'` (`colorHex` enum) instead. diff --git a/.changeset/itchy-eagles-refuse.md b/.changeset/itchy-eagles-refuse.md deleted file mode 100644 index f866fbf0a..000000000 --- a/.changeset/itchy-eagles-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'style-dictionary': patch ---- - -Move the tinycolor2 patch from a patch file to a 3-liner fix in our source code, so it gets correctly published and usable by consumers. diff --git a/.changeset/spotty-clocks-drop.md b/.changeset/spotty-clocks-drop.md deleted file mode 100644 index a9ec5acc6..000000000 --- a/.changeset/spotty-clocks-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'style-dictionary': patch ---- - -Account for multiline comments in javascript/es6 format diff --git a/CHANGELOG.md b/CHANGELOG.md index 689ccfb21..556ca4734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 4.3.3 + +### Patch Changes + +- ea0ec73: Fix convertToDTCG for sets that are already (partially) DTCG. +- 1d4389a: - `'color/hex'` (`colorHex` enum) built-in transform can now handle alpha channels properly by outputting hex8 format if needed. This also affects the transformGroups `less` and `js` which apply this transform. + - `'color/hex8'` (`colorHex8` enum) built-in transform is now deprecated, use `'color/hex'` (`colorHex` enum) instead. +- e77feb4: Move the tinycolor2 patch from a patch file to a 3-liner fix in our source code, so it gets correctly published and usable by consumers. +- 177c25e: Account for multiline comments in javascript/es6 format + ## 4.3.2 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index af588e48f..d540ef114 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "style-dictionary", - "version": "4.3.2", + "version": "4.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "style-dictionary", - "version": "4.3.2", + "version": "4.3.3", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 83b495fb0..d5a81f1d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-dictionary", - "version": "4.3.2", + "version": "4.3.3", "description": "Style once, use everywhere. A build system for creating cross-platform styles.", "keywords": [ "style dictionary",