Skip to content

Commit a88f03a

Browse files
authored
Merge pull request #65 from sendbird/release/1.1.11
[SDKRLSD-1803] release 1.1.11
2 parents bbaf75b + 899ff37 commit a88f03a

File tree

80 files changed

+369
-363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+369
-363
lines changed

.github/workflows/comment-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: sendbird/release-automation-action@latest
1111
with:
12-
gh_token: ${{ secrets.GITHUB_TOKEN }}
13-
circleci_token: ${{ secrets.CIRCLECI_TOKEN }}
12+
gh_token: ${{ secrets.GH_BOT_TOKEN }}
1413
product: 'calls'
1514
platform: 'rn'
1615
product_jira_project_key: 'CALLS'
1716
product_jira_version_prefix: 'rn_calls'
17+
ci: 'github'

.github/workflows/publish-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ jobs:
144144
- name: Approve PR (if exists)
145145
if: env.HAS_PR == 'true'
146146
env:
147+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
147148
PR_NUMBER: ${{ env.PR_NUMBER }}
148149
VERSION: ${{ github.event.inputs.version }}
149150
REPOSITORY: ${{ github.repository }}

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Changelog
2+
3+
## [1.1.11](https://github.com/sendbird/sendbird-calls-sdk-react-native/compare/v1.1.10...v1.1.11) (2025-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
110
## [1.1.10](https://github.com/sendbird/sendbird-calls-sdk-react-native/compare/v1.1.9...v1.1.10) (2025-10-17)
211

312

@@ -180,4 +189,3 @@
180189
### Reverts
181190

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

CHANGELOG_DRAFT.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
## v1.1.10
2-
3-
### Features
4-
added support for the React Native New Architecture in version 0.80 and above
1+
## v1.1.11
52

63
### Bug Fixes
7-
* handle null values when converting arrays to set and list
4+
* resolved an issue on iOS where key values were missing from the custom items event payload

docs/assets/hierarchy.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/DirectCall.html

Lines changed: 47 additions & 47 deletions
Large diffs are not rendered by default.

docs/classes/DirectCallLogListQuery.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)