Skip to content

Commit

Permalink
chore: release (#3358)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 1, 2024
1 parent 3e6d3ae commit 38adbe1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .changeset/nasty-pillows-wonder.md

This file was deleted.

14 changes: 14 additions & 0 deletions components/dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 10.1.5

### Patch Changes

- [#3322](https://github.com/adobe/spectrum-css/pull/3322) [`ffc6895`](https://github.com/adobe/spectrum-css/commit/ffc689598122353912b604c7e1a4c121d20a9191) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - Dialog t-shirt sizes

Adds support for t-shirt sizing class names to dialog CSS. `@deprecated` comments were added to communicate that the old class names (`--small`, `--medium`, and `--large`) will be removed in S2.

| old class name | new class name |
| ----------------------- | ------------------------------------------------------ |
| spectrum-Dialog--small | spectrum-Dialog--sizeS |
| spectrum-Dialog--medium | spectrum-Dialog (the default, so no size is necessary) |
| spectrum-Dialog--large | spectrum-Dialog--sizeL |

## 10.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/dialog",
"version": "10.1.4",
"version": "10.1.5",
"description": "The Spectrum CSS dialog component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down

0 comments on commit 38adbe1

Please sign in to comment.