Skip to content

Commit

Permalink
Release: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed Sep 19, 2022
1 parent 7a3489c commit 2cbf872
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/DevoInc/dali-tokens/compare/v1.0.3...v1.1.0) (2022-09-19)


### Features

* **tokens:** add html preview to output ([7a3489c](https://github.com/DevoInc/dali-tokens/commit/7a3489caa5b0a94fb2a04d8799f25cec6fc3a2c6))

### 1.0.3 (2022-09-14)

### 1.0.2 (2022-09-08)
Expand Down
4 changes: 2 additions & 2 deletions brand-devo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devoinc/dali-brand-devo",
"version": "1.0.3",
"version": "1.1.0",
"author": "Devo Dev Team",
"license": "MIT",
"description": "Devo brand tokens",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "[email protected]:DevoInc/dali-tokens.git"
},
"dependencies": {
"@devoinc/dali-tokens-cli": "^1.0.3"
"@devoinc/dali-tokens-cli": "^1.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dali-tokens",
"version": "1.0.3",
"version": "1.1.0",
"author": "Devo Dev Team",
"license": "MIT",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions tokens-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devoinc/dali-tokens-cli",
"version": "1.0.3",
"version": "1.1.0",
"description": "A CLI to generate Dali tokens",
"main": "src/cli.js",
"bin": {
Expand All @@ -20,7 +20,7 @@
"author": "Devo Dev Team",
"license": "MIT",
"dependencies": {
"@devoinc/dali-tokens": "^1.0.3",
"@devoinc/dali-tokens": "^1.1.0",
"chalk": "^4.1.2",
"yargs": "^17.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devoinc/dali-tokens",
"version": "1.0.3",
"version": "1.1.0",
"author": "Devo Dev Team",
"license": "MIT",
"description": "Design tokens generator",
Expand Down

0 comments on commit 2cbf872

Please sign in to comment.