Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi committed Sep 28, 2023
1 parent 1bddadd commit 1ca24e3
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 14 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
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))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"volta": {
"node": "20.7.0"
},
"version": "0.1.0"
"version": "0.2.0"
}
2 changes: 1 addition & 1 deletion packages/@theemo/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theemo/build",
"version": "0.1.0",
"version": "0.2.0",
"description": "Theme Builder",
"license": "MIT",
"author": "Thomas Gossmann",
Expand Down
6 changes: 3 additions & 3 deletions packages/@theemo/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theemo/cli",
"version": "0.1.0",
"version": "0.2.0",
"description": "Theemo CLI",
"license": "MIT",
"author": "Thomas Gossmann",
Expand Down Expand Up @@ -51,8 +51,8 @@
"test:dev": "vitest"
},
"dependencies": {
"@theemo/build": "0.1.0",
"@theemo/sync": "0.1.0",
"@theemo/build": "0.2.0",
"@theemo/sync": "0.2.0",
"commander": "^11.0.0",
"cosmiconfig": "^8.2.0",
"dotenv": "^16.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/@theemo/figma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theemo/figma",
"version": "0.1.0",
"version": "0.2.0",
"description": "Theemo Figma Integration",
"license": "MIT",
"author": "Thomas Gossmann",
Expand Down Expand Up @@ -44,8 +44,8 @@
"test:dev": "vitest"
},
"dependencies": {
"@theemo/tokens": "0.1.0",
"@theemo/sync": "0.1.0",
"@theemo/tokens": "0.2.0",
"@theemo/sync": "0.2.0",
"colord": "^2.9.3",
"figma-api": "^1.11.0",
"lodash.isempty": "^4.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@theemo/style-dictionary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theemo/style-dictionary",
"version": "0.1.0",
"version": "0.2.0",
"description": "Definitions for Theemo Sync Tools",
"license": "MIT",
"author": "Thomas Gossmann",
Expand Down Expand Up @@ -44,8 +44,8 @@
"test:dev": "vitest"
},
"dependencies": {
"@theemo/tokens": "0.1.0",
"@theemo/sync": "0.1.0"
"@theemo/tokens": "0.2.0",
"@theemo/sync": "0.2.0"
},
"peerDependencies": {
"style-dictionary": ">= 3"
Expand Down
4 changes: 2 additions & 2 deletions packages/@theemo/sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theemo/sync",
"version": "0.1.0",
"version": "0.2.0",
"description": "Theemo Sync",
"license": "MIT",
"author": "Thomas Gossmann",
Expand Down Expand Up @@ -42,7 +42,7 @@
"test:dev": "vitest"
},
"dependencies": {
"@theemo/tokens": "0.1.0"
"@theemo/tokens": "0.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theemo/tokens",
"version": "0.1.0",
"version": "0.2.0",
"description": "Theemo Token Definitions and Utilities",
"license": "MIT",
"author": "Thomas Gossmann",
Expand Down

0 comments on commit 1ca24e3

Please sign in to comment.