Skip to content

Commit

Permalink
chore: prepare release (#1972)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Steven Spriggs <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2024
1 parent 85e4690 commit 33f88da
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 44 deletions.
4 changes: 0 additions & 4 deletions .changeset/early-eels-fix.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/little-coats-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-wolves-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-years-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-foxes-sing.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/puny-hotels-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-penguins-sleep.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/spicy-steaks-sink.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/true-doors-leave.md

This file was deleted.

20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rhds/elements

## 2.1.1

### Patch Changes

- f63c46d: **Color Context**: prevent errors in certain SSR scenarios
- 249a596: `<rh-alert>`: corrected typography and layouts
- 613e827: `<rh-code-block>`: ensure that syntax colours and styles are applied when the element upgrades
- 0d70e3f: `<rh-tabs>`: corrects active tab styles in SSR scenarios
- 7bf5841: `<rh-navigation-secondary>`: corrected style regression in dark color palettes
- 955d393: `<rh-surface>`: corrected themed text color
- 3ef5687: `<rh-alert>`: change heading color for all states of alert to make them all the same
- 557ede4: `<rh-table>`: better SSR support
- f63c46d: `<rh-cta>`: fix some errors when hydrating in SSR scenarios

## 2.1.0

### Minor Changes
Expand All @@ -25,9 +39,9 @@

```html
<rh-subnav accessible-label="Customer service">
<a href="#" active>Help</a>
<a href="#">Contact Us</a>
<a href="#">FAQ</a>
<a href="#" active>Help</a>
<a href="#">Contact Us</a>
<a href="#">FAQ</a>
</rh-subnav>
```

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": "2.1.0",
"version": "2.1.1",
"description": "Red Hat Design System Elements",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 33f88da

Please sign in to comment.