Skip to content

Commit

Permalink
Merge pull request #291 from RodrigoSMarques/master
Browse files Browse the repository at this point in the history
PR Branch MASTER into BUGFIX
  • Loading branch information
RodrigoSMarques committed Feb 12, 2024
2 parents d8655b1 + 01e7209 commit 5419004
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 7.0.4
### Issues

* Fix issue #289 : reverts `js` dependency update. From version 0.7.0 to 0.6.7

## 7.0.3
### Issues

Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ packages:
path: ".."
relative: true
source: path
version: "7.0.3"
version: "7.0.4"
flutter_lints:
dependency: "direct dev"
description:
Expand All @@ -107,10 +107,10 @@ packages:
dependency: transitive
description:
name: js
sha256: "4186c61b32f99e60f011f7160e32c89a758ae9b1d0c6d28e2c02ef0382300e2b"
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
url: "https://pub.dev"
source: hosted
version: "0.7.0"
version: "0.6.7"
lints:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/src/flutter_branch_sdk_method_channel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'objects/branch_universal_object.dart';

/// An implementation of [FlutterBranchSdkPlatform] that uses method channels.
class FlutterBranchSdkMethodChannel implements FlutterBranchSdkPlatform {
static const PLUGIN_VERSION = "7.0.3";
static const PLUGIN_VERSION = "7.0.4";
static const MESSAGE_CHANNEL = 'flutter_branch_sdk/message';
static const EVENT_CHANNEL = 'flutter_branch_sdk/event';

Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ packages:
dependency: "direct main"
description:
name: js
sha256: "4186c61b32f99e60f011f7160e32c89a758ae9b1d0c6d28e2c02ef0382300e2b"
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
url: "https://pub.dev"
source: hosted
version: "0.7.0"
version: "0.6.7"
lints:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_branch_sdk
description: Flutter Plugin for create deep link using Brach SDK (https://branch.io). This plugin provides a cross-platform (iOS, Android, Web).
version: 7.0.3
version: 7.0.4
homepage: https://github.com/RodrigoSMarques/flutter_branch_sdk

environment:
Expand All @@ -13,7 +13,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.1.8
js: ^0.7.0
js: ^0.6.7

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 5419004

Please sign in to comment.