Skip to content

Commit ed94c16

Browse files
committed
build(deps): update kv_storage_service ref to v1.0.0
- Update git ref in pubspec.yaml and pubspec.lock from specific commit hash to v1.0.0 tag - This change ensures consistent versioning and makes the dependency more robust
1 parent 4cefd20 commit ed94c16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ packages:
8484
dependency: "direct main"
8585
description:
8686
path: "."
87-
ref: "3bcba6b11fe0480e06e1bedf6eab4159a7c59c53"
87+
ref: "v1.0.0"
8888
resolved-ref: "3bcba6b11fe0480e06e1bedf6eab4159a7c59c53"
8989
url: "https://github.com/flutter-news-app-full-source-code/kv-storage-service.git"
9090
source: git

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
kv_storage_service:
1313
git:
1414
url: https://github.com/flutter-news-app-full-source-code/kv-storage-service.git
15-
ref: 3bcba6b11fe0480e06e1bedf6eab4159a7c59c53
15+
ref: v1.0.0
1616
shared_preferences: ^2.5.2
1717

1818
dev_dependencies:

0 commit comments

Comments
 (0)