From c71e6cf924c0531de86b0d5c173b737a27b4c35b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 19:57:06 +0000 Subject: [PATCH] chore: prepare release (beta) (#712) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 10 ++++++++++ CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index f9743d2012..de5c212555 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -11,6 +11,7 @@ "brave-bobcats-attack", "brave-trees-serve", "chilled-forks-relate", + "clever-moose-invent", "cold-ravens-develop", "cool-keys-unite", "cool-parents-rescue", @@ -18,6 +19,8 @@ "dirty-bears-fetch", "dry-pans-mix", "eleven-coats-fix", + "fair-schools-deliver", + "feat-rh-button", "few-weeks-scream", "five-jars-smell", "fresh-comics-repeat", @@ -36,9 +39,12 @@ "polite-wasps-own", "poor-sloths-drop", "proud-ears-invent", + "rare-actors-deny", "rare-camels-turn", "red-spies-search", "rh-alert-initial", + "rh-context-slotchange", + "rh-context-theme", "rh-cta-initial", "rh-footer-initial", "rh-global-footer", @@ -50,6 +56,7 @@ "short-llamas-hammer", "short-monkeys-roll", "silver-plums-fold", + "six-needles-study", "six-scissors-grab", "slimy-eyes-rescue", "smooth-rats-care", @@ -57,15 +64,18 @@ "swift-mice-hope", "ten-sloths-argue", "tender-lies-play", + "thick-boats-perform", "thin-lemons-march", "three-chicken-confess", "tiny-apricots-train", "tough-apes-doubt", "tricky-glasses-jam", "twelve-drinks-wonder", + "two-wolves-push", "unlucky-otters-chew", "violet-paws-admire", "wet-rocks-yawn", + "wet-spies-grow", "wild-bottles-join" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b2ea8374..8715c0ba75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # @rhds/elements +## 1.0.0-beta.29 + +### Minor Changes + +- e40e87dc: ✨ Added ``. + + Button is a form-associated custom element. Buttons allow users to + perform an action when triggered. They feature a text label, a background or a + border, and icons. + + ```html + Submit + ``` + +### Patch Changes + +- 84da26fd: ``: Corrected href for footer logo links. They were incorrectly pointing + to the `href="/en"` url. They have been changed to `href="/"`. +- 94eeec07: ``: fixed logo links, as per `` +- 42331698: Fixed nested colour contexts +- e40e87dc: ``: notify children of context when adding them using javascript. +- e40e87dc: ``: set color context, rather than palette, on consumers +- b23a8038: ``: fixed tooltips on dark contexts +- 62fe8299: Update to PatternFly Elements RC +- 21da484a: ``: fixed styles for RTL languages. +- 7001943c: ``: hide arrow from assistive tech + ## 1.0.0-beta.28 ### Minor Changes diff --git a/package.json b/package.json index ccf118e711..7e1873629b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rhds/elements", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Red Hat Design System Elements", "type": "module", "license": "MIT",