Skip to content

Commit 4090e0f

Browse files
committed
v1.4.6
1 parent 2e8dfbb commit 4090e0f

File tree

4 files changed

+27
-14
lines changed

4 files changed

+27
-14
lines changed

ShopMax/CHANGELOG.md

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

37
* pubspec.yaml updates

ShopMax/lib/app/providers/app_provider.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class AppProvider implements NyProvider {
7777
nylo.addModelDecoders(modelDecoders);
7878
nylo.addControllers(controllers);
7979
nylo.addApiDecoders(apiDecoders);
80+
nylo.useErrorStack();
8081

8182
await shopify.WooSignalShopify.authShopifyUserModel();
8283

ShopMax/pubspec.lock

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ packages:
221221
dependency: transitive
222222
description:
223223
name: device_meta
224-
sha256: c6749095677b372ca150f121ea1508404a6c30770e1a36a0c929ee6ff23a702d
224+
sha256: a3a0aa55de57c7ebb2281b1117a1e0baa4c7bdbc31b8db49927e9b5f8df76dd7
225225
url: "https://pub.dev"
226226
source: hosted
227-
version: "1.1.22"
227+
version: "1.1.23"
228228
dio:
229229
dependency: transitive
230230
description:
@@ -249,6 +249,14 @@ packages:
249249
url: "https://pub.dev"
250250
source: hosted
251251
version: "2.0.5"
252+
error_stack:
253+
dependency: transitive
254+
description:
255+
name: error_stack
256+
sha256: ad4e54bb6b7677d1e1dac4eb7350c0333e748470aa7b161c9a98678c359fb82c
257+
url: "https://pub.dev"
258+
source: hosted
259+
version: "1.2.0"
252260
eventify:
253261
dependency: transitive
254262
description:
@@ -689,18 +697,18 @@ packages:
689697
dependency: "direct main"
690698
description:
691699
name: nylo_framework
692-
sha256: "2ddca05a647a5d02f82580fe824a9ed3c6bf4b61e7ec02f2fbf7fca812e76fde"
700+
sha256: "7b805036d0bf6b638f3f05854e7733b7971db0e06d5094129886500f0d1f6d29"
693701
url: "https://pub.dev"
694702
source: hosted
695-
version: "5.26.0"
703+
version: "5.27.0"
696704
nylo_support:
697705
dependency: transitive
698706
description:
699707
name: nylo_support
700-
sha256: "088cfcb38b2415b1fb1a437d8fb440d2d265291c1500c5810d6ded2727a05a72"
708+
sha256: da574461f42f6797d8b6a82088377a336b9e531ffe1fa21a254d597f4ab1e011
701709
url: "https://pub.dev"
702710
source: hosted
703-
version: "5.66.0"
711+
version: "5.68.0"
704712
octo_image:
705713
dependency: transitive
706714
description:
@@ -945,10 +953,10 @@ packages:
945953
dependency: transitive
946954
description:
947955
name: skeletonizer
948-
sha256: "9a3ae2f4ee4349bdbed3292d04586a1315a44745d2c454684f82f0c46dbeabf9"
956+
sha256: "50c3fdf3d1bf6182129c03b53bc7ff6dca10ca0b8e71ccdee148b9322caabdba"
949957
url: "https://pub.dev"
950958
source: hosted
951-
version: "1.1.1"
959+
version: "1.1.2+1"
952960
sky_engine:
953961
dependency: transitive
954962
description: flutter
@@ -1222,10 +1230,10 @@ packages:
12221230
dependency: "direct main"
12231231
description:
12241232
name: woosignal_shopify_api
1225-
sha256: "247d8c5dd1b731fe17f42c9dbe3fbc4b73bacd281062fdf7430c7b2637960cbd"
1233+
sha256: b71ded3806fec294ce29a9c00ee5375925d07f1ec146700604971a196aa33962
12261234
url: "https://pub.dev"
12271235
source: hosted
1228-
version: "1.3.5"
1236+
version: "1.3.6"
12291237
xdg_directories:
12301238
dependency: transitive
12311239
description:
@@ -1251,5 +1259,5 @@ packages:
12511259
source: hosted
12521260
version: "3.1.2"
12531261
sdks:
1254-
dart: ">=3.3.2 <4.0.0"
1262+
dart: ">=3.3.3 <4.0.0"
12551263
flutter: ">=3.16.6"

ShopMax/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Official WooSignal App Template for Shopify
22

33
# ShopMax
4-
# Version: 1.4.5
4+
# Version: 1.4.6
55
# Author: Anthony Gordon
66
# Homepage: https://woosignal.com
77
# Documentation: https://woosignal.com/docs/app/shopmax
@@ -29,7 +29,7 @@ dependencies:
2929
google_fonts: ^6.2.0
3030
analyzer: ^6.2.0
3131
intl: ^0.18.0
32-
nylo_framework: ^5.26.0
32+
nylo_framework: ^5.27.0
3333
cached_network_image: ^3.3.1
3434
package_info_plus: ^4.2.0
3535
money_formatter: ^0.0.5
@@ -43,7 +43,7 @@ dependencies:
4343
flutter_spinkit: ^5.2.1
4444
auto_size_text: ^3.0.0
4545
html: ^0.15.4
46-
woosignal_shopify_api: ^1.3.5
46+
woosignal_shopify_api: ^1.3.6
4747
flutter_widget_from_html_core: ^0.14.11
4848
flutter_rating_bar: ^4.0.1
4949
flutter_staggered_grid_view: ^0.7.0

0 commit comments

Comments
 (0)