Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:GetStream/stream-chat-react-nati…
Browse files Browse the repository at this point in the history
…ve into PBE-5684-remove-ne-nin-operator
  • Loading branch information
khushal87 committed Sep 18, 2024
2 parents a996e3b + 9179398 commit f50d7d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/SampleApp/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ GEM
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
fastlane-plugin-load_json (0.0.1)
fastlane-plugin-stream_actions (0.3.68)
fastlane-plugin-stream_actions (0.3.69)
xctest_list (= 1.2.1)
ffi (1.17.0)
fourflusher (2.3.1)
Expand Down Expand Up @@ -320,7 +320,7 @@ DEPENDENCIES
fastlane
fastlane-plugin-firebase_app_distribution
fastlane-plugin-load_json
fastlane-plugin-stream_actions (= 0.3.68)
fastlane-plugin-stream_actions (= 0.3.69)
rubocop-performance
rubocop-require_tools

Expand Down
2 changes: 1 addition & 1 deletion examples/SampleApp/fastlane/Pluginfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

gem 'fastlane-plugin-firebase_app_distribution'
gem 'fastlane-plugin-load_json'
gem 'fastlane-plugin-stream_actions', '0.3.68'
gem 'fastlane-plugin-stream_actions', '0.3.69'
2 changes: 1 addition & 1 deletion examples/SampleApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sampleapp",
"version": "1.29.0",
"version": "1.30.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit f50d7d5

Please sign in to comment.