Skip to content

Commit

Permalink
chore: release pro theme v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Jun 29, 2023
1 parent 23f56b0 commit 423b48e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.6.0] - 2023-06-29

### Added

- Added semantic token `success` and `error` to help with conveying the status of a component.
Expand Down Expand Up @@ -192,3 +194,6 @@
| `lg` | 48px | 44px |
| `xl` | 60px | 48px |
| `2xl` | n/A | 60px |

[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.6.0...HEAD
[0.6.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.6.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/pro-theme",
"version": "0.6.0-beta.0",
"version": "0.6.0",
"license": "MIT",
"scripts": {
"prepare": "husky install",
Expand Down

1 comment on commit 423b48e

@vercel
Copy link

@vercel vercel bot commented on 423b48e Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.