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 Jul 25, 2024
1 parent 2af3850 commit 49d08bb
Show file tree
Hide file tree
Showing 5 changed files with 36 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 @@ -64,6 +64,7 @@
"unlucky-buckets-shop",
"warm-experts-beg",
"weak-crabs-hammer",
"wet-apricots-tickle",
"wet-jobs-lie",
"wild-numbers-sip",
"wise-turtles-confess"
Expand Down
26 changes: 26 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @adobe/spectrum-tokens

## 13.0.0-beta.42

### Minor Changes

- [#382](https://github.com/adobe/spectrum-tokens/pull/382) [`2af3850`](https://github.com/adobe/spectrum-tokens/commit/2af3850a554812fd9c1b3e6fd902a746c9ac42c7) Thanks [@nabuhasan](https://github.com/nabuhasan)! - Updated S2 swatch tokens and added swatch-group tokens in S2 Color and S2 Non-color data sets, respectively.

## Design Motivation

Swatch and swatch group components are being formalized as Spectrum 2 components. These tokens define the design data needed for implementation. Changes include updated corner rounding, colors and spacing for spacious density.

For more information, [view Jira ticket](https://jira.corp.adobe.com/browse/SDS-13497).

## Token Diff

_Tokens added (3):_

- `swatch-group-spacing-spacious`
- `swatch-group-border-opacity`
- `swatch-group-border-color`

_Tokens values updated (3):_

- `swatch-border-color`: `gray-900` -> `gray-1000`
- `swatch-border-opacity`: `0.51` -> `0.42`
- `swatch-disabled-icon-border-opacity`: `0.51` -> `0.42`

## 13.0.0-beta.41

### 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.41",
"version": "13.0.0-beta.42",
"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.13

### Patch Changes

- Updated dependencies [[`2af3850`](https://github.com/adobe/spectrum-tokens/commit/2af3850a554812fd9c1b3e6fd902a746c9ac42c7)]:
- @adobe/spectrum-tokens@13.0.0-beta.42

## 0.0.2-beta.12

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

0 comments on commit 49d08bb

Please sign in to comment.