We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f56b0 commit 423b48eCopy full SHA for 423b48e
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## [0.6.0] - 2023-06-29
6
+
7
### Added
8
9
- Added semantic token `success` and `error` to help with conveying the status of a component.
@@ -192,3 +194,6 @@
192
194
| `lg` | 48px | 44px |
193
195
| `xl` | 60px | 48px |
196
| `2xl` | n/A | 60px |
197
198
+[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.6.0...HEAD
199
+[0.6.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.6.0
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@chakra-ui/pro-theme",
- "version": "0.6.0-beta.0",
+ "version": "0.6.0",
"license": "MIT",
"scripts": {
"prepare": "husky install",
0 commit comments