Skip to content

Commit

Permalink
chore: prepare release (beta) (#712)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 15, 2023
1 parent 7001943 commit c71e6cf
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@
"brave-bobcats-attack",
"brave-trees-serve",
"chilled-forks-relate",
"clever-moose-invent",
"cold-ravens-develop",
"cool-keys-unite",
"cool-parents-rescue",
"curly-seals-give",
"dirty-bears-fetch",
"dry-pans-mix",
"eleven-coats-fix",
"fair-schools-deliver",
"feat-rh-button",
"few-weeks-scream",
"five-jars-smell",
"fresh-comics-repeat",
Expand All @@ -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",
Expand All @@ -50,22 +56,26 @@
"short-llamas-hammer",
"short-monkeys-roll",
"silver-plums-fold",
"six-needles-study",
"six-scissors-grab",
"slimy-eyes-rescue",
"smooth-rats-care",
"strange-tables-taste",
"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"
]
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @rhds/elements

## 1.0.0-beta.29

### Minor Changes

- e40e87dc: ✨ Added `<rh-button>`.

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
<rh-button>Submit</rh-button>
```

### Patch Changes

- 84da26fd: `<rh-footer>`: Corrected href for footer logo links. They were incorrectly pointing
to the `href="/en"` url. They have been changed to `href="/"`.
- 94eeec07: `<rh-global-footer>`: fixed logo links, as per `<rh-footer>`
- 42331698: Fixed nested colour contexts
- e40e87dc: `<rh-context-provider>`: notify children of context when adding them using javascript.
- e40e87dc: `<rh-context-provider>`: set color context, rather than palette, on consumers
- b23a8038: `<rh-tooltip>`: fixed tooltips on dark contexts
- 62fe8299: Update to PatternFly Elements RC
- 21da484a: `<rh-accordion>`: fixed styles for RTL languages.
- 7001943c: `<rh-cta>`: hide arrow from assistive tech

## 1.0.0-beta.28

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c71e6cf

Please sign in to comment.