Skip to content

Release Places 0.11.0 and Scalebar 0.5.0 #1112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions plugin-places/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Mapbox welcomes participation and contributions from everyone.

### mapbox-android-plugin-places-v9:0.11.0 - March 31, 2020
####Bugs

- Setting reverse geocoding BottomSheetBehavior hideable to true [#1107](https://github.com/mapbox/mapbox-plugins-android/pull/1107)

### mapbox-android-plugin-places-v9:0.10.0 - March 5, 2020
#### Features
- Switching all plugins to AndroidX [#1100](https://github.com/mapbox/mapbox-plugins-android/pull/1100)
Expand Down
4 changes: 2 additions & 2 deletions plugin-places/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

// In the app build.gradle file
dependencies {
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places-v9:0.10.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places-v9:0.11.0'
}
```

Expand All @@ -39,7 +39,7 @@ repositories {

// In the app build.gradle file
dependencies {
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places-v9:0.11.0-SNAPSHOT'
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places-v9:0.12.0-SNAPSHOT'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-places/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.11.0-SNAPSHOT
VERSION_NAME=0.12.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-plugin-places-v9
POM_NAME=Mapbox Android Places Plugin
POM_DESCRIPTION=Mapbox Android Places Plugin
Expand Down
9 changes: 9 additions & 0 deletions plugin-scalebar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Mapbox welcomes participation and contributions from everyone.

### mapbox-android-plugin-scalebar-v9:0.5.0 - March 31, 2020
####Features

- Add option to config max width of scalebar [#1048](https://github.com/mapbox/mapbox-plugins-android/pull/1048)

####Bugs

- Fix scalebar not show correctly when pixelRatio is set [#1104](https://github.com/mapbox/mapbox-plugins-android/pull/1104)

### mapbox-android-plugin-scalebar-v9:0.4.0 - March 5, 2020
#### Features
- Switching all plugins to AndroidX [#1100](https://github.com/mapbox/mapbox-plugins-android/pull/1100)
Expand Down
4 changes: 2 additions & 2 deletions plugin-scalebar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

// In the app build.gradle file
dependencies {
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-scalebar-v9:0.4.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-scalebar-v9:0.5.0'
}
```

Expand All @@ -35,7 +35,7 @@ repositories {

// In the app build.gradle file
dependencies {
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-scalebar-v9:0.5.0-SNAPSHOT'
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-scalebar-v9:0.6.0-SNAPSHOT'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-scalebar/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.5.0-SNAPSHOT
VERSION_NAME=0.6.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-plugin-scalebar-v9
POM_NAME=Mapbox Android Scalebar Plugin
POM_DESCRIPTION=Mapbox Android Scalebar Plugin
Expand Down