Skip to content

Commit

Permalink
Release: v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed Aug 11, 2023
1 parent 3f81729 commit bcb34fd
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [6.0.0](https://github.com/DevoInc/genesys-tokens/compare/v5.20.0...v6.0.0) (2023-08-11)


### ⚠ BREAKING CHANGES

* **tokens:** remove type declarations in brand generation

### Features

* **tokens-cli:** new method `types` for types generation ([531c4f0](https://github.com/DevoInc/genesys-tokens/commit/531c4f082bd1080928a4310065ac78949bb889d5))
* **tokens-types:** types are now in `@devoinc/genesys-tokens-types` ([02ed127](https://github.com/DevoInc/genesys-tokens/commit/02ed127ce7754252af825f3d9fb3b06aaa7d47d4))
* **tokens:** remove type declarations in brand generation ([03ff806](https://github.com/DevoInc/genesys-tokens/commit/03ff80673f438fc7fa3e70690a7a438fde97e1f5))


### Bug Fixes

* **tokens:** fix error in meta token ([74798a8](https://github.com/DevoInc/genesys-tokens/commit/74798a8d8a5a98932b8bef5f233bffe3b1cef3c1))

## [5.20.0](https://github.com/DevoInc/genesys-tokens/compare/v5.19.0...v5.20.0) (2023-08-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.20.0",
"version": "6.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": "5.20.0",
"version": "6.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": "^5.20.0",
"@devoinc/genesys-tokens": "^6.0.0",
"chalk": "^4.1.2",
"yargs": "^17.5.1"
},
Expand Down
4 changes: 2 additions & 2 deletions tokens-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devoinc/genesys-tokens-types",
"version": "5.20.0",
"version": "6.0.0",
"description": "Type declarations for @devoinc/genesys-tokens",
"types": "dist/index.d",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"author": "Devo Dev Team",
"license": "MIT",
"dependencies": {
"@devoinc/genesys-tokens-cli": "^5.20.0"
"@devoinc/genesys-tokens-cli": "^6.0.0"
},
"repository": {
"type": "git",
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.20.0",
"version": "6.0.0",
"author": "Devo Dev Team",
"license": "MIT",
"description": "Design tokens generator",
Expand Down

0 comments on commit bcb34fd

Please sign in to comment.