Skip to content

Commit

Permalink
chore: release pro theme v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Jun 30, 2023
1 parent a1771e1 commit bb2cb23
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.9.0] - 2023-06-30

## Added

- Revise `Drawer` to have a more consistent spacing with the rest of the components.
Expand Down Expand Up @@ -215,7 +217,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.8.0...HEAD
[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.9.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 @@ -228,3 +230,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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

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

1 comment on commit bb2cb23

@vercel
Copy link

@vercel vercel bot commented on bb2cb23 Jun 30, 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.