Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
supersnager committed Mar 3, 2024
1 parent 84a3302 commit bc2767c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

0 comments on commit bc2767c

Please sign in to comment.