Skip to content

Commit edeea90

Browse files
committed
build(auth-inmemory): update dependencies and version
- Update auth-client dependency from v1.0.0 to v1.0.1 - Update core dependency from v1.2.0 to v1.3.1 - Bump auth-inmemory version from 1.0.0 to 1.0.1 - Add changelog entry for version 1.0.1
1 parent 5316331 commit edeea90

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
@@ -37,11 +37,11 @@ packages:
3737
dependency: "direct main"
3838
description:
3939
path: "."
40-
ref: "v1.0.0"
41-
resolved-ref: a90e24285874e4c39cb331bbbeae2423901f3289
40+
ref: "v1.0.1"
41+
resolved-ref: "605212aa4bf2a106691f447b824c66bb5218205c"
4242
url: "https://github.com/flutter-news-app-full-source-code/auth-client.git"
4343
source: git
44-
version: "0.0.0"
44+
version: "1.0.1"
4545
boolean_selector:
4646
dependency: transitive
4747
description:
@@ -78,11 +78,11 @@ packages:
7878
dependency: "direct main"
7979
description:
8080
path: "."
81-
ref: "v1.2.0"
82-
resolved-ref: d052799c1ebb7bcdd1a725a2a7919948c14fa001
81+
ref: "v1.3.1"
82+
resolved-ref: a03efff11b7577974cb444a1a6a46fee8b05ea42
8383
url: "https://github.com/flutter-news-app-full-source-code/core.git"
8484
source: git
85-
version: "1.2.0"
85+
version: "1.3.1"
8686
coverage:
8787
dependency: transitive
8888
description:

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: auth_inmemory
22
description: An in-memory implementation of the AuthClient interface.
33
repository: https://github.com/flutter-news-app-full-source-code/auth-inmemory
44
publish_to: none
5+
version: 1.0.1
56

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

0 commit comments

Comments
 (0)