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 12, 2024
1 parent 4fcfe5b commit 0eda3e4
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"system-set-merge": "0.0.1",
"token-manifest-builder": "0.0.1",
"transform-tokens-json": "0.0.1",
"token-csv-generator": "0.0.1"
"token-csv-generator": "0.0.1",
"@adobe/token-diff-generator": "1.0.1"
},
"changesets": [
"angry-zoos-applaud",
Expand All @@ -33,6 +34,7 @@
"gold-bags-talk",
"good-baboons-doubt",
"good-peas-mix",
"green-knives-scream",
"happy-students-vanish",
"khaki-teachers-do",
"kind-geese-hope",
Expand Down
27 changes: 27 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @adobe/spectrum-tokens

## 13.0.0-beta.46

### Minor Changes

- [#396](https://github.com/adobe/spectrum-tokens/pull/396) [`4fcfe5b`](https://github.com/adobe/spectrum-tokens/commit/4fcfe5bd83214a7ca3644646bbf0f38802a20f43) Thanks [@larz0](https://github.com/larz0)! - Added brand new tokens for the S2 Standard Panel:

## Design Motivation

Added tokens needed for the new S2 standard panel component.

## Token Diff

_Tokens Added (12):_

- `standard-panel-width`
- `standard-panel-minimum-width`
- `standard-panel-maximum-width`
- `standard-panel-top-to-close-button-compact`
- `standard-panel-top-to-close-button-regular`
- `standard-panel-top-to-close-button-spacious`
- `standard-panel-edge-to-close-button-compact`
- `standard-panel-edge-to-close-button-regular`
- `standard-panel-edge-to-close-button-spacious`
- `standard-panel-title-font-size`
- `standard-panel-gripper-color`
- `standard-panel-gripper-color-drag`

## 13.0.0-beta.45

### 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.45",
"version": "13.0.0-beta.46",
"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.17

### Patch Changes

- Updated dependencies [[`4fcfe5b`](https://github.com/adobe/spectrum-tokens/commit/4fcfe5bd83214a7ca3644646bbf0f38802a20f43)]:
- @adobe/spectrum-tokens@13.0.0-beta.46

## 0.0.2-beta.16

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

0 comments on commit 0eda3e4

Please sign in to comment.