Skip to content

Commit

Permalink
chore: version package (beta) (#421)
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 Jul 5, 2022
1 parent 58831e0 commit 7fd7e57
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"polite-wasps-own",
"rh-alert-initial",
"rh-footer-initial",
"rh-global-footer",
"rich-snakes-develop",
"short-llamas-hammer",
"wild-bottles-join"
Expand Down
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @rhds/elements

## 1.0.0-beta.9

### Major Changes

- 58831e0: Adds `<rh-global-footer>` standalone component

Global footer only

```html
<rh-global-footer>
...
</rh-global-footer>
```

Usage in <rh-footer>

```html
<rh-footer>
...
<rh-global-footer slot="global">...</rh-global-footer>
</rh-footer>
```

Adds font-size initial and em values instead of px values for a11y.
Allow user stylesheet to increase and decrease font-size.

https://github.com/RedHat-UX/red-hat-design-system/issues/312

Fixes double border on mobile.

https://github.com/RedHat-UX/red-hat-design-system/issues/392

Removes `is-mobile` attribute

## 1.0.0-beta.8

### 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.8",
"version": "1.0.0-beta.9",
"description": "Red Hat Design System Elements",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 7fd7e57

Please sign in to comment.