Skip to content

Commit c1fd160

Browse files
committed
chore: release pro theme v0.7.0
1 parent 30812ee commit c1fd160

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

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.0] - 2023-06-29
11+
1012
### Added
1113

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

192-
[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.6.0...HEAD
194+
[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.7.0...HEAD
193195
[0.1.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.1.0
194196
[0.1.1]: https://github.com/chakra-ui/pro-theme/releases/tag/0.1.1
195197
[0.2.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.2.0
@@ -199,3 +201,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
199201
[0.4.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.4.0
200202
[0.5.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.5.0
201203
[0.6.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.6.0
204+
205+
[0.7.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.7.0

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.6.0",
3+
"version": "0.7.0",
44
"license": "MIT",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)