Skip to content

Commit bc2767c

Browse files
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.10.1...v2.0.0) (2024-03-03) ### chore * removed default props from function components ([84a3302](84a3302)) ### 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 parent 84a3302 commit bc2767c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @chatscope/chat-ui-kit-react changelog
22

3+
# [2.0.0](https://github.com/chatscope/chat-ui-kit-react/compare/v1.10.1...v2.0.0) (2024-03-03)
4+
5+
6+
### chore
7+
8+
* removed default props from function components ([84a3302](https://github.com/chatscope/chat-ui-kit-react/commit/84a3302492f3f77a2ed4f68ab190c3bfad9c91e3))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* defaultProps have been removed from all function components.
14+
It should be backward compatible, but it's safer to release the major version.
15+
The default props of some internal class components have also been rewritten.
16+
Bumped react and react-dom to 18.2.0 in devDependencies.
17+
318
## [1.10.1](https://github.com/chatscope/chat-ui-kit-react/compare/v1.10.0...v1.10.1) (2023-02-04)
419

520

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatscope/chat-ui-kit-react",
3-
"version": "1.10.1",
3+
"version": "2.0.0",
44
"description": "React component library for creating chat interfaces",
55
"license": "MIT",
66
"homepage": "https://chatscope.io/",

0 commit comments

Comments
 (0)