Skip to content

Commit 72f8108

Browse files
authored
[local_auth] Bump intl from ^0.17.0 to ">=0.17.0 <0.19.0" (#6848)
* Update intl from 0.17.0 to 0.18.0 * [local_auth] Bump `intl` from ^0.17.0 to ">=0.17.0 <0.19.0" * [local_auth] improve changelog description * [local_auth] improve changelog description * [local_auth] removes unused `intl` dependency
1 parent 697c8b3 commit 72f8108

File tree

8 files changed

+20
-9
lines changed

8 files changed

+20
-9
lines changed

packages/local_auth/local_auth/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## NEXT
1+
## 2.1.3
22

33
* Updates minimum Flutter version to 2.10.
4+
* Removes unused `intl` dependency.
45

56
## 2.1.2
67

packages/local_auth/local_auth/pubspec.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Android and iOS devices to allow local
33
authentication via fingerprint, touch ID, face ID, passcode, pin, or pattern.
44
repository: https://github.com/flutter/plugins/tree/main/packages/local_auth/local_auth
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
6-
version: 2.1.2
6+
version: 2.1.3
77

88
environment:
99
sdk: ">=2.14.0 <3.0.0"
@@ -22,7 +22,6 @@ flutter:
2222
dependencies:
2323
flutter:
2424
sdk: flutter
25-
intl: ^0.17.0
2625
local_auth_android: ^1.0.0
2726
local_auth_ios: ^1.0.1
2827
local_auth_platform_interface: ^1.0.1

packages/local_auth/local_auth_android/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.17
2+
3+
* Adds compatibility with `intl` 0.18.0.
4+
15
## 1.0.16
26

37
* Updates androidx.fragment version to 1.5.5.

packages/local_auth/local_auth_android/pubspec.yaml

+2-2
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/plugins/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.16
5+
version: 1.0.17
66

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

2727
dev_dependencies:

packages/local_auth/local_auth_ios/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.12
2+
3+
* Adds compatibility with `intl` 0.18.0.
4+
15
## 1.0.11
26

37
* Fixes issue where failed authentication was failing silently

packages/local_auth/local_auth_ios/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_auth_ios
22
description: iOS implementation of the local_auth plugin.
33
repository: https://github.com/flutter/plugins/tree/main/packages/local_auth/local_auth_ios
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.11
5+
version: 1.0.12
66

77
environment:
88
sdk: ">=2.14.0 <3.0.0"
@@ -19,7 +19,7 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
intl: ^0.17.0
22+
intl: ">=0.17.0 <0.19.0"
2323
local_auth_platform_interface: ^1.0.1
2424

2525
dev_dependencies:

packages/local_auth/local_auth_platform_interface/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.6
2+
3+
* Removes unused `intl` dependency.
4+
15
## 1.0.5
26

37
* Updates imports for `prefer_relative_imports`.

packages/local_auth/local_auth_platform_interface/pubspec.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repository: https://github.com/flutter/plugins/tree/main/packages/local_auth/loc
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
55
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
66
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
7-
version: 1.0.5
7+
version: 1.0.6
88

99
environment:
1010
sdk: ">=2.14.0 <3.0.0"
@@ -13,7 +13,6 @@ environment:
1313
dependencies:
1414
flutter:
1515
sdk: flutter
16-
intl: ^0.17.0
1716
plugin_platform_interface: ^2.1.2
1817

1918
dev_dependencies:

0 commit comments

Comments
 (0)