From 42512c1ab9044da57c8bfdddb4ff06f0f6f74618 Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-4[bot]" <79159080+mapbox-github-ci-writer-4[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:31:48 +0000 Subject: [PATCH] changelog for v10.18.2 (#2578) Co-authored-by: root --- CHANGELOG.md | 4 +++- extension-localization/README.md | 2 +- extension-style/README.md | 2 +- plugin-animation/README.md | 2 +- plugin-annotation/README.md | 2 +- plugin-attribution/README.md | 2 +- plugin-compass/README.md | 4 ++-- plugin-gestures/README.md | 4 ++-- plugin-lifecycle/README.md | 2 +- plugin-locationcomponent/README.md | 2 +- plugin-logo/README.md | 2 +- plugin-scalebar/README.md | 2 +- plugin-viewport/README.md | 2 +- 13 files changed, 17 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd307205b..e2c3ea38c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ Mapbox welcomes participation and contributions from everyone. -# 10.18.2 + +# 10.18.2 June 24, 2024 ## Features ✨ and improvements 🏁 * Remove explicit main thread locking when using `CircleAnnotationManager`, `PointAnnotationManager`, `PolygonAnnotationManager`, `PolylineAnnotationManager` and dragging the map that could lead to an ANR. + # 10.18.1 May 30, 2024 ## Bug fixes 🐞 * Fix a bug when billing event can be retried endlessly with 0 timeout in case network returns error. diff --git a/extension-localization/README.md b/extension-localization/README.md index 83f523324c..be03bd07ac 100644 --- a/extension-localization/README.md +++ b/extension-localization/README.md @@ -31,7 +31,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.extension:maps-localization:10.18.1' + implementation 'com.mapbox.extension:maps-localization:10.18.2' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 786053548f..a67b67ca6f 100644 --- a/extension-style/README.md +++ b/extension-style/README.md @@ -32,7 +32,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.extension:maps-style:10.18.1' + implementation 'com.mapbox.extension:maps-style:10.18.2' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index 9faeda5eb1..d1b3bc1eae 100644 --- a/plugin-animation/README.md +++ b/plugin-animation/README.md @@ -34,7 +34,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-animation:10.18.1' + implementation 'com.mapbox.plugin:maps-animation:10.18.2' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 483d6f6bc9..f58be6e8e2 100644 --- a/plugin-annotation/README.md +++ b/plugin-annotation/README.md @@ -30,7 +30,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-annotation:10.18.1' + implementation 'com.mapbox.plugin:maps-annotation:10.18.2' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index bdefbff2b7..086145f966 100644 --- a/plugin-attribution/README.md +++ b/plugin-attribution/README.md @@ -33,7 +33,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-attribution:10.18.1' + implementation 'com.mapbox.plugin:maps-attribution:10.18.2' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 5ac5b882d0..e834fee436 100644 --- a/plugin-compass/README.md +++ b/plugin-compass/README.md @@ -32,9 +32,9 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-compass:10.18.1' + implementation 'com.mapbox.plugin:maps-compass:10.18.2' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.18.1' + implementation 'com.mapbox.plugin:maps-animation:10.18.2' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 3fe9e70c19..d661e77458 100644 --- a/plugin-gestures/README.md +++ b/plugin-gestures/README.md @@ -30,9 +30,9 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-gestures:10.18.1' + implementation 'com.mapbox.plugin:maps-gestures:10.18.2' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.18.1' + implementation 'com.mapbox.plugin:maps-animation:10.18.2' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 76382fb1af..a3984ba2e4 100644 --- a/plugin-lifecycle/README.md +++ b/plugin-lifecycle/README.md @@ -30,7 +30,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-lifecycle:10.18.1' + implementation 'com.mapbox.plugin:maps-lifecycle:10.18.2' // Make sure the version of appcompat is 1.3.0+ implementation 'androidx.appcompat:appcompat:1.3.0' } diff --git a/plugin-locationcomponent/README.md b/plugin-locationcomponent/README.md index efab2c96a6..136bb0a528 100644 --- a/plugin-locationcomponent/README.md +++ b/plugin-locationcomponent/README.md @@ -32,7 +32,7 @@ allprojects { } // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-locationcomponent:10.18.1' + implementation 'com.mapbox.plugin:maps-locationcomponent:10.18.2' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index bea59b2f43..2ec36af766 100644 --- a/plugin-logo/README.md +++ b/plugin-logo/README.md @@ -30,7 +30,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-logo:10.18.1' + implementation 'com.mapbox.plugin:maps-logo:10.18.2' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index cd4d2d05cf..0672e84a6f 100644 --- a/plugin-scalebar/README.md +++ b/plugin-scalebar/README.md @@ -32,7 +32,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-scalebar:10.18.1' + implementation 'com.mapbox.plugin:maps-scalebar:10.18.2' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 72a3e5a315..9199188a18 100644 --- a/plugin-viewport/README.md +++ b/plugin-viewport/README.md @@ -50,7 +50,7 @@ allprojects { } // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-viewport:10.18.1' + implementation 'com.mapbox.plugin:maps-viewport:10.18.2' } ```