Skip to content

Commit

Permalink
changelog for v11.0.0-beta.6 (#2092)
Browse files Browse the repository at this point in the history
Co-authored-by: root <root@c52e35d06051>
  • Loading branch information
mapbox-github-ci-writer-5[bot] and root authored Oct 24, 2023
1 parent c31db93 commit a2b6dbc
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 15 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Mapbox welcomes participation and contributions from everyone.

# 11.0.0-beta.6

# 11.0.0-beta.6 October 24, 2023
## Breaking changes ⚠️
* Extension function `Style.getProjection()` return type changed from `Projection` to `Projection?`.
* Extension function `LocationComponentPlugin.createDefault2DPuck` in `LocationComponentUtils.kt` is now stand-alone `createDefault2DPuck`.
Expand Down Expand Up @@ -61,6 +62,7 @@ Mapbox welcomes participation and contributions from everyone.
* Update gl-native to v11.0.0-beta.7 and common to v24.0.0-beta.7.



# 11.0.0-beta.5 October 09, 2023
## Breaking changes ⚠️
* Rename `MapCameraManagerDelegate` properties for methods `cameraForCoordinateBounds`, `cameraForCoordinates` and `cameraForGeometry` to align them with `MapboxMap` methods.
Expand Down
2 changes: 1 addition & 1 deletion extension-localization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.extension:maps-localization:11.0.0-beta.5'
implementation 'com.mapbox.extension:maps-localization:11.0.0-beta.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion extension-style/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.extension:maps-style:11.0.0-beta.5'
implementation 'com.mapbox.extension:maps-style:11.0.0-beta.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-animation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-animation:11.0.0-beta.5'
implementation 'com.mapbox.plugin:maps-animation:11.0.0-beta.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-annotation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-annotation:11.0.0-beta.5'
implementation 'com.mapbox.plugin:maps-annotation:11.0.0-beta.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-attribution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-attribution:11.0.0-beta.5'
implementation 'com.mapbox.plugin:maps-attribution:11.0.0-beta.6'
}
```

Expand Down
4 changes: 2 additions & 2 deletions plugin-compass/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-compass:11.0.0-beta.5'
implementation 'com.mapbox.plugin:maps-compass:11.0.0-beta.6'
// Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
implementation 'com.mapbox.plugin:maps-animation:11.0.0-beta.5'
implementation 'com.mapbox.plugin:maps-animation:11.0.0-beta.6'
}
```

Expand Down
4 changes: 2 additions & 2 deletions plugin-gestures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-gestures:11.0.0-beta.5'
implementation 'com.mapbox.plugin:maps-gestures:11.0.0-beta.6'
// Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin
implementation 'com.mapbox.plugin:maps-animation:11.0.0-beta.5'
implementation 'com.mapbox.plugin:maps-animation:11.0.0-beta.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-lifecycle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-lifecycle:11.0.0-beta.5'
implementation 'com.mapbox.plugin:maps-lifecycle:11.0.0-beta.6'
// Make sure the version of appcompat is 1.3.0+
implementation 'androidx.appcompat:appcompat:1.3.0'
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-locationcomponent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {
}
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-locationcomponent:11.0.0-beta.5'
implementation 'com.mapbox.plugin:maps-locationcomponent:11.0.0-beta.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-logo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-logo:11.0.0-beta.5'
implementation 'com.mapbox.plugin:maps-logo:11.0.0-beta.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-scalebar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-scalebar:11.0.0-beta.5'
implementation 'com.mapbox.plugin:maps-scalebar:11.0.0-beta.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-viewport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ allprojects {
}
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-viewport:11.0.0-beta.5'
implementation 'com.mapbox.plugin:maps-viewport:11.0.0-beta.6'
}
```

Expand Down

0 comments on commit a2b6dbc

Please sign in to comment.