Skip to content

Commit

Permalink
Bump Courier to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alfianlosari committed Dec 12, 2022
1 parent 8baed85 commit 12c3a7b
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This will add a line like this to your package's pubspec.yaml (and run an implic

```yaml
dependencies:
courier_flutter: ^0.0.3
courier_flutter: ^0.0.4
```
Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Expand Down
5 changes: 5 additions & 0 deletions courier_dart_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.4
* Adds more events and props to the Courier Events for each Android and iOS SDK
* Bump Courier iOS dependency to 0.0.14
* Fix missing Connection Info key in Courier Events (iOS)

## 0.0.3
* Make CourierEvent as abstract class
* Each event implements CourierEvent and provide their own properties
Expand Down
2 changes: 1 addition & 1 deletion courier_dart_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: courier_dart_sdk
description: Flutter SDK for Courier
version: 0.0.3
version: 0.0.4
homepage: https://github.com/gojek/courier-flutter

environment:
Expand Down
32 changes: 16 additions & 16 deletions courier_dart_sdk_demo/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.2"
version: "2.9.0"
boolean_selector:
dependency: transitive
description:
Expand All @@ -21,7 +21,7 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.2.1"
charcode:
dependency: transitive
description:
Expand All @@ -35,21 +35,21 @@ packages:
name: clock
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.1"
collection:
dependency: transitive
description:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.15.0"
version: "1.16.0"
courier_dart_sdk:
dependency: "direct main"
description:
path: "../courier_dart_sdk"
relative: true
source: path
version: "0.0.1"
version: "0.0.3"
cupertino_icons:
dependency: "direct main"
description:
Expand All @@ -70,7 +70,7 @@ packages:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.1"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -108,28 +108,28 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.11"
version: "0.12.12"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
version: "0.1.5"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.8.0"
path:
dependency: transitive
description:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
version: "1.8.2"
sky_engine:
dependency: transitive
description: flutter
Expand All @@ -141,7 +141,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.9.0"
stack_trace:
dependency: transitive
description:
Expand All @@ -162,21 +162,21 @@ packages:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.1"
term_glyph:
dependency: transitive
description:
name: term_glyph
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.2.1"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.8"
version: "0.4.12"
typed_data:
dependency: transitive
description:
Expand All @@ -190,7 +190,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
version: "2.1.2"
sdks:
dart: ">=2.14.0 <3.0.0"
dart: ">=2.17.0-0 <3.0.0"
flutter: ">=1.17.0"
2 changes: 1 addition & 1 deletion docs/docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This will add a line like this to your package's pubspec.yaml (and run an implic

```yaml
dependencies:
courier_flutter: ^0.0.3
courier_flutter: ^0.0.4
```
Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Expand Down

0 comments on commit 12c3a7b

Please sign in to comment.