Skip to content

Commit 6ddfc13

Browse files
author
Cameron Mace
authored
Update release all plugins (#440)
* update changelogs * release * reverted versions back to snapshot
1 parent 69063be commit 6ddfc13

14 files changed

Lines changed: 31 additions & 10 deletions

File tree

plugin-building/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog for the Mapbox building plugin
22

3-
### 0.2.0 - TBD
3+
### 0.2.0 - April 18, 2018
4+
- Updates Map SDK to 6.0.1
45
- Adds `isVisible` API [#404](https://github.com/mapbox/mapbox-plugins-android/pull/404)
56

67
### 0.1.0 - July 19, 2017

plugin-building/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.2.0-SNAPSHOT
1+
VERSION_NAME=0.3.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-android-plugin-building
33
POM_NAME=Mapbox Android Building Plugin
44
POM_DESCRIPTION=Mapbox Android Building Plugin

plugin-cluster/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5-
### 0.1.0 - October, 2017
5+
### 0.2.0 - April 18, 2018
6+
- Updates Map SDK to 6.0.1
67

8+
### 0.1.0 - October 30, 2017
79
- Initial release as a standalone package.

plugin-cluster/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.1.0-SNAPSHOT
1+
VERSION_NAME=0.3.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-android-plugin-cluster-utils
33
POM_NAME=Mapbox Android Plugin Cluster Utils
44
POM_DESCRIPTION=Mapbox Android Plugin Cluster Utils

plugin-geojson/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
### 0.2.0 - April 18, 2018
6+
- Updates Map SDK to 6.0.1
7+
- Adds consumer ProGuard rules [#373](https://github.com/mapbox/mapbox-plugins-android/pull/373)
8+
59
### 0.1.0 - September 8, 2017
610

711
- Initial release as a standalone package.

plugin-geojson/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.1.0-SNAPSHOT
1+
VERSION_NAME=0.3.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-android-plugin-geojson
33
POM_NAME=Mapbox Android GeoJson Plugin
44
POM_DESCRIPTION=Mapbox Android GeoJson Plugin

plugin-localization/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5-
### 0.1.0 - TBD
5+
### 0.2.0 - April 18, 2018
6+
- Updates Map SDK to 6.0.1
67

8+
### 0.1.0 - February 27, 2018
79
- Initial release as a standalone package.

plugin-localization/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.2.0-SNAPSHOT
1+
VERSION_NAME=0.3.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-android-plugin-localization
33
POM_NAME=Mapbox Android Localization Plugin
44
POM_DESCRIPTION=Mapbox Android Localization Plugin

plugin-offline/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Changelog for the Mapbox offline plugin
2+
3+
### 0.1.0 - April 18, 2018
4+
- Initial release as a standalone package.

plugin-offline/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.1.0-SNAPSHOT
1+
VERSION_NAME=0.2.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-android-plugin-offline
33
POM_NAME=Mapbox Android Offline Plugin
44
POM_DESCRIPTION=Mapbox Android Offline Plugin

0 commit comments

Comments
 (0)