From 78048db44836e7c22696d72c656613b022aa6496 Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-5[bot]" <79159111+mapbox-github-ci-writer-5[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:22:37 +0000 Subject: [PATCH] changelog for v11.0.0 (#2159) Co-authored-by: root --- CHANGELOG.md | 4 +++- extension-compose/README.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 +- 14 files changed, 19 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 005b74da0a..af17b75583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ Mapbox welcomes participation and contributions from everyone. -# 11.0.0 + +# 11.0.0 November 29, 2023 ## Breaking changes ⚠️ * **Minimum OpenGL ES version is now 3.0**. * **Update SDK's `targetSdkVersion` and `compileSdkVersion` to 33**. @@ -259,6 +260,7 @@ Mapbox welcomes participation and contributions from everyone. | androidx.compose.compiler:compiler | | 1.3.2 | | com.pinterest:ktlint | 0.39.0 | 0.48.2 | + # 11.0.0-rc.2 November 17, 2023 ## Breaking changes ⚠️ * Minimum OpenGL ES version is now 3.0 diff --git a/extension-compose/README.md b/extension-compose/README.md index 57760e5b04..438fa3df6b 100644 --- a/extension-compose/README.md +++ b/extension-compose/README.md @@ -49,11 +49,11 @@ allprojects { // In your build.gradle, add the compose extension with your other dependencies. dependencies { - implementation 'com.mapbox.extension:maps-compose:11.0.0-rc.2' + implementation 'com.mapbox.extension:maps-compose:11.0.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.0.0-rc.2' + implementation 'com.mapbox.maps:android:11.0.0' } ``` diff --git a/extension-localization/README.md b/extension-localization/README.md index 959982663d..b97cca9d93 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.0.0-rc.2' + implementation 'com.mapbox.extension:maps-localization:11.0.0' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 246408e8c3..c990c1c2c2 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.0.0-rc.2' + implementation 'com.mapbox.extension:maps-style:11.0.0' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index 369b93edda..22545a9baf 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.0.0-rc.2' + implementation 'com.mapbox.plugin:maps-animation:11.0.0' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 83158b4e5b..ae36fc2748 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.0.0-rc.2' + implementation 'com.mapbox.plugin:maps-annotation:11.0.0' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 2b8e7bdf26..5fd192ed08 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.0.0-rc.2' + implementation 'com.mapbox.plugin:maps-attribution:11.0.0' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 26dfff489d..265a1d4d45 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.0.0-rc.2' + implementation 'com.mapbox.plugin:maps-compass:11.0.0' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.0.0-rc.2' + implementation 'com.mapbox.plugin:maps-animation:11.0.0' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 9529552784..0b49524e03 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.0.0-rc.2' + implementation 'com.mapbox.plugin:maps-gestures:11.0.0' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.0.0-rc.2' + implementation 'com.mapbox.plugin:maps-animation:11.0.0' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index c03469be02..28a4e965fa 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.0.0-rc.2' + implementation 'com.mapbox.plugin:maps-lifecycle:11.0.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 588c019ecf..fb2ba25c26 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.0.0-rc.2' + implementation 'com.mapbox.plugin:maps-locationcomponent:11.0.0' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index c6780cfc72..b888f4ab95 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.0.0-rc.2' + implementation 'com.mapbox.plugin:maps-logo:11.0.0' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 420a21a71c..f49f8c8b04 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.0.0-rc.2' + implementation 'com.mapbox.plugin:maps-scalebar:11.0.0' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 680b510594..1f6fa361bf 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.0.0-rc.2' + implementation 'com.mapbox.plugin:maps-viewport:11.0.0' } ```