Skip to content

Commit

Permalink
chore(release): 5.42.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 19, 2024
1 parent ddaf5e3 commit f021dd3
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 14 deletions.
11 changes: 11 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

### [5.42.2](https://github.com/GetStream/stream-chat-react-native/compare/v5.42.1...v5.42.2) (2024-11-19)


### Bug Fixes

* backporting variety fixes ([008cf01](https://github.com/GetStream/stream-chat-react-native/commit/008cf01ddaa31e105ac2bab7052e1340b7583507))
* channel hook regressions ([e8e3dd0](https://github.com/GetStream/stream-chat-react-native/commit/e8e3dd0af396671949f3c12086816329a962dd08))
* expo media library permissions race conditions ([fc9b908](https://github.com/GetStream/stream-chat-react-native/commit/fc9b908799a3d517a64b6388bdfd268c2dc16981))
* listen to correct channel read events ([5a58a65](https://github.com/GetStream/stream-chat-react-native/commit/5a58a65106d963cd95d3d2df31afe2459b2b902e))
* recursion depth on regex parse issue ([#2790](https://github.com/GetStream/stream-chat-react-native/issues/2790)) ([e6908e9](https://github.com/GetStream/stream-chat-react-native/commit/e6908e9ddfa1722d1f610cb0d4d5be2c05f910e1))

### [5.42.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.42.0...v5.42.1) (2024-11-15)


Expand Down
4 changes: 2 additions & 2 deletions package/expo-package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stream-chat-expo",
"description": "The official Expo SDK for Stream Chat, a service for building chat applications",
"version": "5.42.1",
"version": "5.42.2",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand All @@ -10,7 +10,7 @@
"main": "src/index.js",
"types": "types/index.d.ts",
"dependencies": {
"stream-chat-react-native-core": "5.42.1"
"stream-chat-react-native-core": "5.42.2"
},
"peerDependencies": {
"@react-native-community/netinfo": ">=6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions package/expo-package/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2929,10 +2929,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==

[email protected].0:
version "5.42.0"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.42.0.tgz#874751a43f7983ce8fac752951f0353f40afcc97"
integrity sha512-3HI8cBF/5gyWq850YbgsgTxvYSDNFNC0uZTJETMnW5qURyvJAKktyUlVhjilCuD5LI4CBgXdCD+o6qv52JM0Ww==
[email protected].1:
version "5.42.1"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.42.1.tgz#4e58ae50130b7ce47bfe13f76f970a6b1688eb97"
integrity sha512-GVFtsjup3pjx9yN1i5suGIG/I14dSmgY/7bOq0n3NXxrf5i3IiWTjogk4m9N51P94VzNHENZQtd/lxa3hli35A==
dependencies:
"@gorhom/bottom-sheet" "^4.6.4"
dayjs "1.10.5"
Expand Down
4 changes: 2 additions & 2 deletions package/native-package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stream-chat-react-native",
"description": "The official React Native SDK for Stream Chat, a service for building chat applications",
"version": "5.42.1",
"version": "5.42.2",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand All @@ -11,7 +11,7 @@
"types": "types/index.d.ts",
"dependencies": {
"es6-symbol": "^3.1.3",
"stream-chat-react-native-core": "5.42.1"
"stream-chat-react-native-core": "5.42.2"
},
"peerDependencies": {
"@react-native-camera-roll/camera-roll": ">=5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions package/native-package/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4244,10 +4244,10 @@ statuses@~1.5.0:
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==

[email protected].0:
version "5.42.0"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.42.0.tgz#874751a43f7983ce8fac752951f0353f40afcc97"
integrity sha512-3HI8cBF/5gyWq850YbgsgTxvYSDNFNC0uZTJETMnW5qURyvJAKktyUlVhjilCuD5LI4CBgXdCD+o6qv52JM0Ww==
[email protected].1:
version "5.42.1"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.42.1.tgz#4e58ae50130b7ce47bfe13f76f970a6b1688eb97"
integrity sha512-GVFtsjup3pjx9yN1i5suGIG/I14dSmgY/7bOq0n3NXxrf5i3IiWTjogk4m9N51P94VzNHENZQtd/lxa3hli35A==
dependencies:
"@gorhom/bottom-sheet" "^4.6.4"
dayjs "1.10.5"
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stream-chat-react-native-core",
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
"version": "5.42.1",
"version": "5.42.2",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand Down
2 changes: 1 addition & 1 deletion package/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "5.42.1"
"version": "5.42.2"
}

0 comments on commit f021dd3

Please sign in to comment.