Skip to content

Commit 28160ca

Browse files
[local_auth] Add compatibility with intl 0.20 (#8217)
Nothing in `intl` 0.20 breaks `local_auth` usage, so expand the compatibility window to include 0.20.x for better ecosystem compatibility. Fixes flutter/flutter#159591
1 parent d441566 commit 28160ca

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

packages/local_auth/local_auth_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.47
2+
3+
* Adds compatibility with `intl` 0.20.0.
4+
15
## 1.0.46
26

37
* Updates Java compatibility version to 11.

packages/local_auth/local_auth_android/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_auth_android
22
description: Android implementation of the local_auth plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/local_auth/local_auth_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
5-
version: 1.0.46
5+
version: 1.0.47
66

77
environment:
88
sdk: ^3.5.0
@@ -21,7 +21,7 @@ dependencies:
2121
flutter:
2222
sdk: flutter
2323
flutter_plugin_android_lifecycle: ^2.0.1
24-
intl: ">=0.17.0 <0.20.0"
24+
intl: ">=0.17.0 <0.21.0"
2525
local_auth_platform_interface: ^1.0.1
2626

2727
dev_dependencies:

packages/local_auth/local_auth_darwin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.2
2+
3+
* Adds compatibility with `intl` 0.20.0.
4+
15
## 1.4.1
26

37
* Updates to the current version of Pigeon.

packages/local_auth/local_auth_darwin/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_auth_darwin
22
description: iOS implementation of the local_auth plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/local_auth/local_auth_darwin
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
5-
version: 1.4.1
5+
version: 1.4.2
66

77
environment:
88
sdk: ^3.3.0
@@ -24,7 +24,7 @@ flutter:
2424
dependencies:
2525
flutter:
2626
sdk: flutter
27-
intl: ">=0.17.0 <0.20.0"
27+
intl: ">=0.17.0 <0.21.0"
2828
local_auth_platform_interface: ^1.0.1
2929

3030
dev_dependencies:

0 commit comments

Comments
 (0)