Skip to content

Commit

Permalink
chore: release pro theme v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Jun 29, 2023
1 parent 5bd626d commit 212ea88
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.8.0] - 2023-06-29

## Added

- Revise `IconButton` to have a more consistent look with the rest of the components.
Expand Down Expand Up @@ -205,7 +207,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.7.1...HEAD
[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.8.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 @@ -217,3 +219,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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
[0.7.1]: https://github.com/chakra-ui/pro-theme/releases/tag/0.7.1

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

1 comment on commit 212ea88

@vercel
Copy link

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