Skip to content

Commit

Permalink
v1.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Apr 23, 2024
1 parent 366b4ba commit fa1f2c2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 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.19] - 2024-04-23

* Update pubspec.yaml

## [1.1.18] - 2024-04-10

* Update pubspec.yaml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Add the following to your `pubspec.yaml` file:

``` yaml
dependencies:
permission_policy: ^1.1.18
permission_policy: ^1.1.19
```
or with Dart:
Expand Down
10 changes: 5 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ packages:
dependency: transitive
description:
name: dio
sha256: "0978e9a3e45305a80a7210dbeaf79d6ee8bee33f70c8e542dc654c952070217f"
sha256: "11e40df547d418cc0c4900a9318b26304e665da6fa4755399a9ff9efd09034b5"
url: "https://pub.dev"
source: hosted
version: "5.4.2+1"
version: "5.4.3+1"
equatable:
dependency: transitive
description:
Expand Down Expand Up @@ -281,10 +281,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: "9662d056297433385d570146b92f208e941d1fca795d5abc4f36dcacaf57bdd1"
sha256: "3a3083085eb8bd3c713d01ee5af8e7ba7c203c2b6907734e58ca2f8575ba437a"
url: "https://pub.dev"
source: hosted
version: "5.63.0"
version: "5.65.1"
page_transition:
dependency: transitive
description:
Expand Down Expand Up @@ -355,7 +355,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.18"
version: "1.1.19"
platform:
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: permission_policy
description: Permission policy helps you manage permissions in your Flutter application.
version: 1.1.18
version: 1.1.19
homepage: https://nylo.dev
repository: https://github.com/nylo-core/permission-policy
issue_tracker: https://github.com/nylo-core/permission-policy/issues
Expand All @@ -18,7 +18,7 @@ environment:
dependencies:
flutter:
sdk: flutter
nylo_support: ^5.63.0
nylo_support: ^5.65.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit fa1f2c2

Please sign in to comment.