Skip to content

Commit 8b4c809

Browse files
committed
fix: actually fix typo
1 parent 50cadac commit 8b4c809

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docusaurus/docs/reactnative/common-content/contexts/create-poll-context/close-poll-creation-dialog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
A method that will be used as a callback whenever the default `CreatePoll` component back button is pressed in the header. Unless used, it will have no effect if the default `CreatePollContent` is overriden.
1+
A method that will be used as a callback whenever the default `CreatePoll` component back button is pressed in the header. Unless used, it will have no effect if the default `CreatePollContent` is overridden.
22

33
| Type |
44
| ------------ |

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"path": "0.12.7",
7979
"react-native-markdown-package": "1.8.2",
8080
"react-native-url-polyfill": "^1.3.0",
81-
"stream-chat": "https://github.com/GetStream/stream-chat-js.git#7a506f3"
81+
"stream-chat": "8.42.0"
8282
},
8383
"peerDependencies": {
8484
"react-native-quick-sqlite": ">=5.1.0",

package/yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10664,9 +10664,10 @@ stream-browserify@^2.0.1:
1066410664
inherits "~2.0.1"
1066510665
readable-stream "^2.0.2"
1066610666

10667-
"stream-chat@https://github.com/GetStream/stream-chat-js.git#7a506f3":
10668-
version "8.41.1"
10669-
resolved "https://github.com/GetStream/stream-chat-js.git#7a506f310e36517e4ee978bbce225143b2919c5d"
10667+
10668+
version "8.42.0"
10669+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.42.0.tgz#124ea2c10c6e8f7990304e1101c66751daf63e6c"
10670+
integrity sha512-8xZz+fmdHSOa3L1rHUOC4Wah+ipvLvdiOmeOfGK6uXnLOKlSHMOblwmQErrOoFM4SKfX9Bea3V8viaKUu6bPng==
1067010671
dependencies:
1067110672
"@babel/runtime" "^7.16.3"
1067210673
"@types/jsonwebtoken" "~9.0.0"

0 commit comments

Comments
 (0)