From 4575dd5a9cc226ebb378f23ce5f1f2d22e2e108a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:34:21 -0700 Subject: [PATCH] chore: release (#1262) Co-authored-by: github-actions[bot] --- .changeset/angry-dots-provide.md | 5 ----- .changeset/eleven-otters-eat.md | 5 ----- .changeset/nine-kiwis-lie.md | 5 ----- .changeset/shy-cats-beam.md | 5 ----- .changeset/tender-carrots-accept.md | 5 ----- .changeset/wise-brooms-notice.md | 5 ----- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 8 files changed, 12 insertions(+), 31 deletions(-) delete mode 100644 .changeset/angry-dots-provide.md delete mode 100644 .changeset/eleven-otters-eat.md delete mode 100644 .changeset/nine-kiwis-lie.md delete mode 100644 .changeset/shy-cats-beam.md delete mode 100644 .changeset/tender-carrots-accept.md delete mode 100644 .changeset/wise-brooms-notice.md diff --git a/.changeset/angry-dots-provide.md b/.changeset/angry-dots-provide.md deleted file mode 100644 index d4fe1eed..00000000 --- a/.changeset/angry-dots-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'style-dictionary': patch ---- - -Fix type information for Config.parser diff --git a/.changeset/eleven-otters-eat.md b/.changeset/eleven-otters-eat.md deleted file mode 100644 index ef233409..00000000 --- a/.changeset/eleven-otters-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'style-dictionary': patch ---- - -Fix transitive color transform advanced example, migrate chroma-js to colorjs.io diff --git a/.changeset/nine-kiwis-lie.md b/.changeset/nine-kiwis-lie.md deleted file mode 100644 index 08e98287..00000000 --- a/.changeset/nine-kiwis-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'style-dictionary': patch ---- - -Fix bugs with expand tokens where they would run before instead of after user-configured preprocessors, and would fatally error on broken references. Broken refs should be tolerated at the expand stage, and errors will be thrown after preprocessor lifecycle if the refs are still broken at that point. diff --git a/.changeset/shy-cats-beam.md b/.changeset/shy-cats-beam.md deleted file mode 100644 index eab62e31..00000000 --- a/.changeset/shy-cats-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'style-dictionary': patch ---- - -Update memfs esm-fork dependency to allow named import Volume. diff --git a/.changeset/tender-carrots-accept.md b/.changeset/tender-carrots-accept.md deleted file mode 100644 index 7d7338e1..00000000 --- a/.changeset/tender-carrots-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'style-dictionary': patch ---- - -Fix 'filePath' missing from falsy token values diff --git a/.changeset/wise-brooms-notice.md b/.changeset/wise-brooms-notice.md deleted file mode 100644 index 24cbb9f0..00000000 --- a/.changeset/wise-brooms-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'style-dictionary': patch ---- - -Upgrade memfs esm fork to publish types and bumping stream to fix unclear licensing issue with transitive dependency. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd6eb70..993e6957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 4.0.1 + +### Patch Changes + +- e6cbf73: Fix type information for Config.parser +- e8aea2f: Fix transitive color transform advanced example, migrate chroma-js to colorjs.io +- 7afcffd: Fix bugs with expand tokens where they would run before instead of after user-configured preprocessors, and would fatally error on broken references. Broken refs should be tolerated at the expand stage, and errors will be thrown after preprocessor lifecycle if the refs are still broken at that point. +- 922b6aa: Update memfs esm-fork dependency to allow named import Volume. +- 61b6984: Fix 'filePath' missing from falsy token values +- 3ae67e3: Upgrade memfs esm fork to publish types and bumping stream to fix unclear licensing issue with transitive dependency. + ## 4.0.0 > For a more comprehensive migration guide from version 3.x.x to version 4.0.0, diff --git a/package.json b/package.json index 6b962f64..070e93f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-dictionary", - "version": "4.0.0", + "version": "4.0.1", "description": "Style once, use everywhere. A build system for creating cross-platform styles.", "keywords": [ "style dictionary",