From 15c1c16ce676af8939d88310d5a691e3afe74ee5 Mon Sep 17 00:00:00 2001 From: Anthony Date: Thu, 16 Jan 2025 12:36:01 +0700 Subject: [PATCH] v1.1.12 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f789909..47a3621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.1.12] - 2024-01-16 + +* Dependency updates + ## [1.1.11] - 2024-01-14 * Fix Laravel api service stub diff --git a/README.md b/README.md index 4c46257..38279aa 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This will add a line like this to your package's pubspec.yaml (and run an implic ``` dart dependencies: ... - scaffold_ui: ^1.1.11 + scaffold_ui: ^1.1.12 ``` ## Usage diff --git a/pubspec.yaml b/pubspec.yaml index 2b6b33b..509e8d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: scaffold_ui description: "Authentication package for Flutter. Scaffold Supabase, Firebase, Laravel, and more." -version: 1.1.11 +version: 1.1.12 homepage: https://nylo.dev repository: https://github.com/nylo-core/scaffold_ui issue_tracker: https://github.com/nylo-core/scaffold_ui/issues @@ -18,7 +18,7 @@ environment: dependencies: args: ^2.6.0 - nylo_support: ^6.15.0 + nylo_support: ^6.16.1 dart_console: ^4.1.1 flutter: sdk: flutter