From dc01481bd5f2044007a8ace0383a8d05768338bb Mon Sep 17 00:00:00 2001 From: mannycarrera4 Date: Wed, 18 Dec 2024 18:23:58 +0000 Subject: [PATCH] chore: Release @workday/canvas-tokens-web v2.1.0 [skip release] --- packages/canvas-tokens-web/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/canvas-tokens-web/package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/packages/canvas-tokens-web/CHANGELOG.md b/packages/canvas-tokens-web/CHANGELOG.md index 3cee5d7..faa0415 100644 --- a/packages/canvas-tokens-web/CHANGELOG.md +++ b/packages/canvas-tokens-web/CHANGELOG.md @@ -1,5 +1,29 @@ # @workday/canvas-tokens-web +## 2.1.0 + +### Minor Changes + +- **Infrastructure** + + - fix: Fix issue with layer opacity presenting in json + ([#135](https://github.com/Workday/canvas-tokens/pull/135)) + ([@RayRedGoose](https://github.com/RayRedGoose), Raisa Primerova) + + **Web Tokens** + + - chore: Sync Tokens Studio config 🤖 ([#137](https://github.com/Workday/canvas-tokens/pull/137)) + ([@RayRedGoose](https://github.com/RayRedGoose)) We've added new `action` tokens to brand. While + these tokens are available, limit their use and in most cases the default brand tokens should be + used for theming. + + - `brand.action.lightest` + - `brand.action.light` + - `brand.action.base` + - `brand.action.dark` + - `brand.action.darkest` + - `brand.action.accent` + ## 2.0.2 ### Patch Changes diff --git a/packages/canvas-tokens-web/package.json b/packages/canvas-tokens-web/package.json index decbfe7..e3a1737 100644 --- a/packages/canvas-tokens-web/package.json +++ b/packages/canvas-tokens-web/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-tokens-web", - "version": "2.0.2", + "version": "2.1.0", "description": "Canvas design tokens for web", "author": "Workday, Inc. (https://www.workday.com)", "license": "CC-BY-ND-4.0",