Skip to content

Commit

Permalink
Merge pull request #553 from ably/release/1.2.35
Browse files Browse the repository at this point in the history
Release/1.2.35
  • Loading branch information
ttypic authored Oct 9, 2024
2 parents e7d74cf + 78afc02 commit 4b7e96e
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 16 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/flutter_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ jobs:
fail-fast: false
runs-on: macos-latest
steps:
- name: 'List Simulators'
run: 'xcrun simctl list devices'

- name: 'Start Simulator'
run: xcrun simctl boot "${{ matrix.device }}"

- uses: actions/checkout@v4

- uses: futureware-tech/simulator-action@v3
with:
model: ${{ matrix.device }}

- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24'
Expand All @@ -35,7 +33,7 @@ jobs:
timeout-minutes: 30
run: |
flutter pub get
cd test_integration && ./run_integration_tests.sh
cd test_integration && flutter drive
android:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -72,4 +70,4 @@ jobs:
disable-animations: true
script: |
flutter pub get
cd test_integration && ./run_integration_tests.sh
cd test_integration && flutter drive
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.35](https://github.com/ably/ably-flutter/tree/v1.2.35)

[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.34...v1.2.35)

**Fixed bugs:**

- Not compiling on fresh new Android project [\#550](https://github.com/ably/ably-flutter/issues/550)
- Error inside Realtime client subscription after hot restart [\#531](https://github.com/ably/ably-flutter/issues/531)

## [1.2.34](https://github.com/ably/ably-flutter/tree/v1.2.34)

[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.33...v1.2.34)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In `pubspec.yaml` file:

```yaml
dependencies:
ably_flutter: ^1.2.34
ably_flutter: ^1.2.35
```
### Import the package
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Ably (1.2.33):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.34):
- ably_flutter (1.2.35):
- Ably (= 1.2.33)
- Flutter
- AblyDeltaCodec (1.3.3)
Expand Down Expand Up @@ -45,7 +45,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae
ably_flutter: e4b2f440e48855dbbd94856f27fa73dc53f17e23
ably_flutter: 680c3b61ba1a7ca3b9075abe62075e08c572c191
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
device_info_plus: 97af1d7e84681a90d0693e63169a5d50e0839a0d
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.34"
version: "1.2.35"
args:
dependency: transitive
description:
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: ably_flutter
description: A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support.
version: 1.2.34
version: 1.2.35
repository: https://github.com/ably/ably-flutter

environment:
Expand Down
4 changes: 2 additions & 2 deletions test_integration/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Ably (1.2.33):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.34):
- ably_flutter (1.2.35):
- Ably (= 1.2.33)
- Flutter
- AblyDeltaCodec (1.3.3)
Expand All @@ -27,7 +27,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae
ably_flutter: e4b2f440e48855dbbd94856f27fa73dc53f17e23
ably_flutter: 680c3b61ba1a7ca3b9075abe62075e08c572c191
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
msgpack: c85f6251873059738472ae136951cec5f30f3251
Expand Down
2 changes: 1 addition & 1 deletion test_integration/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.34"
version: "1.2.35"
analyzer:
dependency: transitive
description:
Expand Down

0 comments on commit 4b7e96e

Please sign in to comment.