Skip to content

Commit

Permalink
v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Mar 27, 2024
1 parent d70f009 commit 8cf9d15
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 23 deletions.
4 changes: 4 additions & 0 deletions LabelStoreMax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [7.0.1] - 2024-03-27

* Pubspec.yaml dependency updates

## [7.0.0] - 2024-03-26

* Refactor project
Expand Down
36 changes: 18 additions & 18 deletions LabelStoreMax/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: "554f148e71e9e016d9c04d4af6b103ca3f74a1ceed7d7307b70a0f41e991eb77"
sha256: "53d06f578b8e988f60324f46fcd6ab919ccdc2dc8cbf0cd4161829b1dba7a62b"
url: "https://pub.dev"
source: hosted
version: "1.3.26"
version: "1.3.27"
analyzer:
dependency: "direct main"
description:
Expand Down Expand Up @@ -221,10 +221,10 @@ packages:
dependency: transitive
description:
name: device_meta
sha256: "2b51779008268e90004b21a3920378c69ef7e01acd5bd86402b7ea7c9013d302"
sha256: f9011bce11153dac056b9d945050d796619c4858373b39296929916b048114cc
url: "https://pub.dev"
source: hosted
version: "1.1.16"
version: "1.1.17"
dio:
dependency: transitive
description:
Expand Down Expand Up @@ -285,10 +285,10 @@ packages:
dependency: "direct main"
description:
name: firebase_core
sha256: "67bf0d5fd78f12f51c6b54a72f6141314136a1a90e98b1b7c45e7fac883254ed"
sha256: "4e8728edb3053ffcc194315cb0c10f4676947db793581409e36040065918c94f"
url: "https://pub.dev"
source: hosted
version: "2.27.1"
version: "2.27.2"
firebase_core_platform_interface:
dependency: transitive
description:
Expand All @@ -301,34 +301,34 @@ packages:
dependency: transitive
description:
name: firebase_core_web
sha256: "5377eaac3b9fe8aaf22638d87f92b62784f23572e132dfc029195e84d6cb37de"
sha256: "6afef1b46818eabdc6058df1148307f80e5653c0eaf26beeec693c89154752d4"
url: "https://pub.dev"
source: hosted
version: "2.12.0"
version: "2.13.0"
firebase_messaging:
dependency: "direct main"
description:
name: firebase_messaging
sha256: "34fac43b70d5c41dc864eeb52417128da1f68b0a48604a0c56cd3190f0f609b8"
sha256: fd3ae8fd4e1687cac1f5fd788c7f8e69bb1bbb2e3947cdc4c46f304e19ed2f07
url: "https://pub.dev"
source: hosted
version: "14.7.20"
version: "14.7.21"
firebase_messaging_platform_interface:
dependency: transitive
description:
name: firebase_messaging_platform_interface
sha256: "1dcf7d0d6776396bb2e488c53b0e4cc671c45a65717a73d881e52190d23aca3c"
sha256: df3c04f31f365cc78052c65678d3b437bfc644b29f63f9e533ba459a6606143a
url: "https://pub.dev"
source: hosted
version: "4.5.28"
version: "4.5.29"
firebase_messaging_web:
dependency: transitive
description:
name: firebase_messaging_web
sha256: ceabccf24d15d03c89dfd6c7eaef11c58fbf00b9c76ebc94028408943b8d2bfd
sha256: b60252e4b77a66f3466190d2679b7144218199442c00e6ced45c2963484e9db0
url: "https://pub.dev"
source: hosted
version: "3.7.0"
version: "3.7.1"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -1230,18 +1230,18 @@ packages:
dependency: "direct main"
description:
name: woosignal
sha256: "892db8c07bcfb24fecf855538a24c60a6023942c023eb3142d4604bbeaf6382e"
sha256: "6390953da29b596eea94fecf26863b1f1bbf3503b5641de92910358432f7a01f"
url: "https://pub.dev"
source: hosted
version: "3.13.3"
version: "3.13.4"
wp_json_api:
dependency: "direct main"
description:
name: wp_json_api
sha256: "07d776aa33ba602315fc7ad3d8f8fd50f13e7594b410854232e44f17cf5a7d35"
sha256: bb46458abc933cf47d3c7559f918d3580e0577975ac061e777780edd52c08614
url: "https://pub.dev"
source: hosted
version: "3.5.1"
version: "3.5.2"
xdg_directories:
dependency: transitive
description:
Expand Down
10 changes: 5 additions & 5 deletions LabelStoreMax/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Official WooSignal App Template for WooCommerce

# Label StoreMax
# Version: 7.0.0
# Version: 7.0.1
# Author: Anthony Gordon
# Homepage: https://woosignal.com
# Documentation: https://woosignal.com/docs/app/label-storemax
Expand Down Expand Up @@ -30,8 +30,8 @@ dependencies:
analyzer: ^5.12.0
intl: ^0.18.0
nylo_framework: ^5.24.2
woosignal: ^3.13.3
wp_json_api: ^3.5.1
woosignal: ^3.13.4
wp_json_api: ^3.5.2
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_rating_bar: ^4.0.1
flutter_staggered_grid_view: ^0.7.0
flutter_swiper_view: ^1.1.8
firebase_messaging: ^14.7.20
firebase_core: ^2.27.1
firebase_messaging: ^14.7.21
firebase_core: ^2.27.2
flutter:
sdk: flutter
flutter_localizations:
Expand Down

0 comments on commit 8cf9d15

Please sign in to comment.