Skip to content

Commit

Permalink
chore: release pro theme v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Jul 13, 2023
1 parent e47a0f9 commit 0069646
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.10.0] - 2023-07-13

## Changed

- Set the default `variant` for `Button` to `primary` from `solid`.
Expand Down Expand Up @@ -222,7 +224,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.9.0...HEAD
[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.10.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
Expand All @@ -236,3 +238,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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
[0.9.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.9.0

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

1 comment on commit 0069646

@vercel
Copy link

@vercel vercel bot commented on 0069646 Jul 13, 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.