Skip to content

Commit edd1e85

Browse files
committed
chore(deps): update dependencies and bump version to 1.0.1
- Update core dependency from v1.2.0 to v1.3.1 - Update email_client dependency from v1.0.0 to v1.0.1 - Add CHANGELOG.md with updates for version 1.0.1
1 parent 2be152f commit edd1e85

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 1.0.1 - 2025-10-24
2+
3+
- **chore**: update dependencies
4+
5+
## 1.0.0 - 2025-10-13
6+
7+
- **chore**: initial release.

pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ packages:
6969
dependency: "direct main"
7070
description:
7171
path: "."
72-
ref: "v1.2.0"
73-
resolved-ref: d052799c1ebb7bcdd1a725a2a7919948c14fa001
72+
ref: "v1.3.1"
73+
resolved-ref: a03efff11b7577974cb444a1a6a46fee8b05ea42
7474
url: "https://github.com/flutter-news-app-full-source-code/core.git"
7575
source: git
76-
version: "1.2.0"
76+
version: "1.3.1"
7777
coverage:
7878
dependency: transitive
7979
description:
@@ -94,11 +94,11 @@ packages:
9494
dependency: "direct main"
9595
description:
9696
path: "."
97-
ref: "v1.0.0"
98-
resolved-ref: "31faf0e429aeea519204dfdd26afdba36ea1d8dc"
97+
ref: "v1.0.1"
98+
resolved-ref: "2e4b468c96e60e7f899ec28c02389c5ce0b578fa"
9999
url: "https://github.com/flutter-news-app-full-source-code/email-client.git"
100100
source: git
101-
version: "0.0.0"
101+
version: "1.0.1"
102102
equatable:
103103
dependency: transitive
104104
description:

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: email_repository
22
description: A repository that provides an abstraction layer over email operations.
33
repository: https://github.com/flutter-news-app-full-source-code/email-repository
44
publish_to: none
5+
version: 1.0.1
56

67
environment:
78
sdk: ^3.9.0
@@ -10,11 +11,11 @@ dependencies:
1011
core:
1112
git:
1213
url: https://github.com/flutter-news-app-full-source-code/core.git
13-
ref: v1.2.0
14+
ref: v1.3.1
1415
email_client:
1516
git:
1617
url: https://github.com/flutter-news-app-full-source-code/email-client.git
17-
ref: v1.0.0
18+
ref: v1.0.1
1819

1920
dev_dependencies:
2021
mocktail: ^1.0.4

0 commit comments

Comments
 (0)