upgrade qr code to stable

This commit is contained in:
Cory LaViska
2021-11-24 08:32:11 -05:00
parent d428ffe937
commit 11bad31b5f
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -7,7 +7,7 @@ import styles from './qr-code.styles';
/**
* @since 2.0
* @status experimental
* @status stable
*
* @csspart base - The component's base wrapper.
*/