diff --git a/.changeset/nasty-pillows-wonder.md b/.changeset/nasty-pillows-wonder.md deleted file mode 100644 index a5dbb9abee5..00000000000 --- a/.changeset/nasty-pillows-wonder.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@spectrum-css/dialog": patch ---- - -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 | diff --git a/components/dialog/CHANGELOG.md b/components/dialog/CHANGELOG.md index b8f34fde21d..7025615e4d7 100644 --- a/components/dialog/CHANGELOG.md +++ b/components/dialog/CHANGELOG.md @@ -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 diff --git a/components/dialog/package.json b/components/dialog/package.json index 846bcaf1785..407970d0641 100644 --- a/components/dialog/package.json +++ b/components/dialog/package.json @@ -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",