Skip to content

Commit 7c03c92

Browse files
committed
chore: release pro theme v0.7.1
1 parent a6cbc00 commit 7c03c92

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.1] - 2023-06-29
11+
1012
## Fixed
1113

1214
- Set `flexShrink` to `0` for `Button` variants to prevent it from shrinking when used in a flex container.
@@ -195,7 +197,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
195197
| `xl` | 60px | 48px |
196198
| `2xl` | n/A | 60px |
197199

198-
[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.7.0...HEAD
200+
[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.7.1...HEAD
199201
[0.1.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.1.0
200202
[0.1.1]: https://github.com/chakra-ui/pro-theme/releases/tag/0.1.1
201203
[0.2.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.2.0
@@ -206,3 +208,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
206208
[0.5.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.5.0
207209
[0.6.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.6.0
208210
[0.7.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.7.0
211+
212+
[0.7.1]: https://github.com/chakra-ui/pro-theme/releases/tag/0.7.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/pro-theme",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"license": "MIT",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)