Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi committed Jan 23, 2024
1 parent 5ae9138 commit b9d8477
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 14 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@



## v0.2.2 (2024-01-23)

#### :rocket: Enhancement
* `@theemo/figma`
* [#730](https://github.com/theemo-tokens/theemo/pull/730) Publish Types for Config ([@gossi](https://github.com/gossi))
* `@theemo/style-dictionary`
* [#729](https://github.com/theemo-tokens/theemo/pull/729) Publish W3C Token Parser ([@gossi](https://github.com/gossi))

#### :bug: Bug Fix
* `@theemo/sync`
* [#733](https://github.com/theemo-tokens/theemo/pull/733) Remove Lexer Defaults ([@gossi](https://github.com/gossi))

#### :memo: Documentation
* `@theemo/build`, `@theemo/cli`, `@theemo/figma`, `@theemo/style-dictionary`, `@theemo/sync`, `@theemo/tokens`
* [#736](https://github.com/theemo-tokens/theemo/pull/736) API Documentation ([@gossi](https://github.com/gossi))
* [#731](https://github.com/theemo-tokens/theemo/pull/731) Use vitepress + typedoc for api docs ([@gossi](https://github.com/gossi))

#### :house: Internal
* `theemo`
* [#727](https://github.com/theemo-tokens/theemo/pull/727) Remove Outdated Stuff ([@gossi](https://github.com/gossi))

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

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

#### :bug: Bug Fix
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
"vite-plugin-md"
]
}
}
},
"version": "0.2.2"
}
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.1",
"version": "0.2.2",
"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.1",
"version": "0.2.2",
"description": "Theemo CLI",
"license": "MIT",
"author": "Thomas Gossmann",
Expand Down Expand Up @@ -51,8 +51,8 @@
"test:dev": "vitest"
},
"dependencies": {
"@theemo/build": "0.2.1",
"@theemo/sync": "0.2.1",
"@theemo/build": "0.2.2",
"@theemo/sync": "0.2.2",
"commander": "^11.0.0",
"cosmiconfig": "^9.0.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.1",
"version": "0.2.2",
"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.1",
"@theemo/sync": "0.2.1",
"@theemo/tokens": "0.2.2",
"@theemo/sync": "0.2.2",
"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.1",
"version": "0.2.2",
"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.1",
"@theemo/sync": "0.2.1"
"@theemo/tokens": "0.2.2",
"@theemo/sync": "0.2.2"
},
"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.1",
"version": "0.2.2",
"description": "Theemo Sync",
"license": "MIT",
"author": "Thomas Gossmann",
Expand Down Expand Up @@ -42,7 +42,7 @@
"test:dev": "vitest"
},
"dependencies": {
"@theemo/tokens": "0.2.1"
"@theemo/tokens": "0.2.2"
},
"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.1",
"version": "0.2.2",
"description": "Theemo Token Definitions and Utilities",
"license": "MIT",
"author": "Thomas Gossmann",
Expand Down

0 comments on commit b9d8477

Please sign in to comment.