Skip to content

Commit

Permalink
chore: release (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and GarthDB committed Aug 7, 2024
1 parent cc9c304 commit 38d06a7
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"kind-geese-hope",
"lazy-bears-remember",
"lemon-dragons-raise",
"metal-colts-scream",
"neat-balloons-rhyme",
"olive-schools-warn",
"popular-socks-clean",
Expand Down
25 changes: 25 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @adobe/spectrum-tokens

## 13.0.0-beta.45

### Minor Changes

- [#390](https://github.com/adobe/spectrum-tokens/pull/390) [`cc9c304`](https://github.com/adobe/spectrum-tokens/commit/cc9c3048893058c3f01d6f1ce4688d8ab3716397) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Updated code tokens for S2

## Design Motivation

These code token updates include some fixes to CJK font-weights to match the Latin font-weights when possible. We added CJK size tokens for consistency with other typography style tokens. Note that the new CJK size tokens currently point to the default code font-size tokens since Source Code Pro handles Latin and CJK sizing comparably.

## Token Diff

_Tokens added (5):_

- `code-cjk-size-l`
- `code-cjk-size-m`
- `code-cjk-size-s`
- `code-cjk-size-xl`
- `code-cjk-size-xs`

_Token values updated (2):_

- `code-cjk-strong-emphasized-font-weight`
- `code-cjk-strong-font-weight`

## 13.0.0-beta.44

### 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": "13.0.0-beta.44",
"version": "13.0.0-beta.45",
"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.2-beta.16

### Patch Changes

- Updated dependencies [[`cc9c304`](https://github.com/adobe/spectrum-tokens/commit/cc9c3048893058c3f01d6f1ce4688d8ab3716397)]:
- @adobe/spectrum-tokens@13.0.0-beta.45

## 0.0.2-beta.15

### 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.2-beta.15",
"version": "0.0.2-beta.16",
"description": "A simple tool to generate a CSV from the tokens",
"type": "module",
"private": true,
Expand Down

0 comments on commit 38d06a7

Please sign in to comment.