Skip to content

Commit 93ad9f2

Browse files
feat(lib): add statusField for channel members (#189)
* feat(lib): add statusField for channel memvers * PubNub SDK v0.8.3 release. --------- Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
1 parent 95b1336 commit 93ad9f2

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.pubnub.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
---
22
name: pubnub-js-chat
3-
version: v0.8.2
3+
version: v0.8.3
44
scm: github.com/pubnub/js-chat
55
schema: 1
66
files:
77
- lib/dist/index.js
88
changelog:
9+
- date: 2024-11-15
10+
version: v0.8.3
11+
changes:
12+
- type: feature
13+
text: "Add statusField for channel members."
914
- date: 2024-08-27
1015
version: v0.8.2
1116
changes:

lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pubnub/chat",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "PubNub JavaScript Chat SDK",
55
"author": "PubNub <support@pubnub.com>",
66
"license": "SEE LICENSE IN LICENSE",

samples/react-native-group-chat/screens/ordinary/chat/Chat.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import {
99
Platform,
1010
Alert,
1111
} from "react-native"
12-
import { StackScreenProps } from "@react-navigation/stack"
1312
import { GiftedChat, Bubble } from "react-native-gifted-chat"
13+
import { StackScreenProps } from "@react-navigation/stack"
1414
import { User, MessageDraft, Message, Channel } from "@pubnub/chat"
1515

1616
import { EnhancedIMessage, mapPNMessageToGChatMessage } from "../../../utils"

0 commit comments

Comments
 (0)