Skip to content

Commit

Permalink
Release: v7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed Oct 23, 2024
1 parent d4f2ab5 commit eaa5221
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

## [7.5.0](https://github.com/DevoInc/genesys-tokens/compare/v7.4.1...v7.5.0) (2024-10-23)


### Features

* new component tokens ([c0066cb](https://github.com/DevoInc/genesys-tokens/commit/c0066cb44ab38c4ca6ce2b5d6c88233ce9a1025c))

## [7.4.1](https://github.com/DevoInc/genesys-tokens/compare/v7.4.0...v7.4.1) (2024-10-22)


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": "7.4.1",
"version": "7.5.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": "7.4.1",
"version": "7.5.0",
"description": "A CLI to generate Genesys tokens",
"main": "src/cli.js",
"bin": {
Expand All @@ -20,7 +20,7 @@
"author": "Devo Dev Team",
"license": "MIT",
"dependencies": {
"@devoinc/genesys-tokens": "^7.4.1",
"@devoinc/genesys-tokens": "^7.5.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": "7.4.1",
"version": "7.5.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": "^7.4.1"
"@devoinc/genesys-tokens-cli": "^7.5.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": "7.4.1",
"version": "7.5.0",
"type": "module",
"author": "Devo Dev Team",
"license": "MIT",
Expand Down

0 comments on commit eaa5221

Please sign in to comment.