From 64a821461972b44c013a174b72b50c2e9fd881c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:27:34 -0700 Subject: [PATCH] chore: release (#1338) Co-authored-by: github-actions[bot] --- .changeset/green-llamas-lie.md | 5 ----- .changeset/little-pugs-pump.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/green-llamas-lie.md delete mode 100644 .changeset/little-pugs-pump.md diff --git a/.changeset/green-llamas-lie.md b/.changeset/green-llamas-lie.md deleted file mode 100644 index 4ef658773..000000000 --- a/.changeset/green-llamas-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'style-dictionary': patch ---- - -Reuse static hooks in the constructor to set instance hooks prop, to avoid discarding built-in hooks overwrites by consumers. diff --git a/.changeset/little-pugs-pump.md b/.changeset/little-pugs-pump.md deleted file mode 100644 index 7e2e80bf3..000000000 --- a/.changeset/little-pugs-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'style-dictionary': patch ---- - -Add missing type interfaces, most notably the ExpandConfig types. diff --git a/CHANGELOG.md b/CHANGELOG.md index ab19745f9..520df4b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 4.1.2 + +### Patch Changes + +- e9cce6a: Reuse static hooks in the constructor to set instance hooks prop, to avoid discarding built-in hooks overwrites by consumers. +- b48d0e9: Add missing type interfaces, most notably the ExpandConfig types. + ## 4.1.1 ### Patch Changes diff --git a/package.json b/package.json index 98bdc9a83..fde0c8e40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-dictionary", - "version": "4.1.1", + "version": "4.1.2", "description": "Style once, use everywhere. A build system for creating cross-platform styles.", "keywords": [ "style dictionary",