Skip to content

Commit

Permalink
chore: release pro theme v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Jun 29, 2023
1 parent 30812ee commit c1fd160
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0] - 2023-06-29

### Added

- Revise `CloseButton` to have a more consistent look with the rest of the components.
Expand Down Expand Up @@ -189,7 +191,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
| `xl` | 60px | 48px |
| `2xl` | n/A | 60px |

[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.6.0...HEAD
[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.7.0...HEAD
[0.1.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.1.0
[0.1.1]: https://github.com/chakra-ui/pro-theme/releases/tag/0.1.1
[0.2.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.2.0
Expand All @@ -199,3 +201,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.4.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.4.0
[0.5.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.5.0
[0.6.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.6.0

[0.7.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.7.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",
"version": "0.7.0",
"license": "MIT",
"scripts": {
"prepare": "husky install",
Expand Down

1 comment on commit c1fd160

@vercel
Copy link

@vercel vercel bot commented on c1fd160 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.