From ebde675f909053cbd2fffae74d29ce018305bd26 Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-3[bot]" <79159042+mapbox-github-ci-writer-3[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 13:10:12 +0000 Subject: [PATCH] changelog for v10.18.1 (#2513) 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 d83fd0786f..1a7c19df60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,15 @@ Mapbox welcomes participation and contributions from everyone. -# 10.18.1 + +# 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. ## Dependencies * Update common to v23.10.1. + # 10.18.0 May 23, 2024 ## Bug fixes 🐞 * Reduce unnecessary usage of main thread during lifecycle monitoring. diff --git a/extension-localization/README.md b/extension-localization/README.md index b4fd8492f6..83f523324c 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.0' + implementation 'com.mapbox.extension:maps-localization:10.18.1' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 3b825c2b57..786053548f 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.0' + implementation 'com.mapbox.extension:maps-style:10.18.1' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index 38f599b1fc..9faeda5eb1 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.0' + implementation 'com.mapbox.plugin:maps-animation:10.18.1' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index e125230628..483d6f6bc9 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.0' + implementation 'com.mapbox.plugin:maps-annotation:10.18.1' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index e8df19e013..bdefbff2b7 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.0' + implementation 'com.mapbox.plugin:maps-attribution:10.18.1' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 9f60f7a41f..5ac5b882d0 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.0' + implementation 'com.mapbox.plugin:maps-compass:10.18.1' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.18.0' + implementation 'com.mapbox.plugin:maps-animation:10.18.1' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index aebb2b7a4c..3fe9e70c19 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.0' + implementation 'com.mapbox.plugin:maps-gestures:10.18.1' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.18.0' + implementation 'com.mapbox.plugin:maps-animation:10.18.1' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 5d86aa54be..76382fb1af 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.0' + implementation 'com.mapbox.plugin:maps-lifecycle:10.18.1' // 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 1517a46fd8..efab2c96a6 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.0' + implementation 'com.mapbox.plugin:maps-locationcomponent:10.18.1' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index bc459849b3..bea59b2f43 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.0' + implementation 'com.mapbox.plugin:maps-logo:10.18.1' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 7ee94fc30f..cd4d2d05cf 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.0' + implementation 'com.mapbox.plugin:maps-scalebar:10.18.1' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 9ec90b97ab..72a3e5a315 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.0' + implementation 'com.mapbox.plugin:maps-viewport:10.18.1' } ```