Skip to content

Commit

Permalink
v1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Apr 27, 2024
1 parent 0b1708b commit 6a06086
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 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.22] - 2024-04-27

* Update the pubspec.yaml

# [1.0.21] - 2024-04-17

* 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.21
laravel_auth_slate: ^1.0.22
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.21"
version: "1.0.22"
leak_tracker:
dependency: transitive
description:
Expand Down Expand Up @@ -280,10 +280,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: e85032ddfdd3df8d47391c46af66867ea57b630a4ee823a226a913fe67e96d02
sha256: "088cfcb38b2415b1fb1a437d8fb440d2d265291c1500c5810d6ded2727a05a72"
url: "https://pub.dev"
source: hosted
version: "5.64.0"
version: "5.66.0"
page_transition:
dependency: transitive
description:
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: laravel_auth_slate
description: Laravel authentication package, creates a login, signup and api service using Sanctum.
version: 1.0.21
version: 1.0.22
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.5.0
nylo_support: ^5.64.0
nylo_support: ^5.66.0
flutter:
sdk: flutter

Expand Down

0 comments on commit 6a06086

Please sign in to comment.