From a91c3f1f2d3cd6cafbe606d1b202ac12897dad4c Mon Sep 17 00:00:00 2001 From: supersnager Date: Fri, 12 Aug 2022 17:59:45 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/chatscope/chat-ui-kit-styles/compare/v1.3.0...v1.4.0) (2022-08-12) ### Features * **conversation:** added border variables ([209e21d](https://github.com/chatscope/chat-ui-kit-styles/commit/209e21d1eec70e4412129f54cae19e6a731546b4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 115a8e1..5d6e733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @chatscope/chat-ui-kit-styles changelog +# [1.4.0](https://github.com/chatscope/chat-ui-kit-styles/compare/v1.3.0...v1.4.0) (2022-08-12) + + +### Features + +* **conversation:** added border variables ([209e21d](https://github.com/chatscope/chat-ui-kit-styles/commit/209e21d1eec70e4412129f54cae19e6a731546b4)) + # [1.3.0](https://github.com/chatscope/chat-ui-kit-styles/compare/v1.2.5...v1.3.0) (2022-08-12) diff --git a/package.json b/package.json index 7e6e97c..4fbf175 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatscope/chat-ui-kit-styles", - "version": "1.3.0", + "version": "1.4.0", "description": "SCSS themes for @chatscope/chat-ui-kit-react library", "license": "MIT", "homepage": "https://chatscope.io/",