Skip to content

Commit 38adbe1

Browse files
chore: release (#3358)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3e6d3ae commit 38adbe1

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/nasty-pillows-wonder.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

components/dialog/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## 10.1.5
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
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.
10+
11+
| old class name | new class name |
12+
| ----------------------- | ------------------------------------------------------ |
13+
| spectrum-Dialog--small | spectrum-Dialog--sizeS |
14+
| spectrum-Dialog--medium | spectrum-Dialog (the default, so no size is necessary) |
15+
| spectrum-Dialog--large | spectrum-Dialog--sizeL |
16+
317
## 10.1.4
418

519
### Patch Changes

components/dialog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/dialog",
3-
"version": "10.1.4",
3+
"version": "10.1.5",
44
"description": "The Spectrum CSS dialog component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

0 commit comments

Comments
 (0)