Skip to content

Commit 82b70ad

Browse files
committed
v1.3.10
1 parent 9718ced commit 82b70ad

File tree

7 files changed

+332
-73
lines changed

7 files changed

+332
-73
lines changed

.idea/libraries/Dart_Packages.xml

Lines changed: 54 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Flutter_Plugins.xml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/other.xml

Lines changed: 263 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.3.10] - 2024-06-25
2+
3+
* pubspec.yaml updates
4+
15
## [1.3.9] - 2024-06-15
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.9
14+
woosignal_shopify_api: ^1.3.10
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.9";
52+
const String _wooSignalVersion = "1.3.10";
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.9
3+
version: 1.3.10
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.29.6
15-
device_meta: ^1.1.28
14+
nylo_framework: ^5.30.0
15+
device_meta: ^1.1.29
1616
collection: ^1.18.0
1717
encrypt: ^5.0.3
1818

0 commit comments

Comments
 (0)