From 423b48ea42c806bc71acf94b4a722855cc4e57b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Schr=C3=B6ter?= Date: Thu, 29 Jun 2023 10:01:48 +0000 Subject: [PATCH] chore: release pro theme v0.6.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3300b..47fd116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.6.0] - 2023-06-29 + ### Added - Added semantic token `success` and `error` to help with conveying the status of a component. @@ -192,3 +194,6 @@ | `lg` | 48px | 44px | | `xl` | 60px | 48px | | `2xl` | n/A | 60px | + +[unreleased]: https://github.com/chakra-ui/pro-theme/compare/0.6.0...HEAD +[0.6.0]: https://github.com/chakra-ui/pro-theme/releases/tag/0.6.0 diff --git a/package.json b/package.json index e45f852..0cce199 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/pro-theme", - "version": "0.6.0-beta.0", + "version": "0.6.0", "license": "MIT", "scripts": { "prepare": "husky install",