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 39bac0f..9250801 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -37,11 +37,11 @@ packages: dependency: "direct main" description: path: "." - ref: "v1.0.0" - resolved-ref: a90e24285874e4c39cb331bbbeae2423901f3289 + ref: "v1.0.1" + resolved-ref: "605212aa4bf2a106691f447b824c66bb5218205c" url: "https://github.com/flutter-news-app-full-source-code/auth-client.git" source: git - version: "0.0.0" + version: "1.0.1" boolean_selector: dependency: transitive description: @@ -78,11 +78,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 0efc27c..e734013 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,6 +2,7 @@ name: auth_inmemory description: An in-memory implementation of the AuthClient interface. repository: https://github.com/flutter-news-app-full-source-code/auth-inmemory publish_to: none +version: 1.0.1 environment: sdk: ^3.9.0 @@ -10,11 +11,11 @@ dependencies: auth_client: git: url: https://github.com/flutter-news-app-full-source-code/auth-client.git - ref: v1.0.0 + ref: v1.0.1 core: git: url: https://github.com/flutter-news-app-full-source-code/core.git - ref: v1.2.0 + ref: v1.3.1 logging: ^1.3.0 uuid: ^4.5.1