Skip to content

Commit 6551020

Browse files
committed
v1.3.5
1 parent d3fdb71 commit 6551020

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.3.5] - 2024-04-27
2+
3+
* pubspec.yaml updates
4+
15
## [1.3.4] - 2024-04-23
26

37
* pubspec.yaml updates

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In your flutter project add the dependency:
1111
``` dart
1212
dependencies:
1313
...
14-
woosignal_shopify_api: ^1.3.4
14+
woosignal_shopify_api: ^1.3.5
1515
```
1616

1717
### Usage example #

lib/woosignal_shopify_api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import 'package:encrypt/encrypt.dart';
4949
import 'dart:convert';
5050

5151
/// WooSignal Package version
52-
const String _wooSignalVersion = "1.3.3";
52+
const String _wooSignalVersion = "1.3.5";
5353

5454
class WooSignalShopify {
5555
WooSignalShopify._privateConstructor();

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: woosignal_shopify_api
22
description: Shopify API for Dart, connect a Shopify store on WooSignal and start using the API to get products, login, create orders and more.
3-
version: 1.3.4
3+
version: 1.3.5
44
homepage: https://woosignal.com
55
repository: https://github.com/woosignal/flutter-shopify-api
66
issue_tracker: https://github.com/woosignal/flutter-shopify-api/issues
@@ -11,8 +11,8 @@ environment:
1111

1212
dependencies:
1313
dio: ^5.4.3+1
14-
nylo_framework: ^5.25.5
15-
device_meta: ^1.1.21
14+
nylo_framework: ^5.26.0
15+
device_meta: ^1.1.22
1616
collection: ^1.18.0
1717
encrypt: ^5.0.3
1818

0 commit comments

Comments
 (0)