From 4783e373fcaad5c2717dfbf5fef6ccc47bf18156 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 18:07:02 +0000 Subject: [PATCH] Version Packages (beta) (#521) chore: version package (beta) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 2 ++ CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 5e15ad33ad..d23e8c8047 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -14,6 +14,7 @@ "fuzzy-rabbits-nail", "kind-suits-speak", "metal-ants-mate", + "modern-rings-deny", "nervous-walls-love", "nine-melons-sniff", "plenty-tools-mix", @@ -25,6 +26,7 @@ "rh-footer-initial", "rh-global-footer", "rich-snakes-develop", + "rotten-hats-pump", "sharp-frogs-sing", "short-llamas-hammer", "short-monkeys-roll", diff --git a/CHANGELOG.md b/CHANGELOG.md index 153d27e479..f71087e199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @rhds/elements +## 1.0.0-beta.19 + +### Patch Changes + +- 99a1e142: Changes to ``: + - Removed component scaling with user font size preference by replacing em based spacers with space tokens. + - Updated font-family stacks with font tokens + - Fixed nav bar height not adjusting when logo text wraps to 3 lines + - Fixed button background on color-palette="darker" + - Fixed focus out handler bug closing menu when clicking on flyout menu +- 694fd26b: rh-alert: fixing styling for font-family, header font-size, description margins, and adding a cursor: pointer style for the slotted actions. + ## 1.0.0-beta.18 ### Patch Changes diff --git a/package.json b/package.json index 46ef8b9ab7..448fe020a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rhds/elements", - "version": "1.0.0-beta.18", + "version": "1.0.0-beta.19", "description": "Red Hat Design System Elements", "type": "module", "license": "MIT",