Skip to content

Commit

Permalink
chore(alert): update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin committed Aug 14, 2024
1 parent ecf02b9 commit 837d90e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/odd-bugs-repair.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
`<rh-alert>`: removed deprecated toast boolean attribute

Before:
```
```html
<rh-alert toast>
<h3 slot="header">Default</h3>
<p>
Expand All @@ -16,7 +16,7 @@
```

After:
```
```html
<rh-alert variant="toast">
<h3 slot="header">Default</h3>
<p>
Expand Down

0 comments on commit 837d90e

Please sign in to comment.