Skip to content

Commit

Permalink
v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed May 2, 2024
1 parent 2e8dfbb commit 4090e0f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 14 deletions.
4 changes: 4 additions & 0 deletions ShopMax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.4.6] - 2024-05-02

* pubspec.yaml updates

## [1.4.5] - 2024-04-27

* pubspec.yaml updates
Expand Down
1 change: 1 addition & 0 deletions ShopMax/lib/app/providers/app_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class AppProvider implements NyProvider {
nylo.addModelDecoders(modelDecoders);
nylo.addControllers(controllers);
nylo.addApiDecoders(apiDecoders);
nylo.useErrorStack();

await shopify.WooSignalShopify.authShopifyUserModel();

Expand Down
30 changes: 19 additions & 11 deletions ShopMax/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ packages:
dependency: transitive
description:
name: device_meta
sha256: c6749095677b372ca150f121ea1508404a6c30770e1a36a0c929ee6ff23a702d
sha256: a3a0aa55de57c7ebb2281b1117a1e0baa4c7bdbc31b8db49927e9b5f8df76dd7
url: "https://pub.dev"
source: hosted
version: "1.1.22"
version: "1.1.23"
dio:
dependency: transitive
description:
Expand All @@ -249,6 +249,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.5"
error_stack:
dependency: transitive
description:
name: error_stack
sha256: ad4e54bb6b7677d1e1dac4eb7350c0333e748470aa7b161c9a98678c359fb82c
url: "https://pub.dev"
source: hosted
version: "1.2.0"
eventify:
dependency: transitive
description:
Expand Down Expand Up @@ -689,18 +697,18 @@ packages:
dependency: "direct main"
description:
name: nylo_framework
sha256: "2ddca05a647a5d02f82580fe824a9ed3c6bf4b61e7ec02f2fbf7fca812e76fde"
sha256: "7b805036d0bf6b638f3f05854e7733b7971db0e06d5094129886500f0d1f6d29"
url: "https://pub.dev"
source: hosted
version: "5.26.0"
version: "5.27.0"
nylo_support:
dependency: transitive
description:
name: nylo_support
sha256: "088cfcb38b2415b1fb1a437d8fb440d2d265291c1500c5810d6ded2727a05a72"
sha256: da574461f42f6797d8b6a82088377a336b9e531ffe1fa21a254d597f4ab1e011
url: "https://pub.dev"
source: hosted
version: "5.66.0"
version: "5.68.0"
octo_image:
dependency: transitive
description:
Expand Down Expand Up @@ -945,10 +953,10 @@ packages:
dependency: transitive
description:
name: skeletonizer
sha256: "9a3ae2f4ee4349bdbed3292d04586a1315a44745d2c454684f82f0c46dbeabf9"
sha256: "50c3fdf3d1bf6182129c03b53bc7ff6dca10ca0b8e71ccdee148b9322caabdba"
url: "https://pub.dev"
source: hosted
version: "1.1.1"
version: "1.1.2+1"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -1222,10 +1230,10 @@ packages:
dependency: "direct main"
description:
name: woosignal_shopify_api
sha256: "247d8c5dd1b731fe17f42c9dbe3fbc4b73bacd281062fdf7430c7b2637960cbd"
sha256: b71ded3806fec294ce29a9c00ee5375925d07f1ec146700604971a196aa33962
url: "https://pub.dev"
source: hosted
version: "1.3.5"
version: "1.3.6"
xdg_directories:
dependency: transitive
description:
Expand All @@ -1251,5 +1259,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.3.2 <4.0.0"
dart: ">=3.3.3 <4.0.0"
flutter: ">=3.16.6"
6 changes: 3 additions & 3 deletions ShopMax/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Official WooSignal App Template for Shopify

# ShopMax
# Version: 1.4.5
# Version: 1.4.6
# Author: Anthony Gordon
# Homepage: https://woosignal.com
# Documentation: https://woosignal.com/docs/app/shopmax
Expand Down Expand Up @@ -29,7 +29,7 @@ dependencies:
google_fonts: ^6.2.0
analyzer: ^6.2.0
intl: ^0.18.0
nylo_framework: ^5.26.0
nylo_framework: ^5.27.0
cached_network_image: ^3.3.1
package_info_plus: ^4.2.0
money_formatter: ^0.0.5
Expand All @@ -43,7 +43,7 @@ dependencies:
flutter_spinkit: ^5.2.1
auto_size_text: ^3.0.0
html: ^0.15.4
woosignal_shopify_api: ^1.3.5
woosignal_shopify_api: ^1.3.6
flutter_widget_from_html_core: ^0.14.11
flutter_rating_bar: ^4.0.1
flutter_staggered_grid_view: ^0.7.0
Expand Down

0 comments on commit 4090e0f

Please sign in to comment.