Skip to content

Commit 2f3d629

Browse files
Merge pull request #1444 from amzn/changeset-release/main
Version Packages
2 parents ea0ec73 + c56f2ff commit 2f3d629

7 files changed

+13
-24
lines changed

.changeset/eight-cats-juggle.md

-5
This file was deleted.

.changeset/few-dragons-sleep.md

-6
This file was deleted.

.changeset/itchy-eagles-refuse.md

-5
This file was deleted.

.changeset/spotty-clocks-drop.md

-5
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 4.3.3
4+
5+
### Patch Changes
6+
7+
- ea0ec73: Fix convertToDTCG for sets that are already (partially) DTCG.
8+
- 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.
9+
- `'color/hex8'` (`colorHex8` enum) built-in transform is now deprecated, use `'color/hex'` (`colorHex` enum) instead.
10+
- 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.
11+
- 177c25e: Account for multiline comments in javascript/es6 format
12+
313
## 4.3.2
414

515
### Patch Changes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "style-dictionary",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "Style once, use everywhere. A build system for creating cross-platform styles.",
55
"keywords": [
66
"style dictionary",

0 commit comments

Comments
 (0)