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 681b4b0 commit 8c95903
Show file tree
Hide file tree
Showing 5 changed files with 33 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 @@ -17,6 +17,7 @@
"chatty-dolphins-build",
"chatty-turtles-sell",
"clever-onions-compete",
"curly-pants-enjoy",
"dirty-keys-deny",
"dirty-pets-attend",
"dull-eyes-grab",
Expand Down
23 changes: 23 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @adobe/spectrum-tokens

## 13.0.0-beta.43

### Minor Changes

- [#384](https://github.com/adobe/spectrum-tokens/pull/384) [`681b4b0`](https://github.com/adobe/spectrum-tokens/commit/681b4b0094d31bae4c9b1b095fa59d6448c26cab) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Added dragged drop shadow tokens that point to new 300 global drop shadow tokens

## Design Motivation

These are new foundational drop shadow tokens that represent a higher elevation when items are dragged. The more prominent shadow also brings more visual focus to the dragged item. They will be used in the standard panel "dragged" state, as well as in future component updates, to be determined.

## Token Diff

_Tokens added (8):_

- `drop-shadow-blur-300`
- `drop-shadow-color-300`
- `drop-shadow-dragged-blur`
- `drop-shadow-dragged-color`
- `drop-shadow-dragged-x`
- `drop-shadow-dragged-y`
- `drop-shadow-x-300`
- `drop-shadow-y-300`

## 13.0.0-beta.42

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

### Patch Changes

- Updated dependencies [[`681b4b0`](https://github.com/adobe/spectrum-tokens/commit/681b4b0094d31bae4c9b1b095fa59d6448c26cab)]:
- @adobe/spectrum-tokens@13.0.0-beta.43

## 0.0.2-beta.13

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

0 comments on commit 8c95903

Please sign in to comment.