Skip to content

Commit

Permalink
Release 7.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed Dec 2, 2024
1 parent 519ccc2 commit cb40fbb
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.7.1](https://github.com/DevoInc/genesys-tokens/compare/v7.7.0...v7.7.1) (2024-12-02)

## [7.7.0](https://github.com/DevoInc/genesys-tokens/compare/v7.6.0...v7.7.0) (2024-12-02)

### Features
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.7.0",
"version": "7.7.1",
"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.7.0",
"version": "7.7.1",
"description": "A CLI to generate Genesys tokens",
"keywords": [
"cli",
Expand All @@ -26,7 +26,7 @@
"postbuild": "ln -sf '../@devoinc/genesys-tokens-cli/dist/cli.js' ../node_modules/.bin/genesys-tokens-cli"
},
"dependencies": {
"@devoinc/genesys-tokens": "^7.7.0",
"@devoinc/genesys-tokens": "^7.7.1",
"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.7.0",
"version": "7.7.1",
"description": "Type declarations for @devoinc/genesys-tokens",
"keywords": [
"genesys",
Expand All @@ -26,7 +26,7 @@
"clean": "rm -rf dist/brand.d.ts"
},
"devDependencies": {
"@devoinc/genesys-tokens-cli": "^7.7.0"
"@devoinc/genesys-tokens-cli": "^7.7.1"
},
"engines": {
"node": ">=22",
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.7.0",
"version": "7.7.1",
"description": "Design tokens generator",
"keywords": [
"genesys",
Expand Down

0 comments on commit cb40fbb

Please sign in to comment.