Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi committed Nov 6, 2023
1 parent 9656bed commit 6376720
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 14 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@


## v0.2.1 (2023-11-06)

#### :bug: Bug Fix
* `@theemo/figma`
* [#718](https://github.com/theemo-tokens/theemo/pull/718) Fix parsing `0` value ([@gossi](https://github.com/gossi))

#### Committers: 1
- Thomas Gossmann ([@gossi](https://github.com/gossi))

## v0.2.0 (2023-09-28)

#### :rocket: Enhancement
Expand Down
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.9.0"
},
"version": "0.2.0"
"version": "0.2.1"
}
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.2.0",
"version": "0.2.1",
"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.2.0",
"version": "0.2.1",
"description": "Theemo CLI",
"license": "MIT",
"author": "Thomas Gossmann",
Expand Down Expand Up @@ -51,8 +51,8 @@
"test:dev": "vitest"
},
"dependencies": {
"@theemo/build": "0.2.0",
"@theemo/sync": "0.2.0",
"@theemo/build": "0.2.1",
"@theemo/sync": "0.2.1",
"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.2.0",
"version": "0.2.1",
"description": "Theemo Figma Integration",
"license": "MIT",
"author": "Thomas Gossmann",
Expand Down Expand Up @@ -44,8 +44,8 @@
"test:dev": "vitest"
},
"dependencies": {
"@theemo/tokens": "0.2.0",
"@theemo/sync": "0.2.0",
"@theemo/tokens": "0.2.1",
"@theemo/sync": "0.2.1",
"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.2.0",
"version": "0.2.1",
"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.2.0",
"@theemo/sync": "0.2.0"
"@theemo/tokens": "0.2.1",
"@theemo/sync": "0.2.1"
},
"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.2.0",
"version": "0.2.1",
"description": "Theemo Sync",
"license": "MIT",
"author": "Thomas Gossmann",
Expand Down Expand Up @@ -42,7 +42,7 @@
"test:dev": "vitest"
},
"dependencies": {
"@theemo/tokens": "0.2.0"
"@theemo/tokens": "0.2.1"
},
"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.2.0",
"version": "0.2.1",
"description": "Theemo Token Definitions and Utilities",
"license": "MIT",
"author": "Thomas Gossmann",
Expand Down

0 comments on commit 6376720

Please sign in to comment.