From 619d9e7770a88316441bea21d43eaf102f49f262 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Oct 2023 10:22:30 +0000 Subject: [PATCH] chore(release): 5.19.0 [skip ci] --- package/CHANGELOG.md | 8 ++++++++ package/expo-package/package.json | 4 ++-- package/expo-package/yarn.lock | 18 +++++++++--------- package/native-package/package.json | 4 ++-- package/native-package/yarn.lock | 18 +++++++++--------- package/package.json | 2 +- package/src/version.json | 2 +- 7 files changed, 32 insertions(+), 24 deletions(-) diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index adb9aa9069..2ecff68131 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [5.19.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.18.1...v5.19.0) (2023-10-11) + + +### Features + +* upgrade bottom-sheet to 4.4.8 ([#2255](https://github.com/GetStream/stream-chat-react-native/issues/2255)) ([52b69b0](https://github.com/GetStream/stream-chat-react-native/commit/52b69b0c5081ac0e18d83fa5b8d11f90f2683c75)) +* upgrade bottom-sheet to 4.4.8 ([#2255](https://github.com/GetStream/stream-chat-react-native/issues/2255)) ([e5760e9](https://github.com/GetStream/stream-chat-react-native/commit/e5760e9a62474b52efe7a9ebafb2c4e717ba749c)) + ### [5.18.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.18.0...v5.18.1) (2023-10-04) diff --git a/package/expo-package/package.json b/package/expo-package/package.json index b2b6a28f13..c02f07ad58 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.18.1", + "version": "5.19.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.18.1" + "stream-chat-react-native-core": "5.19.0" }, "peerDependencies": { "@react-native-community/netinfo": ">=6.0.0", diff --git a/package/expo-package/yarn.lock b/package/expo-package/yarn.lock index addfb7c598..a16317b5aa 100644 --- a/package/expo-package/yarn.lock +++ b/package/expo-package/yarn.lock @@ -3034,10 +3034,10 @@ stream-buffers@2.2.x: resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4" integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg== -stream-chat-react-native-core@5.18.0: - version "5.18.0" - resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.18.0.tgz#088de30dd1bf4d8e529e942a1cb3103183da1fa1" - integrity sha512-fEA38wYPJxwHLB6LcSgDaELCTK4cGQdgKixCPBG5XvqyDwMUOt6DWi+gQs8Vc5nf9PimJsOfJH/KGEuMrcWryQ== +stream-chat-react-native-core@5.18.1: + version "5.18.1" + resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.18.1.tgz#7645d0ec6414369b9ee0fcf81b875255db843407" + integrity sha512-N+qAsjkquOr/mnwWAomxCCBc7YoIRsgc8dxbpT+XnGnhXDwNnyTxxKoY3ViGh6B6OSHLXizxcNIAxdgB/mSsKA== dependencies: "@babel/runtime" "^7.12.5" "@gorhom/bottom-sheet" "4.4.5" @@ -3051,12 +3051,12 @@ stream-chat-react-native-core@5.18.0: path "0.12.7" react-native-markdown-package "1.8.2" react-native-url-polyfill "^1.3.0" - stream-chat "8.6.0" + stream-chat "~8.12.2" -stream-chat@8.6.0: - version "8.6.0" - resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.6.0.tgz#a686a11337d7d0176f6881874cad73dac86de803" - integrity sha512-DsVN1D1nr5rLYMc1+LDJt2f+wUrqR0Nv9o71zrSvSQIVWaBtmq/nMqZXie2SV4ndT9sbWExXay5FVGxjOTtucQ== +stream-chat@~8.12.2: + version "8.12.4" + resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.12.4.tgz#3c2044ceb74b4be8bd06191963723d7d47014ec1" + integrity sha512-YaNuQNqiJcF82+VKAGNSV8wv0+Th73kHIV4Owiu2Bvhwqt7398Ertr+bxW4WXkBtwKoAeOZOc0oacrUKWQAuKQ== dependencies: "@babel/runtime" "^7.16.3" "@types/jsonwebtoken" "~9.0.0" diff --git a/package/native-package/package.json b/package/native-package/package.json index 86349fd226..c3015e43d8 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.18.1", + "version": "5.19.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.18.1" + "stream-chat-react-native-core": "5.19.0" }, "peerDependencies": { "@react-native-camera-roll/camera-roll": ">=5.0.0", diff --git a/package/native-package/yarn.lock b/package/native-package/yarn.lock index ee4d907251..957a753b22 100644 --- a/package/native-package/yarn.lock +++ b/package/native-package/yarn.lock @@ -4379,10 +4379,10 @@ statuses@~1.5.0: resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== -stream-chat-react-native-core@5.18.0: - version "5.18.0" - resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.18.0.tgz#088de30dd1bf4d8e529e942a1cb3103183da1fa1" - integrity sha512-fEA38wYPJxwHLB6LcSgDaELCTK4cGQdgKixCPBG5XvqyDwMUOt6DWi+gQs8Vc5nf9PimJsOfJH/KGEuMrcWryQ== +stream-chat-react-native-core@5.18.1: + version "5.18.1" + resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.18.1.tgz#7645d0ec6414369b9ee0fcf81b875255db843407" + integrity sha512-N+qAsjkquOr/mnwWAomxCCBc7YoIRsgc8dxbpT+XnGnhXDwNnyTxxKoY3ViGh6B6OSHLXizxcNIAxdgB/mSsKA== dependencies: "@babel/runtime" "^7.12.5" "@gorhom/bottom-sheet" "4.4.5" @@ -4396,12 +4396,12 @@ stream-chat-react-native-core@5.18.0: path "0.12.7" react-native-markdown-package "1.8.2" react-native-url-polyfill "^1.3.0" - stream-chat "8.6.0" + stream-chat "~8.12.2" -stream-chat@8.6.0: - version "8.6.0" - resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.6.0.tgz#a686a11337d7d0176f6881874cad73dac86de803" - integrity sha512-DsVN1D1nr5rLYMc1+LDJt2f+wUrqR0Nv9o71zrSvSQIVWaBtmq/nMqZXie2SV4ndT9sbWExXay5FVGxjOTtucQ== +stream-chat@~8.12.2: + version "8.12.4" + resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.12.4.tgz#3c2044ceb74b4be8bd06191963723d7d47014ec1" + integrity sha512-YaNuQNqiJcF82+VKAGNSV8wv0+Th73kHIV4Owiu2Bvhwqt7398Ertr+bxW4WXkBtwKoAeOZOc0oacrUKWQAuKQ== dependencies: "@babel/runtime" "^7.16.3" "@types/jsonwebtoken" "~9.0.0" diff --git a/package/package.json b/package/package.json index 011a5e192e..1885bd10d1 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.18.1", + "version": "5.19.0", "author": { "company": "Stream.io Inc", "name": "Stream.io Inc" diff --git a/package/src/version.json b/package/src/version.json index c0b2f617c9..be5d09d537 100644 --- a/package/src/version.json +++ b/package/src/version.json @@ -1,3 +1,3 @@ { - "version": "5.18.1" + "version": "5.19.0" }