diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ad8d2..e8e5937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0] - 2023-06-29 + ## Added - 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 | `xl` | 60px | 48px | | `2xl` | n/A | 60px | -[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.7.1...HEAD +[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.8.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 @@ -217,3 +219,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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 + +[0.8.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.8.0 diff --git a/package.json b/package.json index 5ac9802..92677af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/pro-theme", - "version": "0.7.1", + "version": "0.8.0", "license": "MIT", "scripts": { "prepare": "husky install",