diff --git a/CHANGELOG.md b/CHANGELOG.md index 0875076..c74f5a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.1.22] - 2024-05-02 + +* Update pubspec.yaml + ## [1.1.21] - 2024-04-30 * Update pubspec.yaml diff --git a/README.md b/README.md index 0e2fa42..8f46077 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Add the following to your `pubspec.yaml` file: ``` yaml dependencies: - permission_policy: ^1.1.21 + permission_policy: ^1.1.22 ``` or with Dart: diff --git a/example/pubspec.lock b/example/pubspec.lock index 0ed51c6..ee8f705 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -65,6 +65,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.0.5" + error_stack: + dependency: transitive + description: + name: error_stack + sha256: ad4e54bb6b7677d1e1dac4eb7350c0333e748470aa7b161c9a98678c359fb82c + url: "https://pub.dev" + source: hosted + version: "1.2.0" fake_async: dependency: transitive description: @@ -281,10 +289,10 @@ packages: dependency: transitive description: name: nylo_support - sha256: c3f371843fa15ff7c2cc44c5c3464bbad62506231d40290ae72690a57bada1ed + sha256: da574461f42f6797d8b6a82088377a336b9e531ffe1fa21a254d597f4ab1e011 url: "https://pub.dev" source: hosted - version: "5.67.1" + version: "5.68.0" page_transition: dependency: transitive description: @@ -355,7 +363,7 @@ packages: path: ".." relative: true source: path - version: "1.1.20" + version: "1.1.22" platform: dependency: transitive description: @@ -537,6 +545,70 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.2" + url_launcher: + dependency: transitive + description: + name: url_launcher + sha256: "6ce1e04375be4eed30548f10a315826fd933c1e493206eab82eed01f438c8d2e" + url: "https://pub.dev" + source: hosted + version: "6.2.6" + url_launcher_android: + dependency: transitive + description: + name: url_launcher_android + sha256: "360a6ed2027f18b73c8d98e159dda67a61b7f2e0f6ec26e86c3ada33b0621775" + url: "https://pub.dev" + source: hosted + version: "6.3.1" + url_launcher_ios: + dependency: transitive + description: + name: url_launcher_ios + sha256: "9149d493b075ed740901f3ee844a38a00b33116c7c5c10d7fb27df8987fb51d5" + url: "https://pub.dev" + source: hosted + version: "6.2.5" + url_launcher_linux: + dependency: transitive + description: + name: url_launcher_linux + sha256: ab360eb661f8879369acac07b6bb3ff09d9471155357da8443fd5d3cf7363811 + url: "https://pub.dev" + source: hosted + version: "3.1.1" + url_launcher_macos: + dependency: transitive + description: + name: url_launcher_macos + sha256: b7244901ea3cf489c5335bdacda07264a6e960b1c1b1a9f91e4bc371d9e68234 + url: "https://pub.dev" + source: hosted + version: "3.1.0" + url_launcher_platform_interface: + dependency: transitive + description: + name: url_launcher_platform_interface + sha256: "552f8a1e663569be95a8190206a38187b531910283c3e982193e4f2733f01029" + url: "https://pub.dev" + source: hosted + version: "2.3.2" + url_launcher_web: + dependency: transitive + description: + name: url_launcher_web + sha256: "8d9e750d8c9338601e709cd0885f95825086bd8b642547f26bda435aade95d8a" + url: "https://pub.dev" + source: hosted + version: "2.3.1" + url_launcher_windows: + dependency: transitive + description: + name: url_launcher_windows + sha256: ecf9725510600aa2bb6d7ddabe16357691b6d2805f66216a97d1b881e21beff7 + url: "https://pub.dev" + source: hosted + version: "3.1.1" validated: dependency: transitive description: @@ -586,5 +658,5 @@ packages: source: hosted version: "1.0.4" sdks: - dart: ">=3.3.0 <4.0.0" + dart: ">=3.3.3 <4.0.0" flutter: ">=3.19.0" diff --git a/pubspec.yaml b/pubspec.yaml index 6b7a00e..596a656 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: permission_policy description: Permission policy helps you manage permissions in your Flutter application. -version: 1.1.21 +version: 1.1.22 homepage: https://nylo.dev repository: https://github.com/nylo-core/permission-policy issue_tracker: https://github.com/nylo-core/permission-policy/issues @@ -18,7 +18,7 @@ environment: dependencies: flutter: sdk: flutter - nylo_support: ^5.67.1 + nylo_support: ^5.68.0 dev_dependencies: flutter_test: