Skip to content

Commit

Permalink
v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Mar 7, 2024
1 parent ce46c6d commit 3e91a77
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 18 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.1.7] - 2024-03-07

* pubspec.yaml updates

## [1.1.6] - 2024-03-04

* Add missing translations
Expand Down
28 changes: 14 additions & 14 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: fe4c077084ddda88f327dc1c96d16631cd68d4948644593fcbcd911c2c89e2fa
sha256: "2489c399d8b23a12704bd9e056e3df957c69ceec621f4fc8d69fa7cd5211d1f4"
url: "https://pub.dev"
source: hosted
version: "1.3.23"
version: "1.3.24"
analyzer:
dependency: "direct main"
description:
Expand Down Expand Up @@ -285,10 +285,10 @@ packages:
dependency: "direct main"
description:
name: firebase_core
sha256: "797379ea206eaeeb62499775de812761493d0692890fdc7f90b6183a3369176d"
sha256: a746f861618eef57a11d8b658a2db1fa5a336fc82ba65b7763d7e2292687de2b
url: "https://pub.dev"
source: hosted
version: "2.25.5"
version: "2.26.0"
firebase_core_platform_interface:
dependency: transitive
description:
Expand All @@ -309,26 +309,26 @@ packages:
dependency: "direct main"
description:
name: firebase_messaging
sha256: "1e15c5d90cd1dab98cdd169e258bceece1e98d3855350abe4196146443bbb08a"
sha256: d6a0abd7cc6e95235819962703670b54a2729b0ef5ff5a44ef51a9ac2cb44a30
url: "https://pub.dev"
source: hosted
version: "14.7.17"
version: "14.7.18"
firebase_messaging_platform_interface:
dependency: transitive
description:
name: firebase_messaging_platform_interface
sha256: "5e00f3e5c8b3f24b082dc20edb0c80d653ca87a87757db71218e045070fc7f8e"
sha256: "1109a16b69c3b4653f5dc266b1ac0a00f53c82a2ab13dd92ce58cfcd1038b6e3"
url: "https://pub.dev"
source: hosted
version: "4.5.25"
version: "4.5.26"
firebase_messaging_web:
dependency: transitive
description:
name: firebase_messaging_web
sha256: "59de3f85715416f97a842f307b54c23540cbba4a109a7125e2150082bb041966"
sha256: fb46f47c860be8268023b92faacfea6a4ed74e7197836dc19e7a272854903610
url: "https://pub.dev"
source: hosted
version: "3.6.6"
version: "3.6.7"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -697,18 +697,18 @@ packages:
dependency: "direct main"
description:
name: nylo_framework
sha256: "7973671a9f840b2d183e812a7c4e2f084e5fd43574c2c08aba5278a23d17057b"
sha256: f0767b8acfc8c8770645833d3bf10123ffd609172211f6a2a9acd41a58265e2a
url: "https://pub.dev"
source: hosted
version: "5.21.7"
version: "5.21.9"
nylo_support:
dependency: transitive
description:
name: nylo_support
sha256: ca1ed13234368429abb5c371c4258c2413ba65d0a98d38a090ab3a62f8b6f912
sha256: "3e1a303adf0bbe38887534125b17364eeea36543f4e9f8b80a1c8c45de8f8e1d"
url: "https://pub.dev"
source: hosted
version: "5.51.0"
version: "5.53.0"
octo_image:
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.1.6
# Version: 1.1.7
# 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.21.7
nylo_framework: ^5.21.9
cached_network_image: ^3.3.1
package_info_plus: ^4.2.0
money_formatter: ^0.0.5
Expand All @@ -50,8 +50,8 @@ dependencies:
flutter_staggered_grid_view: ^0.7.0
flutter_swiper_view: ^1.1.8
pretty_dio_logger: ^1.3.1
firebase_messaging: ^14.7.17
firebase_core: ^2.25.5
firebase_messaging: ^14.7.18
firebase_core: ^2.26.0
flutter:
sdk: flutter
flutter_localizations:
Expand Down

0 comments on commit 3e91a77

Please sign in to comment.