Skip to content

Commit 212ea88

Browse files
committed
chore: release pro theme v0.8.0
1 parent 5bd626d commit 212ea88

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

1214
- Revise `IconButton` to have a more consistent look with the rest of the components.
@@ -205,7 +207,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
205207
| `xl` | 60px | 48px |
206208
| `2xl` | n/A | 60px |
207209

208-
[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.7.1...HEAD
210+
[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.8.0...HEAD
209211
[0.1.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.1.0
210212
[0.1.1]: https://github.com/chakra-ui/pro-theme/releases/tag/0.1.1
211213
[0.2.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.2.0
@@ -217,3 +219,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
217219
[0.6.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.6.0
218220
[0.7.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.7.0
219221
[0.7.1]: https://github.com/chakra-ui/pro-theme/releases/tag/0.7.1
222+
223+
[0.8.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.8.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.7.1",
3+
"version": "0.8.0",
44
"license": "MIT",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)