Skip to content

Commit e29a777

Browse files
authored
[go_router] Batch release (#11424)
This PR was created automatically to batch release the `go_router`.
2 parents e064596 + 8bc5c41 commit e29a777

7 files changed

Lines changed: 12 additions & 9 deletions

File tree

packages/go_router/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 17.2.0
2+
3+
- Fixes `Block.then()` and `Allow.then()` navigation callbacks being silently lost when triggered by `refreshListenable` due to re-entrant route processing.
4+
- Adds `encoder`, `decoder` and `compare` parameters to `TypedQueryParameter` annotation for custom encoding, decoding and comparison of query parameters in `TypedGoRoute` constructors.
5+
16
## 17.1.0
27

38
- Adds `TypedQueryParameter` annotation to override parameter names in `TypedGoRoute` constructors.

packages/go_router/pending_changelogs/fix_block_then_reentrance.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/go_router/pending_changelogs/support_custom_types.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/go_router/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: go_router
22
description: A declarative router for Flutter based on Navigation 2 supporting
33
deep linking, data-driven routes and more
4-
version: 17.1.0
4+
version: 17.2.0
55
repository: https://github.com/flutter/packages/tree/main/packages/go_router
66
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router%22
77

packages/image_picker/image_picker_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.13+16
2+
3+
* Bumps androidx.core:core from 1.17.0 to 1.18.0.
4+
15
## 0.8.13+15
26

37
* Updates build files from Groovy to Kotlin.

packages/image_picker/image_picker_android/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
}
4040

4141
dependencies {
42-
implementation("androidx.core:core:1.17.0")
42+
implementation("androidx.core:core:1.18.0")
4343
implementation("androidx.annotation:annotation:1.9.1")
4444
implementation("androidx.exifinterface:exifinterface:1.4.2")
4545
implementation("androidx.activity:activity:1.12.4")

packages/image_picker/image_picker_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: image_picker_android
22
description: Android implementation of the image_picker plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
5-
version: 0.8.13+15
5+
version: 0.8.13+16
66

77
environment:
88
sdk: ^3.9.0

0 commit comments

Comments
 (0)