Skip to content

Commit

Permalink
Release: v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed Feb 9, 2023
1 parent 6c0b2a5 commit cd9fc51
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [5.0.0](https://github.com/DevoInc/genesys-tokens/compare/v4.3.1...v5.0.0) (2023-02-09)


### ⚠ BREAKING CHANGES

* The following tokens have been renamed:
- `cmp.tabs.item.color.text.active` -> `[...].text.selected`
- `cmp.tabs.item.color.text.base` -> `[...].text.enabled`

### Features

* **brand-devo:** allow regex search in tokens preview ([#17](https://github.com/DevoInc/genesys-tokens/issues/17)) ([5546d98](https://github.com/DevoInc/genesys-tokens/commit/5546d9867a890e90a746d06e84095144932825ff))
* rename `Tabs Item` text color tokens ([#16](https://github.com/DevoInc/genesys-tokens/issues/16)) ([6c0b2a5](https://github.com/DevoInc/genesys-tokens/commit/6c0b2a535091f9507add1268181b20a50d13dad5))

### [4.3.1](https://github.com/DevoInc/genesys-tokens/compare/v4.3.0...v4.3.1) (2023-01-31)


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/genesys-brand-devo",
"version": "4.3.1",
"version": "5.0.0",
"author": "Devo Dev Team",
"license": "MIT",
"description": "Devo brand tokens",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "[email protected]:DevoInc/genesys-tokens.git"
},
"dependencies": {
"@devoinc/genesys-tokens-cli": "^4.3.1"
"@devoinc/genesys-tokens-cli": "^5.0.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": "genesys-tokens",
"version": "4.3.1",
"version": "5.0.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": "4.3.1",
"version": "5.0.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": "^4.3.1",
"@devoinc/genesys-tokens": "^5.0.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": "4.3.1",
"version": "5.0.0",
"author": "Devo Dev Team",
"license": "MIT",
"description": "Design tokens generator",
Expand Down

0 comments on commit cd9fc51

Please sign in to comment.