Skip to content

Commit

Permalink
Release: v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed Jan 2, 2024
1 parent d37abfa commit bb3d2f1
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [6.3.0](https://github.com/DevoInc/genesys-tokens/compare/v6.2.0...v6.3.0) (2024-01-02)


### Features

* **tokens:** decreased the square size of the form checkboxes and radios. ([d37abfa](https://github.com/DevoInc/genesys-tokens/commit/d37abfa77c0da61cbfffbf3a7154755e30a0aac6))


### Bug Fixes

* **tokens-types:** move `tokens-cli` to devDepd ([e0c3ecb](https://github.com/DevoInc/genesys-tokens/commit/e0c3ecb232f93229a93376670ee280ee148e4e55))


### Vulnerabilities

* **deps-dev:** bump @babel/traverse from 7.21.4 to 7.23.2 ([eccc8d6](https://github.com/DevoInc/genesys-tokens/commit/eccc8d67f5f481ec028973bb6a58facb1b984e7c))

## [6.2.0](https://github.com/DevoInc/genesys-tokens/compare/v6.1.1...v6.2.0) (2023-09-25)


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": "6.2.0",
"version": "6.3.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": "6.2.0",
"version": "6.3.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": "^6.2.0",
"@devoinc/genesys-tokens": "^6.3.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": "6.2.0",
"version": "6.3.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",
"devDependencies": {
"@devoinc/genesys-tokens-cli": "^6.2.0"
"@devoinc/genesys-tokens-cli": "^6.3.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": "6.2.0",
"version": "6.3.0",
"author": "Devo Dev Team",
"license": "MIT",
"description": "Design tokens generator",
Expand Down

0 comments on commit bb3d2f1

Please sign in to comment.