From bc2767cbff3633607c65344c6f320ce9e9307601 Mon Sep 17 00:00:00 2001 From: supersnager Date: Sun, 3 Mar 2024 16:10:52 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/chatscope/chat-ui-kit-react/compare/v1.10.1...v2.0.0) (2024-03-03) ### chore * removed default props from function components ([84a3302](https://github.com/chatscope/chat-ui-kit-react/commit/84a3302492f3f77a2ed4f68ab190c3bfad9c91e3)) ### BREAKING CHANGES * defaultProps have been removed from all function components. It should be backward compatible, but it's safer to release the major version. The default props of some internal class components have also been rewritten. Bumped react and react-dom to 18.2.0 in devDependencies. --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf35d9..a7eb091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # @chatscope/chat-ui-kit-react changelog +# [2.0.0](https://github.com/chatscope/chat-ui-kit-react/compare/v1.10.1...v2.0.0) (2024-03-03) + + +### chore + +* removed default props from function components ([84a3302](https://github.com/chatscope/chat-ui-kit-react/commit/84a3302492f3f77a2ed4f68ab190c3bfad9c91e3)) + + +### BREAKING CHANGES + +* defaultProps have been removed from all function components. +It should be backward compatible, but it's safer to release the major version. +The default props of some internal class components have also been rewritten. +Bumped react and react-dom to 18.2.0 in devDependencies. + ## [1.10.1](https://github.com/chatscope/chat-ui-kit-react/compare/v1.10.0...v1.10.1) (2023-02-04) diff --git a/package.json b/package.json index a7544eb..9cbd919 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatscope/chat-ui-kit-react", - "version": "1.10.1", + "version": "2.0.0", "description": "React component library for creating chat interfaces", "license": "MIT", "homepage": "https://chatscope.io/",