Skip to content

Commit

Permalink
chore: Release @workday/canvas-tokens-web v2.0.0 [skip release]
Browse files Browse the repository at this point in the history
  • Loading branch information
RayRedGoose committed May 3, 2024
1 parent 60fe169 commit 90431d1
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/canvas-tokens-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workday/canvas-tokens-docs

## 0.0.2

### Patch Changes

- Updated dependencies
- @workday/canvas-tokens-web@2.0.0

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/canvas-tokens-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@workday/canvas-tokens-docs",
"version": "0.0.1",
"version": "0.0.2",
"description": "documentation for Canvas Tokens",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "CC-BY-ND-4.0",
"dependencies": {
"@workday/canvas-tokens-web": "^1.0.0"
"@workday/canvas-tokens-web": "^2.0.0"
}
}
19 changes: 19 additions & 0 deletions packages/canvas-tokens-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @workday/canvas-tokens-web

## 2.0.0

### Major Changes

- **Web Tokens**

- chore: Sync tokens and update SD config to handle new changes
([#115](https://github.com/Workday/canvas-tokens/pull/115))
([@alanbsmith](https://github.com/alanbsmith), [@RayRedGoose](https://github.com/RayRedGoose))
`⚠️ BREAKING CHANGES:`

- `color.bg.positive.soft` has been renamed to `color.bg.positive.softer` for consistency.
- Figma specific tokens: `typescale`, `level`, `shadow` has been excluded from base web tokens.
- Depth token values has been updated from the base token reference to raw value.

Other Changes:

- JSDoc has been updated to include the base token info

## 1.3.1

### Patch 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.1",
"version": "2.0.0",
"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 90431d1

Please sign in to comment.