Skip to content

Commit

Permalink
feat(lib): add statusField for channel members (#189)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
piotr-suwala and pubnub-release-bot authored Nov 15, 2024
1 parent 95b1336 commit 93ad9f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
---
name: pubnub-js-chat
version: v0.8.2
version: v0.8.3
scm: github.com/pubnub/js-chat
schema: 1
files:
- lib/dist/index.js
changelog:
- date: 2024-11-15
version: v0.8.3
changes:
- type: feature
text: "Add statusField for channel members."
- date: 2024-08-27
version: v0.8.2
changes:
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pubnub/chat",
"version": "0.8.2",
"version": "0.8.3",
"description": "PubNub JavaScript Chat SDK",
"author": "PubNub <support@pubnub.com>",
"license": "SEE LICENSE IN LICENSE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
Platform,
Alert,
} from "react-native"
import { StackScreenProps } from "@react-navigation/stack"
import { GiftedChat, Bubble } from "react-native-gifted-chat"
import { StackScreenProps } from "@react-navigation/stack"
import { User, MessageDraft, Message, Channel } from "@pubnub/chat"

import { EnhancedIMessage, mapPNMessageToGChatMessage } from "../../../utils"
Expand Down

0 comments on commit 93ad9f2

Please sign in to comment.