Skip to content

Commit

Permalink
v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Feb 9, 2024
1 parent 3fcb7e2 commit 65696e4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [1.0.12] - 2024-02-09

* Update the pubspec.yaml

# [1.0.11] - 2024-02-05

* Update the pubspec.yaml
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:
...
laravel_auth_slate: ^1.0.11
laravel_auth_slate: ^1.0.12
```

## Usage
Expand Down
16 changes: 12 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.0"
flutter_staggered_grid_view:
dependency: transitive
description:
name: flutter_staggered_grid_view
sha256: "19e7abb550c96fbfeb546b23f3ff356ee7c59a019a651f8f102a4ba9b7349395"
url: "https://pub.dev"
source: hosted
version: "0.7.0"
flutter_styled_toast:
dependency: transitive
description:
Expand Down Expand Up @@ -211,7 +219,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.10"
version: "1.0.12"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -240,10 +248,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: ad388120f9d14fbaeb5e2aa18b33741afc8f48997d4feb7cf6656cdae6bda992
sha256: e2ba148a93914bf93763b9c68ca40155fa215cb418f4f4423f99a59578f41c4a
url: "https://pub.dev"
source: hosted
version: "5.41.0"
version: "5.44.0"
page_transition:
dependency: transitive
description:
Expand Down Expand Up @@ -539,4 +547,4 @@ packages:
version: "0.2.0+3"
sdks:
dart: ">=3.2.0-194.0.dev <4.0.0"
flutter: ">=3.3.0"
flutter: ">=3.7.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: laravel_auth_slate
description: Laravel authentication package, creates a login, signup and api service using Sanctum.
version: 1.0.11
version: 1.0.12
homepage: https://nylo.dev
repository: https://github.com/nylo-core/laravel_auth_slate
issue_tracker: https://github.com/nylo-core/laravel_auth_slate/issues
Expand All @@ -18,7 +18,7 @@ environment:

dependencies:
args: ^2.4.2
nylo_support: ^5.41.1
nylo_support: ^5.44.0
flutter:
sdk: flutter

Expand Down

0 comments on commit 65696e4

Please sign in to comment.