Skip to content

Commit

Permalink
v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Apr 27, 2024
1 parent f02ba63 commit 2e8dfbb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 20 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.5] - 2024-04-27

* pubspec.yaml updates

## [1.4.4] - 2024-04-24

* Remove math_expressions dependency
Expand Down
32 changes: 16 additions & 16 deletions ShopMax/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ packages:
dependency: transitive
description:
name: _flutterfire_internals
sha256: "1639d96851f9e9e215dd39c9baad56846488aef3df392cb3221f37f70beac686"
sha256: "3dee3db3468c5f4640a4e8aa9c1e22561c298976d8c39ed2fdd456a9a3db26e1"
url: "https://pub.dev"
source: hosted
version: "1.3.31"
version: "1.3.32"
analyzer:
dependency: "direct main"
description:
Expand Down Expand Up @@ -221,10 +221,10 @@ packages:
dependency: transitive
description:
name: device_meta
sha256: ca1a26f37e2e23f94586c6bd7838cb4090ea5a1233ebde3182ae2a332d49203d
sha256: c6749095677b372ca150f121ea1508404a6c30770e1a36a0c929ee6ff23a702d
url: "https://pub.dev"
source: hosted
version: "1.1.21"
version: "1.1.22"
dio:
dependency: transitive
description:
Expand Down Expand Up @@ -309,26 +309,26 @@ packages:
dependency: "direct main"
description:
name: firebase_messaging
sha256: d8b12bcfe535f9bf8e24b4f9685036a8614f11b6fdcdff54ce9758ea8585a8a9
sha256: "73a43445a7f8c6e6327f0ec3922b1c99a9f4a0e4896197bfe10a88259f775aad"
url: "https://pub.dev"
source: hosted
version: "14.9.0"
version: "14.9.1"
firebase_messaging_platform_interface:
dependency: transitive
description:
name: firebase_messaging_platform_interface
sha256: "8355f089bfc06691f00e0bc01c4214bc0aeff22acabdb5090b734a551d33ca43"
sha256: "675527aadccb679c9dfd43a4558690427123ac1e99f03eef5bbce9dc216edc91"
url: "https://pub.dev"
source: hosted
version: "4.5.33"
version: "4.5.34"
firebase_messaging_web:
dependency: transitive
description:
name: firebase_messaging_web
sha256: d6f3ea91e0aae479a09355af91e65b19cfbc485d596c5448a87356af4923e582
sha256: "66deff69307f54fc7a20732b4278af327ae378b86607d5ac877d8f2201fe881e"
url: "https://pub.dev"
source: hosted
version: "3.8.3"
version: "3.8.4"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -689,18 +689,18 @@ packages:
dependency: "direct main"
description:
name: nylo_framework
sha256: c1fd3c9bf0be78e92ea30bd7e430d6e39b6f3c5f2f1c25860e2538ac885f434e
sha256: "2ddca05a647a5d02f82580fe824a9ed3c6bf4b61e7ec02f2fbf7fca812e76fde"
url: "https://pub.dev"
source: hosted
version: "5.25.5"
version: "5.26.0"
nylo_support:
dependency: transitive
description:
name: nylo_support
sha256: "3a3083085eb8bd3c713d01ee5af8e7ba7c203c2b6907734e58ca2f8575ba437a"
sha256: "088cfcb38b2415b1fb1a437d8fb440d2d265291c1500c5810d6ded2727a05a72"
url: "https://pub.dev"
source: hosted
version: "5.65.1"
version: "5.66.0"
octo_image:
dependency: transitive
description:
Expand Down Expand Up @@ -1222,10 +1222,10 @@ packages:
dependency: "direct main"
description:
name: woosignal_shopify_api
sha256: d825f9bdbe8012c76f5f9552e76bac5e9080c474478dfcd5688ffc78e0987b59
sha256: "247d8c5dd1b731fe17f42c9dbe3fbc4b73bacd281062fdf7430c7b2637960cbd"
url: "https://pub.dev"
source: hosted
version: "1.3.4"
version: "1.3.5"
xdg_directories:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 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.4
# Version: 1.4.5
# 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.25.5
nylo_framework: ^5.26.0
cached_network_image: ^3.3.1
package_info_plus: ^4.2.0
money_formatter: ^0.0.5
Expand All @@ -43,13 +43,13 @@ dependencies:
flutter_spinkit: ^5.2.1
auto_size_text: ^3.0.0
html: ^0.15.4
woosignal_shopify_api: ^1.3.4
woosignal_shopify_api: ^1.3.5
flutter_widget_from_html_core: ^0.14.11
flutter_rating_bar: ^4.0.1
flutter_staggered_grid_view: ^0.7.0
flutter_swiper_view: ^1.1.8
pretty_dio_logger: ^1.3.1
firebase_messaging: ^14.9.0
firebase_messaging: ^14.9.1
firebase_core: ^2.30.1
flutter:
sdk: flutter
Expand Down

0 comments on commit 2e8dfbb

Please sign in to comment.