Skip to content

Commit 5e0753f

Browse files
committed
v2.3.3
1 parent 249bc80 commit 5e0753f

File tree

8 files changed

+97
-68
lines changed

8 files changed

+97
-68
lines changed

.flutter-plugins-dependencies

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

.idea/caches/deviceStreaming.xml

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

.idea/libraries/Dart_Packages.xml

Lines changed: 53 additions & 53 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: 8 additions & 8 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+
## [2.3.3] - 2025-12-13
2+
3+
* pubspec.yaml updates
4+
15
## [2.3.2] - 2025-09-06
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: ^2.3.2
14+
woosignal_shopify_api: ^2.3.3
1515
```
1616

1717
### Usage example #

lib/woosignal_shopify_api.dart

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

5555
/// WooSignal Package version
56-
const String _wooSignalVersion = "2.3.2";
56+
const String _wooSignalVersion = "2.3.3";
5757

5858
class WooSignalShopify {
5959
WooSignalShopify._privateConstructor();

pubspec.yaml

Lines changed: 4 additions & 4 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: 2.3.2
3+
version: 2.3.3
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.9.0
14-
nylo_support: ^6.35.1
15-
device_meta: ^2.1.9
14+
nylo_support: ^6.38.1
15+
device_meta: ^2.1.10
1616
collection: ^1.19.1
1717
encrypt: ^5.0.3
1818
intl: ^0.20.2
@@ -22,7 +22,7 @@ dependencies:
2222

2323
dev_dependencies:
2424
lints: ^6.0.0
25-
test: ^1.26.2
25+
test: ^1.26.3
2626
flutter_test:
2727
sdk: flutter
2828

0 commit comments

Comments
 (0)