Skip to content

Commit

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

## Fixed

- Set `flexShrink` to `0` for `Button` variants to prevent it from shrinking when used in a flex container.
Expand Down Expand Up @@ -195,7 +197,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.0...HEAD
[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.7.1...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 @@ -206,3 +208,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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

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

1 comment on commit 7c03c92

@vercel
Copy link

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