Skip to content

Commit

Permalink
Release: v5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed May 19, 2023
1 parent 5e27522 commit 03fb9c0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [5.8.0](https://github.com/DevoInc/genesys-tokens/compare/v5.7.0...v5.8.0) (2023-05-19)


### Features

* **tokens:** UXW-933 Add heat-range tokens ([#31](https://github.com/DevoInc/genesys-tokens/issues/31)) ([5e27522](https://github.com/DevoInc/genesys-tokens/commit/5e275227b62b4025c209c4c1c83f3360e322e7a4))


### Vulnerabilities

* **deps:** bump vm2 from 3.9.17 to 3.9.18 ([5ae2e4c](https://github.com/DevoInc/genesys-tokens/commit/5ae2e4c1da11b1601a0be87331ff764deab7bfd4))

## [5.7.0](https://github.com/DevoInc/genesys-tokens/compare/v5.6.0...v5.7.0) (2023-05-04)


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": "genesys-tokens",
"version": "5.7.0",
"version": "5.8.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/genesys-tokens-cli",
"version": "5.7.0",
"version": "5.8.0",
"description": "A CLI to generate Genesys tokens",
"main": "src/cli.js",
"bin": {
Expand All @@ -21,7 +21,7 @@
"author": "Devo Dev Team",
"license": "MIT",
"dependencies": {
"@devoinc/genesys-tokens": "^5.7.0",
"@devoinc/genesys-tokens": "^5.8.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/genesys-tokens",
"version": "5.7.0",
"version": "5.8.0",
"author": "Devo Dev Team",
"license": "MIT",
"description": "Design tokens generator",
Expand Down

0 comments on commit 03fb9c0

Please sign in to comment.