Skip to content

Commit

Permalink
Merge pull request #67 from LikeMindsCommunity/hotfix/LM-12808_typeEr…
Browse files Browse the repository at this point in the history
…rorFix

[LM-12808] Type Error Fix
  • Loading branch information
usmansalimLM authored Sep 25, 2024
2 parents 943d2ae + 72cc9c8 commit 17c02b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.3.1",
"version": "1.3.2",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@giphy/react-native-sdk": "2.1.3",
"@likeminds.community/chat-rn": "1.6.1",
"@likeminds.community/chat-rn-core": "1.3.1",
"@likeminds.community/chat-rn": "1.6.2",
"@likeminds.community/chat-rn-core": "1.3.2",
"@notifee/react-native": "7.6.1",
"@react-native-clipboard/clipboard": "1.11.2",
"@react-native-community/datetimepicker": "7.4.1",
Expand Down
2 changes: 1 addition & 1 deletion likeminds-chat-reactnative-integration/ChatSX/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import AudioPlayer from "./optionalDependecies/AudioPlayer";

export const initMyClient = (filterStateMessage: ConversationState[]) => {
const myClient = LMChatClient.setfilterStateConversation(filterStateMessage)
.setVersionCode(35)
.setVersionCode(36)
.build();

Client.setMyClient(myClient);
Expand Down
8 changes: 4 additions & 4 deletions likeminds-chat-reactnative-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@likeminds.community/chat-rn-core",
"version": "1.3.1",
"versionCode": "19",
"versionName": "1.3.1",
"version": "1.3.2",
"versionCode": "20",
"versionName": "1.3.2",
"description": "LikeMinds ReactNative Core SDK for chat",
"scripts": {
"android": "react-native run-android",
Expand All @@ -20,7 +20,7 @@
"homepage": "https://likeminds.community/",
"license": "ISC",
"dependencies": {
"@likeminds.community/chat-rn": "1.6.1",
"@likeminds.community/chat-rn": "1.6.2",
"@react-native/babel-preset": "0.74.0",
"diff": "5.1.0",
"realm": "11.10.2"
Expand Down

0 comments on commit 17c02b7

Please sign in to comment.