From 6c0ac72e139ab99232d5a50c4b399c8f97b03da1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Oct 2023 08:42:59 +0000 Subject: [PATCH] chore: release (prerelease) --- .changeset/pre.json | 5 ++++- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 29a4926e8..b2c3f8215 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,6 +6,9 @@ }, "changesets": [ "big-worms-collect-2", - "big-worms-collect" + "big-worms-collect", + "bright-timers-shout", + "honest-toes-wink", + "nice-ears-shop" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a86150b5..fcc1521cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 4.0.0-prerelease.1 + +### Patch Changes + +- c1dd5ec: Allow overriding CSS formatting with commentStyle and commentPosition props. + For commentStyle, options are 'short' or 'long'. + For commentPosition, options are 'above' or 'inline'. + + We also ensure that the right defaults are picked for CSS, SASS/SCSS, Stylus and Less. + + This also contains a fix for ensuring that multi-line comments are automatically put "above" rather than "inline". + +- 6fb81ad: Allow falsy token values for outputReferences, e.g. `0`. +- 24d41c3: Allow outputReferences to work on non-string values. + ## 4.0.0-prerelease.0 ### Major Changes diff --git a/package.json b/package.json index e5a72c570..3886060b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-dictionary", - "version": "4.0.0-prerelease.0", + "version": "4.0.0-prerelease.1", "description": "Style once, use everywhere. A build system for creating cross-platform styles.", "keywords": [ "style dictionary",