Skip to content

Commit

Permalink
chore: version packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and bennypowers committed May 10, 2022
1 parent ffb1e6a commit 550903b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"initialVersions": {
"@rhds/elements": "1.0.0-beta.1"
},
"changesets": []
"changesets": [
"rh-alert-initial"
]
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# @rhds/elements

## 1.0.0-beta.1

### Minor Changes

- b8af17c: Add `<rh-alert>`

An alert to display information on a website.

```html
<rh-alert>
<h3 slot="header">Default</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eleifend
elit sed est egestas, a sollicitudin mauris tincidunt.
</p>
<button slot="actions" data-action="dismiss">Dismiss</button>
<button slot="actions" data-action="confirm">Confirm</button>
</rh-alert>
```
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.0",
"version": "1.0.0-beta.1",
"description": "Red Hat Design System Elements",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 550903b

Please sign in to comment.