Skip to content

Commit

Permalink
chore: Release @workday/canvas-tokens-web v2.0.1 [skip release]
Browse files Browse the repository at this point in the history
  • Loading branch information
RayRedGoose committed Jul 3, 2024
1 parent 904744e commit 277634a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/canvas-tokens-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @workday/canvas-tokens-web

## 2.0.1

### Patch Changes

- **Web Tokens**

- fix: Fix type file generation to export types instead of declarations
([#120](https://github.com/Workday/canvas-tokens/pull/120))
([@RayRedGoose](https://github.com/RayRedGoose)) Type generation has been updated to fix a type
issue happening for user who doesn't use `--skipLibCheck`. Now generated type files contains
types (`export declare const cinnamon100: "--cnvs-base-palette-cinnamon-100";`) instead of value
declarations
(`export declare const cinnamon100 = "--cnvs-base-palette-cinnamon-100" as const;`).

## 2.0.0

### Major 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": "2.0.0",
"version": "2.0.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 277634a

Please sign in to comment.