Skip to content

Commit b6b3714

Browse files
authored
Merge pull request #2848 from GetStream/develop
BREAKING CHANGE: v6.0.0 release
2 parents 77a5ce6 + 8b94767 commit b6b3714

File tree

1,035 files changed

+52185
-26572
lines changed

Some content is hidden

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

1,035 files changed

+52185
-26572
lines changed

β€Ž.detoxrc.jsonβ€Ž

Lines changed: 0 additions & 63 deletions
This file was deleted.

β€Ž.github/workflows/sample-distribution.ymlβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
${{ runner.os }}-pods-
3434
- name: iOS Pods setup
3535
working-directory: examples/SampleApp/ios
36-
run: bundle exec pod install
36+
run: |
37+
pod update hermes-engine --no-repo-update
38+
bundle exec pod install
3739
- name: Build and release Testflight QA
3840
working-directory: examples/SampleApp
3941
run: bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/develop' }};

β€Ž.styles/Vocab/Base/accept.txtβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ CDNs
4343
haptics
4444
async
4545
Podfile
46+
pickFile
47+
onChange
48+
pressable
49+
Pressable
4650
boolean
4751
Async
4852
subscribable
@@ -55,3 +59,6 @@ loadMore
5559
pollAnswers
5660
enum
5761
SendMessage
62+
interop
63+
bridgeless
64+
resizer

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 2 deletions
-1.45 KB
Binary file not shown.

β€Ždocs/build/bundle.38535de9.jsβ€Ž

Lines changed: 0 additions & 2 deletions
This file was deleted.

β€Ždocs/build/bundle.38535de9.js.LICENSE.txtβ€Ž

Lines changed: 0 additions & 101 deletions
This file was deleted.
-182 Bytes
Binary file not shown.
-351 Bytes
Binary file not shown.
-129 Bytes
Binary file not shown.

0 commit comments

Comments
Β (0)