Skip to content

Commit 31faf0e

Browse files
committed
build(deps): update core dependency to version 1.2.0
- Update core dependency ref from specific commit hash to version tag v1.2.0 - Update resolved ref to new commit hash corresponding to v1.2.0 tag - Update version in pubspec.lock from 0.0.0 to 1.2.0
1 parent c5e36d0 commit 31faf0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ packages:
6969
dependency: "direct main"
7070
description:
7171
path: "."
72-
ref: "828b984517edec069266579c624c7af9fbe0e2ac"
73-
resolved-ref: "828b984517edec069266579c624c7af9fbe0e2ac"
72+
ref: "v1.2.0"
73+
resolved-ref: d052799c1ebb7bcdd1a725a2a7919948c14fa001
7474
url: "https://github.com/flutter-news-app-full-source-code/core.git"
7575
source: git
76-
version: "0.0.0"
76+
version: "1.2.0"
7777
coverage:
7878
dependency: transitive
7979
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
core:
1111
git:
1212
url: https://github.com/flutter-news-app-full-source-code/core.git
13-
ref: 828b984517edec069266579c624c7af9fbe0e2ac
13+
ref: v1.2.0
1414

1515
dev_dependencies:
1616
mocktail: ^1.0.4

0 commit comments

Comments
 (0)