Skip to content

Commit

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

## [7.5.2](https://github.com/DevoInc/genesys-tokens/compare/v7.5.1...v7.5.2) (2024-11-07)

## [7.5.1](https://github.com/DevoInc/genesys-tokens/compare/v7.5.0...v7.5.1) (2024-10-31)


Expand Down
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.5.1",
"version": "7.5.2",
"private": true,
"description": "Design tokens monorepo",
"license": "MIT",
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.5.1",
"version": "7.5.2",
"description": "A CLI to generate Genesys tokens",
"keywords": [
"cli",
Expand All @@ -19,7 +19,7 @@
"gyt": "./gyt.mjs"
},
"dependencies": {
"@devoinc/genesys-tokens": "^7.5.1",
"@devoinc/genesys-tokens": "^7.5.2",
"chalk": "^5.3.0"
},
"engines": {
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.5.1",
"version": "7.5.2",
"description": "Type declarations for @devoinc/genesys-tokens",
"keywords": [
"genesys",
Expand All @@ -25,7 +25,7 @@
"dist": "npm run clean && npm run build"
},
"devDependencies": {
"@devoinc/genesys-tokens-cli": "^7.5.1"
"@devoinc/genesys-tokens-cli": "^7.5.2"
},
"engines": {
"node": ">=18",
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.5.1",
"version": "7.5.2",
"description": "Design tokens generator",
"keywords": [
"genesys",
Expand Down

0 comments on commit f74def8

Please sign in to comment.