Normalize mobile app pubspec versions to 0.0.1-m3
Standardize prerelease version tags for mobile apps. Updated client and staff pubspecs to use 0.0.1-m3 instead of their previous Iliana*-M3 suffixed versions: - apps/mobile/apps/client/pubspec.yaml: 0.0.1-IlianaClientM3 -> 0.0.1-m3 - apps/mobile/apps/staff/pubspec.yaml: 0.0.1-IlianaStaffM3 -> 0.0.1-m3 This keeps version naming consistent across the mobile projects.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: krowwithus_client
|
name: krowwithus_client
|
||||||
description: "Krow Client Application"
|
description: "Krow Client Application"
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
version: 0.0.1-IlianaClientM3
|
version: 0.0.1-m3
|
||||||
resolution: workspace
|
resolution: workspace
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: krowwithus_staff
|
name: krowwithus_staff
|
||||||
description: "Krow Staff Application"
|
description: "Krow Staff Application"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 0.0.1-IlianaStaffM3
|
version: 0.0.1-m3
|
||||||
resolution: workspace
|
resolution: workspace
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user