From 8f2bbb4ddc030c8190f39e114708f91481a458d5 Mon Sep 17 00:00:00 2001 From: akai Date: Tue, 19 Jul 2022 16:59:52 +0800 Subject: [PATCH] chore(release): 2.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a92f29df..8483e9a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.3.0](https://github.com/alibaba/ChatUI/compare/v2.2.2...v2.3.0) (2022-07-19) + + +### Features + +* [Modal] support `btnVariant` ([0d86cde](https://github.com/alibaba/ChatUI/commit/0d86cde80cd49b4568aa807806d622d164d8cc47)) + ### [2.2.2](https://github.com/alibaba/ChatUI/compare/v2.2.1...v2.2.2) (2022-07-19) diff --git a/package.json b/package.json index 6e1937c5..be07c644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatui/core", - "version": "2.2.2", + "version": "2.3.0", "description": "The React library for Chatbot UI", "main": "lib/index.js", "module": "es/index.js",