Skip to content

Commit f0c1aca

Browse files
committed
v1.1.3
1 parent 2c1d36f commit f0c1aca

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

ShopMax/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.1.3] - 2024-02-25
2+
3+
* Fix Checkout shipping page
4+
* pubspec.yaml updates
5+
16
## [1.1.2] - 2024-02-23
27

38
* Refactor project

ShopMax/lib/resources/pages/login_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class _LoginPageState extends NyState<LoginPage> {
105105
child: Row(
106106
crossAxisAlignment: CrossAxisAlignment.center,
107107
mainAxisAlignment: MainAxisAlignment.center,
108-
children: <Widget>[
108+
children: [
109109
Icon(
110110
Icons.account_circle,
111111
color: (Theme.of(context).brightness == Brightness.light)

ShopMax/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -697,18 +697,18 @@ packages:
697697
dependency: "direct main"
698698
description:
699699
name: nylo_framework
700-
sha256: e24ab4d49e73f5a476071844bf54b9987c203ebb8ea9f966c02157a88a0f2016
700+
sha256: "8226cde6f2a29cb676da3ef5ec8cbfd24cc9a6555e7e6de1bc3138c916442a80"
701701
url: "https://pub.dev"
702702
source: hosted
703-
version: "5.21.2"
703+
version: "5.21.3"
704704
nylo_support:
705705
dependency: transitive
706706
description:
707707
name: nylo_support
708-
sha256: bd0995e801ca746e447cad2878aa1c0b55191ec033f17f33bfb78f7d99a421be
708+
sha256: ae31684e5888ea3801e0a3e01f928ef8a212bcd7a6367ac6de7df1a941a71010
709709
url: "https://pub.dev"
710710
source: hosted
711-
version: "5.48.0"
711+
version: "5.48.1"
712712
octo_image:
713713
dependency: transitive
714714
description:
@@ -1230,10 +1230,10 @@ packages:
12301230
dependency: "direct main"
12311231
description:
12321232
name: woosignal_shopify_api
1233-
sha256: b719ff7b4545621ed38b8aa7745565f3c97ef6e5ea0b4881e7200003390bddd9
1233+
sha256: "2ce1873c17a2f332c1d8177dc1d81d46bd328517e3ac3790c38a5da2f131621d"
12341234
url: "https://pub.dev"
12351235
source: hosted
1236-
version: "1.1.0"
1236+
version: "1.1.1"
12371237
xdg_directories:
12381238
dependency: transitive
12391239
description:

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.1.2
4+
# Version: 1.1.3
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.1.0
3030
analyzer: ^6.2.0
3131
intl: ^0.18.0
32-
nylo_framework: ^5.21.2
32+
nylo_framework: ^5.21.3
3333
cached_network_image: ^3.3.1
3434
package_info_plus: ^4.2.0
3535
money_formatter: ^0.0.5
@@ -44,7 +44,7 @@ dependencies:
4444
flutter_spinkit: ^5.1.0
4545
auto_size_text: ^3.0.0
4646
html: ^0.15.4
47-
woosignal_shopify_api: ^1.1.0
47+
woosignal_shopify_api: ^1.1.1
4848
flutter_widget_from_html_core: ^0.14.11
4949
flutter_rating_bar: ^4.0.1
5050
flutter_staggered_grid_view: ^0.7.0

0 commit comments

Comments
 (0)