Skip to content

Commit

Permalink
v1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jan 16, 2025
1 parent ea186d8 commit 15c1c16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.1.12] - 2024-01-16

* Dependency updates

## [1.1.11] - 2024-01-14

* Fix Laravel api service stub
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 15c1c16

Please sign in to comment.