From 41c9d4d8a79d8c65a4de096c6b2c92bcb1aa1af5 Mon Sep 17 00:00:00 2001 From: castastrophe Date: Tue, 31 Jan 2023 10:08:02 -0500 Subject: [PATCH] chore(release): release - @spectrum-css/inlinealert@5.0.15 --- components/inlinealert/CHANGELOG.md | 12 ++++++++++++ components/inlinealert/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/components/inlinealert/CHANGELOG.md b/components/inlinealert/CHANGELOG.md index 830fe7730f4..ceb8ba928e0 100644 --- a/components/inlinealert/CHANGELOG.md +++ b/components/inlinealert/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 5.0.15 +🗓 2023-01-31 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/inlinealert@5.0.14...@spectrum-css/inlinealert@5.0.15) + +### 🐛 Bug fixes + +* **inlinealert:** typo for --mod-inlinealert-spacing-header-content-button variable ([#1598](https://github.com/adobe/spectrum-css/issues/1598)) ([b1bd411](https://github.com/adobe/spectrum-css/commit/b1bd411)) + + + + + ## 5.0.14 🗓 2023-01-27 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/inlinealert@5.0.13...@spectrum-css/inlinealert@5.0.14) diff --git a/components/inlinealert/package.json b/components/inlinealert/package.json index aceae5a1b37..f42a8307ec2 100644 --- a/components/inlinealert/package.json +++ b/components/inlinealert/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/inlinealert", - "version": "5.0.14", + "version": "5.0.15", "description": "The Spectrum CSS in-line alert component", "license": "Apache-2.0", "homepage": "https://opensource.adobe.com/spectrum-css/",