Skip to content

Commit

Permalink
Update PusherSwift SDK to 10.1.5 (#145)
Browse files Browse the repository at this point in the history
* Update PusherSwift SDK to 10.1.5

* Update Flutter

* Bump to version 2.2.1

---------

Co-authored-by: Pusher CI <[email protected]>
  • Loading branch information
fbenevides and pusher-ci authored Feb 8, 2024
1 parent 80787f8 commit 201e4de
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.5'
flutter-version: '3.10.6'
- run: |
flutter pub get
flutter analyze
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.2.1

* [CHANGED] Update PusherSwift SDK to 10.1.5

## 2.2.0

* [CHANGED] Bump PusherSwift version to 10.1.4, which solves a reconnection issue when WebSocketConnectionDelegate triggers webSocketDidReceiveError event due to any POSIX error, except for ENOTCONN
Expand Down
16 changes: 8 additions & 8 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- Flutter (1.0.0)
- NWWebSocket (0.5.3)
- NWWebSocket (0.5.4)
- pusher_channels_flutter (0.0.1):
- Flutter
- PusherSwift (~> 10.1.4)
- PusherSwift (10.1.4):
- NWWebSocket (~> 0.5.3)
- PusherSwift (~> 10.1.5)
- PusherSwift (10.1.5):
- NWWebSocket (~> 0.5.4)
- TweetNacl (~> 1.0.0)
- shared_preferences_ios (0.0.1):
- Flutter
Expand All @@ -32,12 +32,12 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
NWWebSocket: 05fc4419102f33934f87157d70228837e327064f
pusher_channels_flutter: 2bc74ab92bacd0ac436e10fa326125408d3c7598
PusherSwift: 671c49e9c5441e30960d2e0282a879b2f8c80bcb
NWWebSocket: 040d22f23438cc09aaeabf537beff67699c3c76d
pusher_channels_flutter: 01297e6e420e0ad61a6e5901e27bb272a6f58ec2
PusherSwift: cad631bad86cfff4b8458dce1310a7774e469b1f
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
TweetNacl: 3abf4d1d2082b0114e7a67410e300892448951e6

PODFILE CHECKSUM: cc1f88378b4bfcf93a6ce00d2c587857c6008d3b

COCOAPODS: 1.12.1
COCOAPODS: 1.14.3
2 changes: 1 addition & 1 deletion ios/pusher_channels_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A new flutter plugin project.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'PusherSwift', '~> 10.1.4'
s.dependency 'PusherSwift', '~> 10.1.5'
s.platform = :ios, '13.0'

# Flutter.framework does not contain a i386 slice.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pusher_channels_flutter
description: Pusher Channels Flutter Plugin
version: 2.2.0
version: 2.2.1
homepage: https://github.com/pusher/pusher-channels-flutter
repository: https://github.com/pusher/pusher-channels-flutter
issue_tracker: https://github.com/pusher/pusher-channels-flutter/issues
Expand Down

0 comments on commit 201e4de

Please sign in to comment.