Skip to content

Commit

Permalink
upgrade qr code to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Nov 24, 2021
1 parent d428ffe commit 11bad31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/resources/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis

- CodePen examples will now open in light or dark depending on your current preference
- Fixed a bug where tag names weren't being generated in `vscode.html-custom-data.json` [#593](https://github.com/shoelace-style/shoelace/pull/593)
- Upgraded the status of `<sl-qr-code>` from experimental to stable

## 2.0.0-beta.61

Expand Down
2 changes: 1 addition & 1 deletion src/components/qr-code/qr-code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import styles from './qr-code.styles';

/**
* @since 2.0
* @status experimental
* @status stable
*
* @csspart base - The component's base wrapper.
*/
Expand Down

0 comments on commit 11bad31

Please sign in to comment.