Skip to content

Commit

Permalink
Update glnative to 11.7.1, common to 24.7.1. (#2784)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengdev authored Oct 10, 2024
1 parent feda8e8 commit f26a5c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Mapbox welcomes participation and contributions from everyone.

# main

# 11.7.1
## Bug fixes 🐞
* Respect polygons with holes on querying rendered features.

## Dependencies
* Update gl-native to v11.7.1 and common to v24.7.1.

# 11.7.0 September 26, 2024
## Features ✨ and improvements 🏁
* [compose] Introduce `PointAnnotationState.iconOcclusionOpacity`, `PointAnnotationState.textOcclusionOpacity` to control occlusion opacity for individual point annotation.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens

===========================================================================

### MapboxCoreMaps,11.7.0,Mapbox ToS,Mapbox,https://www.mapbox.com/
### MapboxCoreMaps,11.7.1,Mapbox ToS,Mapbox,https://www.mapbox.com/

```
Mapbox Core Maps version 10.0
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ japicmp = "0.4.1"
# Dependencies

# GlNative and Common are used by the convention plugin
mapboxGlNative = "11.7.0"
mapboxCommon = "24.7.0"
mapboxGlNative = "11.7.1"
mapboxCommon = "24.7.1"

mapboxBase = "0.11.0"
mapboxGestures = "0.8.0"
Expand Down

0 comments on commit f26a5c7

Please sign in to comment.