Skip to content

Commit 778680d

Browse files
committed
release: 3.6.7
1 parent ae1a7a7 commit 778680d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog - v3
22

3+
## [v3.6.7] (Aug 11 2023)
4+
### Fixes:
5+
* Removed duplicated getEmoji API call from the `useGetChannel` hook. (#705)
6+
* fix: Publish `SEND_MESSAGE_FAILED` event (#704)
7+
* Added handling for failure state in `sendbirdSelectors.getSendUserMessage` and publish the `SEND_MESSAGE_FAILED` event.
8+
* Fixed typo SEND_MESSAGEGE_FAILURE.
9+
10+
### Chores:
11+
* Added a troubleshooting guide to the README. (#702)
12+
* Made minor improvements to the onboarding process. (#701)
13+
314
## [v3.6.6] (Aug 3 2023)
415
### Feat:
516
* Add `customExtensionParams` for `sdk.addSendbirdExtensions` (#698)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react",
3-
"version": "3.6.6",
3+
"version": "3.6.7",
44
"description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
55
"keywords": [
66
"sendbird",

0 commit comments

Comments
 (0)