Skip to content

Commit 0069646

Browse files
committed
chore: release pro theme v0.10.0
1 parent e47a0f9 commit 0069646

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.10.0] - 2023-07-13
11+
1012
## Changed
1113

1214
- Set the default `variant` for `Button` to `primary` from `solid`.
@@ -222,7 +224,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
222224
| `xl` | 60px | 48px |
223225
| `2xl` | n/A | 60px |
224226

225-
[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.9.0...HEAD
227+
[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.10.0...HEAD
226228
[0.1.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.1.0
227229
[0.1.1]: https://github.com/chakra-ui/pro-theme/releases/tag/0.1.1
228230
[0.2.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.2.0
@@ -236,3 +238,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
236238
[0.7.1]: https://github.com/chakra-ui/pro-theme/releases/tag/0.7.1
237239
[0.8.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.8.0
238240
[0.9.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.9.0
241+
242+
[0.10.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.10.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.9.0",
3+
"version": "0.10.0",
44
"license": "MIT",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)