Skip to content

Commit

Permalink
chore: Release @workday/canvas-tokens-web v1.3.1 [skip release]
Browse files Browse the repository at this point in the history
  • Loading branch information
RayRedGoose committed Apr 18, 2024
1 parent 21f5e57 commit 6f9edb6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions packages/canvas-tokens-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @workday/canvas-tokens-web

## 1.3.1

### Patch Changes

- **Documentation**

- docs: Add system color stories ([#102](https://github.com/Workday/canvas-tokens/pull/102))
([@alanbsmith](https://github.com/alanbsmith))

**Infrastructure**

- chore: Add workflow for project board
([#104](https://github.com/Workday/canvas-tokens/pull/104))
([@jaclynjessup](https://github.com/jaclynjessup))
- chore: Add Figma-only tokens to filter out
([#108](https://github.com/Workday/canvas-tokens/pull/108))
([@RayRedGoose](https://github.com/RayRedGoose)) Sync script has been updated by adding
Figma-only token to filter. This change will exclude Figma-only tokens from the web token json.
- chore: Update Style Dictionary transform
([#110](https://github.com/Workday/canvas-tokens/pull/110))
([@RayRedGoose](https://github.com/RayRedGoose)) Bug fixing of generating wrong value for colors
with alpha and replacing transparent colors by `transparent` value. New transforms has been
added to handle text values of `font-weight` and px values of `line-height`. Transforms for
`font-family` and `letter-spacing` have been updated to support different token types, transform
for `flatten-rgba` has been updated to handle spaces and percentage alpha.
- chore: Sync Tokens Studio config 🤖 ([#112](https://github.com/Workday/canvas-tokens/pull/112))
([@alanbsmith](https://github.com/alanbsmith), [@RayRedGoose](https://github.com/RayRedGoose))
Incorrect value of `sys.color.static.orange.default` token has been changed to the correct
`cantaloupe.400`. Token Studio structure has been updated for Figma only (types and
`font-weight`, `line-height` values changes).

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-tokens-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-tokens-web",
"version": "1.3.0",
"version": "1.3.1",
"description": "Canvas design tokens for web",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "CC-BY-ND-4.0",
Expand Down

0 comments on commit 6f9edb6

Please sign in to comment.