-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
38 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
## v0.2.0 (2023-09-28) | ||
|
||
#### :rocket: Enhancement | ||
* `@theemo/style-dictionary` | ||
* [#705](https://github.com/theemo-tokens/theemo/pull/705) Provide `theemo` as `transformGroup` to Style Dictionary ([@gossi](https://github.com/gossi)) | ||
* [#704](https://github.com/theemo-tokens/theemo/pull/704) Provide style dictionary transform for shadows to css ([@gossi](https://github.com/gossi)) | ||
|
||
#### :bug: Bug Fix | ||
* `@theemo/style-dictionary` | ||
* [#706](https://github.com/theemo-tokens/theemo/pull/706) Create references for constrained values ([@gossi](https://github.com/gossi)) | ||
* [#699](https://github.com/theemo-tokens/theemo/pull/699) Omit `comment` in Style Dictionary Writer ([@gossi](https://github.com/gossi)) | ||
* `@theemo/figma`, `@theemo/tokens` | ||
* [#703](https://github.com/theemo-tokens/theemo/pull/703) Parse all variable types value + type ([@gossi](https://github.com/gossi)) | ||
* `@theemo/build`, `@theemo/cli`, `@theemo/core`, `@theemo/figma`, `@theemo/style-dictionary`, `@theemo/sync`, `@theemo/tokens` | ||
* [#702](https://github.com/theemo-tokens/theemo/pull/702) Enable intellisense for `defineConfig()` ([@gossi](https://github.com/gossi)) | ||
|
||
#### :house: Internal | ||
* `@theemo/style-dictionary` | ||
* [#701](https://github.com/theemo-tokens/theemo/pull/701) Switch Testing Theme to Playground ([@gossi](https://github.com/gossi)) | ||
|
||
#### Committers: 1 | ||
- Thomas Gossmann ([@gossi](https://github.com/gossi)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,5 +27,5 @@ | |
"volta": { | ||
"node": "20.7.0" | ||
}, | ||
"version": "0.1.0" | ||
"version": "0.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters