diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index d733364c4..86e96a10f 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [5.42.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.41.4...v5.42.0) (2024-11-14) + + +### Features + +* listen to notification.mark_read and notification.mark_unread event and introduce improvements ([#2776](https://github.com/GetStream/stream-chat-react-native/issues/2776)) ([834d124](https://github.com/GetStream/stream-chat-react-native/commit/834d124c9bb8c9ffc24537a5fe870009fd00e3fa)) + + +### Bug Fixes + +* scroll to recent issues ([#2775](https://github.com/GetStream/stream-chat-react-native/issues/2775)) ([feea8ee](https://github.com/GetStream/stream-chat-react-native/commit/feea8ee4588d4a048e52d5c719aaf6f6c4011454)) + ### [5.41.4](https://github.com/GetStream/stream-chat-react-native/compare/v5.41.3...v5.41.4) (2024-11-08) diff --git a/package/expo-package/package.json b/package/expo-package/package.json index 36cb2af8b..e89567123 100644 --- a/package/expo-package/package.json +++ b/package/expo-package/package.json @@ -1,7 +1,7 @@ { "name": "stream-chat-expo", "description": "The official Expo SDK for Stream Chat, a service for building chat applications", - "version": "5.41.4", + "version": "5.42.0", "author": { "company": "Stream.io Inc", "name": "Stream.io Inc" @@ -10,7 +10,7 @@ "main": "src/index.js", "types": "types/index.d.ts", "dependencies": { - "stream-chat-react-native-core": "5.41.4" + "stream-chat-react-native-core": "5.42.0" }, "peerDependencies": { "@react-native-community/netinfo": ">=6.0.0", diff --git a/package/native-package/package.json b/package/native-package/package.json index 6e54415b1..4142abb17 100644 --- a/package/native-package/package.json +++ b/package/native-package/package.json @@ -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.41.4", + "version": "5.42.0", "author": { "company": "Stream.io Inc", "name": "Stream.io Inc" @@ -11,7 +11,7 @@ "types": "types/index.d.ts", "dependencies": { "es6-symbol": "^3.1.3", - "stream-chat-react-native-core": "5.41.4" + "stream-chat-react-native-core": "5.42.0" }, "peerDependencies": { "@react-native-camera-roll/camera-roll": ">=5.0.0", diff --git a/package/package.json b/package/package.json index 797f48796..a5e645365 100644 --- a/package/package.json +++ b/package/package.json @@ -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.41.4", + "version": "5.42.0", "author": { "company": "Stream.io Inc", "name": "Stream.io Inc" diff --git a/package/src/version.json b/package/src/version.json index 8be309d7f..b3641171b 100644 --- a/package/src/version.json +++ b/package/src/version.json @@ -1,3 +1,3 @@ { - "version": "5.41.4" + "version": "5.42.0" }