Skip to content

Commit

Permalink
Add new test color to tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrdk committed Mar 12, 2024
1 parent 84fb27b commit c7d76eb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
Empty file added .github/workflows/release.yml
Empty file.
6 changes: 6 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rcrdk-ignite-ui/tokens

## 2.1.0

### Minor Changes

- Add new test color

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcrdk-ignite-ui/tokens",
"version": "2.0.0",
"version": "2.1.0",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/tokens/src/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ export const colors = {
ignite500: '#00875F',
ignite700: '#015F43',
ignite900: '#00291D',

test: '#fff',
} as const

0 comments on commit c7d76eb

Please sign in to comment.