Skip to content

Commit

Permalink
Merge pull request #1031 from amzn/changeset-release/v4
Browse files Browse the repository at this point in the history
Version Packages (prerelease)
  • Loading branch information
jorenbroekema committed Oct 26, 2023
2 parents 39c0c97 + 6c0ac72 commit 0d3531c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
},
"changesets": [
"big-worms-collect-2",
"big-worms-collect"
"big-worms-collect",
"bright-timers-shout",
"honest-toes-wink",
"nice-ears-shop"
]
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0d3531c

Please sign in to comment.