From f30a797279d47b5f660a30f346a76f2b1fd832ea Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-2[bot]" <79158971+mapbox-github-ci-writer-2[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:56:38 +0000 Subject: [PATCH] changelog for v11.9.0 (#2901) Co-authored-by: root --- CHANGELOG.md | 4 +++- extension-androidauto/README.md | 2 +- extension-compose/README.md | 4 ++-- extension-localization/README.md | 2 +- extension-style/README.md | 2 +- gradle.properties | 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 +- 16 files changed, 21 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd27249f4..f427a953ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ Mapbox welcomes participation and contributions from everyone. ## Features ✨ and improvements 🏁 * Localize geofencing attribution dialog. -# 11.9.0 + +# 11.9.0 December 18, 2024 ## Breaking changes ⚠️ * Expose experimental Geofencing with `com.mapbox.annotation.MapboxExperimental`. * Move experimental geofencing classes to `com.mapbox.common.geofencing` package from `com.mapbox.common.experimental.geofencing`. @@ -68,6 +69,7 @@ Mapbox welcomes participation and contributions from everyone. * Update gl-native to v11.9.0 and common to v24.9.0. + # 11.9.0-rc.1 December 10, 2024 ## Features ✨ and improvements 🏁 * Add `toHsla` expression. diff --git a/extension-androidauto/README.md b/extension-androidauto/README.md index 06062c6063..4252ebd02b 100644 --- a/extension-androidauto/README.md +++ b/extension-androidauto/README.md @@ -33,7 +33,7 @@ allprojects { // In your build.gradle, add the extension with your other dependencies. dependencies { // Note that the Mapbox Android Auto Extension depends on the entire Mapbox Maps SDK, it will bring the whole Mapbox Maps SDK with the same version as transitive dependency. - implementation 'com.mapbox.extension:maps-androidauto:11.9.0-rc.1' + implementation 'com.mapbox.extension:maps-androidauto:11.9.0' } ``` diff --git a/extension-compose/README.md b/extension-compose/README.md index 803f1a70c3..6f30cf81fd 100644 --- a/extension-compose/README.md +++ b/extension-compose/README.md @@ -51,11 +51,11 @@ allprojects { // In your build.gradle, add the compose extension with your other dependencies. dependencies { - implementation 'com.mapbox.extension:maps-compose:11.9.0-rc.1' + implementation 'com.mapbox.extension:maps-compose:11.9.0' // Pick your versions of Android Mapbox Map SDK // Note that Compose extension is compatible with Maps SDK v11.0+. - implementation 'com.mapbox.maps:android:11.9.0-rc.1' + implementation 'com.mapbox.maps:android:11.9.0' } ``` diff --git a/extension-localization/README.md b/extension-localization/README.md index 6941f6cb42..18e7272e58 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:11.9.0-rc.1' + implementation 'com.mapbox.extension:maps-localization:11.9.0' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 199bc7a53d..bf138c49c9 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:11.9.0-rc.1' + implementation 'com.mapbox.extension:maps-style:11.9.0' } ``` diff --git a/gradle.properties b/gradle.properties index 409bfb1a38..e5f17c12eb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.9.0-SNAPSHOT +VERSION_NAME=11.10.0-SNAPSHOT # Project-wide Gradle settings. # IDE (e.g. Android Studio) users: diff --git a/plugin-animation/README.md b/plugin-animation/README.md index ed1ee0745a..3955d3a5b6 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:11.9.0-rc.1' + implementation 'com.mapbox.plugin:maps-animation:11.9.0' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 3d72ea6152..2e6ad47a1e 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:11.9.0-rc.1' + implementation 'com.mapbox.plugin:maps-annotation:11.9.0' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 9d5fe6ca52..8f930e6c92 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:11.9.0-rc.1' + implementation 'com.mapbox.plugin:maps-attribution:11.9.0' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 3c0c894ecc..8d4929ef14 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:11.9.0-rc.1' + implementation 'com.mapbox.plugin:maps-compass:11.9.0' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.9.0-rc.1' + implementation 'com.mapbox.plugin:maps-animation:11.9.0' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index f91b25217b..df04e11a57 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:11.9.0-rc.1' + implementation 'com.mapbox.plugin:maps-gestures:11.9.0' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.9.0-rc.1' + implementation 'com.mapbox.plugin:maps-animation:11.9.0' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 425f72cb0a..c24b03875d 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:11.9.0-rc.1' + implementation 'com.mapbox.plugin:maps-lifecycle:11.9.0' // 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 0492793c54..4e586310f8 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:11.9.0-rc.1' + implementation 'com.mapbox.plugin:maps-locationcomponent:11.9.0' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 68c476d0c9..499934e813 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:11.9.0-rc.1' + implementation 'com.mapbox.plugin:maps-logo:11.9.0' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 61359dda21..4f6dfdbb83 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:11.9.0-rc.1' + implementation 'com.mapbox.plugin:maps-scalebar:11.9.0' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index da2b0b8ee9..eb6b1ca2c0 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:11.9.0-rc.1' + implementation 'com.mapbox.plugin:maps-viewport:11.9.0' } ```