Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and GarthDB committed Sep 4, 2024
1 parent a61060a commit 41b962e
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 48 deletions.
46 changes: 0 additions & 46 deletions .changeset/brave-dragons-sparkle.md

This file was deleted.

47 changes: 47 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# @adobe/spectrum-tokens

## 12.27.0

### Minor Changes

- [#409](https://github.com/adobe/spectrum-tokens/pull/409) [`a61060a`](https://github.com/adobe/spectrum-tokens/commit/a61060a164a944907f236c8df7fcab31220cdd01) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Token changes for CJK typography improvements.

Updated S1 tokens - typography, foundations

## Design Motivation

The S1 type token changes fix some minor issues with CJK font-sizing, font-weight, and removes the added letter-spacing (since we got feedback this was unnecessary and both latin and CJK characters look too spaced out with the current letter-spacing applied).

## Token Diff

_Tokens added (13):_

- `body-cjk-size-l`
- `body-cjk-size-m`
- `body-cjk-size-s`
- `body-cjk-size-xl`
- `body-cjk-size-xs`
- `body-cjk-size-xxl`
- `body-cjk-size-xxxl`
- `detail-cjk-size-l`
- `detail-cjk-size-m`
- `detail-cjk-size-s`
- `detail-cjk-size-xl`
- `font-size-25`
- `letter-spacing`

_Token values updated (14):_

- `body-cjk-strong-emphasized-font-weight`
- `body-cjk-strong-font-weight`
- `cjk-letter-spacing`
- `detail-cjk-emphasized-font-weight`
- `detail-cjk-strong-emphasized-font-weight`
- `detail-cjk-strong-font-weight`
- `drop-zone-cjk-title-size`
- `heading-cjk-heavy-font-weight`
- `heading-cjk-size-s`
- `heading-cjk-size-xs`
- `heading-cjk-size-xxl`
- `heading-cjk-size-xxs`
- `heading-cjk-size-xxxl`
- `illustrated-message-cjk-title-size`

## 12.26.0

### Minor 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": "@adobe/spectrum-tokens",
"version": "12.26.0",
"version": "12.27.0",
"description": "Design tokens for Spectrum, Adobe's design system",
"type": "module",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions tools/token-csv-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# token-csv-generator

## 0.0.4

### Patch Changes

- Updated dependencies [[`a61060a`](https://github.com/adobe/spectrum-tokens/commit/a61060a164a944907f236c8df7fcab31220cdd01)]:
- @adobe/spectrum-tokens@12.27.0

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/token-csv-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "token-csv-generator",
"version": "0.0.3",
"version": "0.0.4",
"description": "A simple tool to generate a CSV from the tokens",
"type": "module",
"private": true,
Expand Down

0 comments on commit 41b962e

Please sign in to comment.