From d984ee6c6c19da9b0fb80276a77b7ee41dc0e5df Mon Sep 17 00:00:00 2001 From: fulleni Date: Fri, 24 Oct 2025 17:15:24 +0100 Subject: [PATCH] chore(deps): bump core from v1.2.0 to v1.3.1 - Update core dependency to version 1.3.1 - Update CHANGELOG.md with new version details - Increment auth_client version to 1.0.1 --- CHANGELOG.md | 7 +++++++ pubspec.lock | 6 +++--- pubspec.yaml | 3 ++- 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1f9ba0b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## 1.0.1 - 2025-10-24 + +- **chore**: update dependencies + +## 1.0.0 - 2025-10-13 + +- **chore**: initial release. diff --git a/pubspec.lock b/pubspec.lock index f036bb0..2f2b29b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -133,11 +133,11 @@ packages: dependency: "direct main" description: path: "." - ref: "v1.2.0" - resolved-ref: d052799c1ebb7bcdd1a725a2a7919948c14fa001 + ref: "v1.3.1" + resolved-ref: a03efff11b7577974cb444a1a6a46fee8b05ea42 url: "https://github.com/flutter-news-app-full-source-code/core.git" source: git - version: "1.2.0" + version: "1.3.1" coverage: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index df35537..bc05694 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,6 +2,7 @@ name: auth_client description: Defines the abstract interface for authentication operations within the Headlines Toolkit, supporting email+code and anonymous flows. repository: https://github.com/flutter-news-app-full-source-code/auth-client publish_to: none +version: 1.0.1 environment: sdk: ^3.9.0 @@ -10,7 +11,7 @@ dependencies: core: git: url: https://github.com/flutter-news-app-full-source-code/core.git - ref: v1.2.0 + ref: v1.3.1 equatable: ^2.0.7 json_annotation: ^4.9.0