Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/comment-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
- uses: actions/checkout@v3
- uses: sendbird/release-automation-action@latest
with:
gh_token: ${{ secrets.GITHUB_TOKEN }}
circleci_token: ${{ secrets.CIRCLECI_TOKEN }}
gh_token: ${{ secrets.GH_BOT_TOKEN }}
product: 'calls'
platform: 'rn'
product_jira_project_key: 'CALLS'
product_jira_version_prefix: 'rn_calls'
ci: 'github'
1 change: 1 addition & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
- name: Approve PR (if exists)
if: env.HAS_PR == 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ env.PR_NUMBER }}
VERSION: ${{ github.event.inputs.version }}
REPOSITORY: ${{ github.repository }}
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog

## [1.1.11](https://github.com/sendbird/sendbird-calls-sdk-react-native/compare/v1.1.10...v1.1.11) (2025-10-23)


### Bug Fixes

* key values were not properly included in custom items event payload on iOS ([7a63538](https://github.com/sendbird/sendbird-calls-sdk-react-native/commit/7a63538a64c219df4bf3ee606612e5064b488515))

## [1.1.10](https://github.com/sendbird/sendbird-calls-sdk-react-native/compare/v1.1.9...v1.1.10) (2025-10-17)


Expand Down Expand Up @@ -180,4 +189,3 @@
### Reverts

* Revert "change setting" ([209396c](https://github.com/sendbird/sendbird-calls-react-native/commit/209396c70402995cf012ec3d422ae2200d507b1b))

7 changes: 2 additions & 5 deletions CHANGELOG_DRAFT.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
## v1.1.10

### Features
added support for the React Native New Architecture in version 0.80 and above
## v1.1.11

### Bug Fixes
* handle null values when converting arrays to set and list
* resolved an issue on iOS where key values were missing from the custom items event payload
2 changes: 1 addition & 1 deletion docs/assets/hierarchy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions docs/classes/DirectCall.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/DirectCallLogListQuery.html

Large diffs are not rendered by default.

Loading