From 7005a18b122b495b8cff40078cf14b0b25382a3a Mon Sep 17 00:00:00 2001 From: Cameron Mace Date: Wed, 18 Apr 2018 14:09:04 -0400 Subject: [PATCH 1/3] update changelogs --- plugin-building/CHANGELOG.md | 3 ++- plugin-cluster/CHANGELOG.md | 4 +++- plugin-geojson/CHANGELOG.md | 4 ++++ plugin-localization/CHANGELOG.md | 4 +++- plugin-offline/CHANGELOG.md | 4 ++++ plugin-places/CHANGELOG.md | 5 +++++ plugin-traffic/CHANGELOG.md | 3 +++ 7 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 plugin-offline/CHANGELOG.md diff --git a/plugin-building/CHANGELOG.md b/plugin-building/CHANGELOG.md index 4a573152f..948fa96dc 100644 --- a/plugin-building/CHANGELOG.md +++ b/plugin-building/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog for the Mapbox building plugin -### 0.2.0 - TBD +### 0.2.0 - April 18, 2018 +- Updates Map SDK to 6.0.1 - Adds `isVisible` API [#404](https://github.com/mapbox/mapbox-plugins-android/pull/404) ### 0.1.0 - July 19, 2017 diff --git a/plugin-cluster/CHANGELOG.md b/plugin-cluster/CHANGELOG.md index 69a7b4b60..290067048 100644 --- a/plugin-cluster/CHANGELOG.md +++ b/plugin-cluster/CHANGELOG.md @@ -2,6 +2,8 @@ Mapbox welcomes participation and contributions from everyone. -### 0.1.0 - October, 2017 +### 0.2.0 - April 18, 2018 +- Updates Map SDK to 6.0.1 +### 0.1.0 - October 30, 2017 - Initial release as a standalone package. diff --git a/plugin-geojson/CHANGELOG.md b/plugin-geojson/CHANGELOG.md index 6dae738ca..fbdc72a0a 100644 --- a/plugin-geojson/CHANGELOG.md +++ b/plugin-geojson/CHANGELOG.md @@ -2,6 +2,10 @@ Mapbox welcomes participation and contributions from everyone. +### 0.2.0 - April 18, 2018 +- Updates Map SDK to 6.0.1 +- Adds consumer ProGuard rules [#373](https://github.com/mapbox/mapbox-plugins-android/pull/373) + ### 0.1.0 - September 8, 2017 - Initial release as a standalone package. diff --git a/plugin-localization/CHANGELOG.md b/plugin-localization/CHANGELOG.md index 9e525736f..29ee0fe1c 100644 --- a/plugin-localization/CHANGELOG.md +++ b/plugin-localization/CHANGELOG.md @@ -2,6 +2,8 @@ Mapbox welcomes participation and contributions from everyone. -### 0.1.0 - TBD +### 0.2.0 - April 18, 2018 +- Updates Map SDK to 6.0.1 +### 0.1.0 - February 27, 2018 - Initial release as a standalone package. diff --git a/plugin-offline/CHANGELOG.md b/plugin-offline/CHANGELOG.md new file mode 100644 index 000000000..48c9f1fdb --- /dev/null +++ b/plugin-offline/CHANGELOG.md @@ -0,0 +1,4 @@ +# Changelog for the Mapbox offline plugin + +### 0.1.0 - April 18, 2018 +- Initial release as a standalone package. \ No newline at end of file diff --git a/plugin-places/CHANGELOG.md b/plugin-places/CHANGELOG.md index 335f9e907..9843119f2 100644 --- a/plugin-places/CHANGELOG.md +++ b/plugin-places/CHANGELOG.md @@ -2,6 +2,11 @@ Mapbox welcomes participation and contributions from everyone. +### 0.3.0 - April 18, 2018 +- Updates Map SDK to 6.0.1 +- Adds consumer ProGuard rules [#373](https://github.com/mapbox/mapbox-plugins-android/pull/373) +- Resolves Places Plugin Offline crash [#377](https://github.com/mapbox/mapbox-plugins-android/pull/377) + ### 0.2.2 - March 7, 2018 - Package namespacing is now corrected to match other plugins [#336](https://github.com/mapbox/mapbox-plugins-android/pull/336) - Back button in Place Picker activity now calls `finish()` [#337](https://github.com/mapbox/mapbox-plugins-android/pull/337) diff --git a/plugin-traffic/CHANGELOG.md b/plugin-traffic/CHANGELOG.md index ebe9e9b68..fd7b4d495 100644 --- a/plugin-traffic/CHANGELOG.md +++ b/plugin-traffic/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog for the Mapbox traffic plugin +### 0.5.0 - April 18, 2018 +- Updates Map SDK to 6.0.1 + ### 0.4.0 - March 7, 2018 - Updates Map SDK to 5.5.0 - Resolves issue with traffic tileset not being able to load correctly [#275](https://github.com/mapbox/mapbox-plugins-android/pull/275) \ No newline at end of file From c3e3b900a50988aaf3ede725e774e0c4293ccf80 Mon Sep 17 00:00:00 2001 From: Cameron Mace Date: Wed, 18 Apr 2018 14:09:28 -0400 Subject: [PATCH 2/3] release --- circle.yml | 2 +- plugin-building/gradle.properties | 2 +- plugin-cluster/gradle.properties | 2 +- plugin-geojson/gradle.properties | 2 +- plugin-localization/gradle.properties | 2 +- plugin-offline/gradle.properties | 2 +- plugin-places/gradle.properties | 2 +- plugin-traffic/gradle.properties | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/circle.yml b/circle.yml index 380b8a534..4009f8460 100644 --- a/circle.yml +++ b/circle.yml @@ -91,7 +91,7 @@ jobs: - deploy: name: Publish Plugins SDK To Maven Central command: | - if [ "${CIRCLE_BRANCH}" == "master" ]; then + if [ "${CIRCLE_BRANCH}" == "update-release-all-plugins" ]; then make publish ; fi - store_artifacts: diff --git a/plugin-building/gradle.properties b/plugin-building/gradle.properties index b1f2a268f..80fcd1462 100644 --- a/plugin-building/gradle.properties +++ b/plugin-building/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.2.0-SNAPSHOT +VERSION_NAME=0.2.0 POM_ARTIFACT_ID=mapbox-android-plugin-building POM_NAME=Mapbox Android Building Plugin POM_DESCRIPTION=Mapbox Android Building Plugin diff --git a/plugin-cluster/gradle.properties b/plugin-cluster/gradle.properties index e4bbff93e..ba9d2eb61 100644 --- a/plugin-cluster/gradle.properties +++ b/plugin-cluster/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.1.0-SNAPSHOT +VERSION_NAME=0.2.0 POM_ARTIFACT_ID=mapbox-android-plugin-cluster-utils POM_NAME=Mapbox Android Plugin Cluster Utils POM_DESCRIPTION=Mapbox Android Plugin Cluster Utils diff --git a/plugin-geojson/gradle.properties b/plugin-geojson/gradle.properties index 2a399ce5b..9a3e57989 100644 --- a/plugin-geojson/gradle.properties +++ b/plugin-geojson/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.1.0-SNAPSHOT +VERSION_NAME=0.2.0 POM_ARTIFACT_ID=mapbox-android-plugin-geojson POM_NAME=Mapbox Android GeoJson Plugin POM_DESCRIPTION=Mapbox Android GeoJson Plugin diff --git a/plugin-localization/gradle.properties b/plugin-localization/gradle.properties index 1fe2a0898..4941617e9 100644 --- a/plugin-localization/gradle.properties +++ b/plugin-localization/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.2.0-SNAPSHOT +VERSION_NAME=0.2.0 POM_ARTIFACT_ID=mapbox-android-plugin-localization POM_NAME=Mapbox Android Localization Plugin POM_DESCRIPTION=Mapbox Android Localization Plugin diff --git a/plugin-offline/gradle.properties b/plugin-offline/gradle.properties index eff5bc642..dec5f2548 100644 --- a/plugin-offline/gradle.properties +++ b/plugin-offline/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.1.0-SNAPSHOT +VERSION_NAME=0.1.0 POM_ARTIFACT_ID=mapbox-android-plugin-offline POM_NAME=Mapbox Android Offline Plugin POM_DESCRIPTION=Mapbox Android Offline Plugin diff --git a/plugin-places/gradle.properties b/plugin-places/gradle.properties index 38323108d..3fc852446 100644 --- a/plugin-places/gradle.properties +++ b/plugin-places/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.3.0-SNAPSHOT +VERSION_NAME=0.3.0 POM_ARTIFACT_ID=mapbox-android-plugin-places POM_NAME=Mapbox Android Places Plugin POM_DESCRIPTION=Mapbox Android Places Plugin diff --git a/plugin-traffic/gradle.properties b/plugin-traffic/gradle.properties index d627e55a2..5ee441746 100644 --- a/plugin-traffic/gradle.properties +++ b/plugin-traffic/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.5.0-SNAPSHOT +VERSION_NAME=0.5.0 POM_ARTIFACT_ID=mapbox-android-plugin-traffic POM_NAME=Mapbox Android Traffic Plugin POM_DESCRIPTION=Mapbox Android Traffic Plugin From 779aecf1955004cf9ceb07dc16447afcc71c845e Mon Sep 17 00:00:00 2001 From: Cameron Mace Date: Wed, 18 Apr 2018 14:29:14 -0400 Subject: [PATCH 3/3] reverted versions back to snapshot --- circle.yml | 2 +- plugin-building/gradle.properties | 2 +- plugin-cluster/gradle.properties | 2 +- plugin-geojson/gradle.properties | 2 +- plugin-localization/gradle.properties | 2 +- plugin-offline/gradle.properties | 2 +- plugin-places/gradle.properties | 2 +- plugin-traffic/gradle.properties | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/circle.yml b/circle.yml index 4009f8460..380b8a534 100644 --- a/circle.yml +++ b/circle.yml @@ -91,7 +91,7 @@ jobs: - deploy: name: Publish Plugins SDK To Maven Central command: | - if [ "${CIRCLE_BRANCH}" == "update-release-all-plugins" ]; then + if [ "${CIRCLE_BRANCH}" == "master" ]; then make publish ; fi - store_artifacts: diff --git a/plugin-building/gradle.properties b/plugin-building/gradle.properties index 80fcd1462..aaf4bcdb4 100644 --- a/plugin-building/gradle.properties +++ b/plugin-building/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.2.0 +VERSION_NAME=0.3.0-SNAPSHOT POM_ARTIFACT_ID=mapbox-android-plugin-building POM_NAME=Mapbox Android Building Plugin POM_DESCRIPTION=Mapbox Android Building Plugin diff --git a/plugin-cluster/gradle.properties b/plugin-cluster/gradle.properties index ba9d2eb61..2dc2a5d05 100644 --- a/plugin-cluster/gradle.properties +++ b/plugin-cluster/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.2.0 +VERSION_NAME=0.3.0-SNAPSHOT POM_ARTIFACT_ID=mapbox-android-plugin-cluster-utils POM_NAME=Mapbox Android Plugin Cluster Utils POM_DESCRIPTION=Mapbox Android Plugin Cluster Utils diff --git a/plugin-geojson/gradle.properties b/plugin-geojson/gradle.properties index 9a3e57989..99fe30dd1 100644 --- a/plugin-geojson/gradle.properties +++ b/plugin-geojson/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.2.0 +VERSION_NAME=0.3.0-SNAPSHOT POM_ARTIFACT_ID=mapbox-android-plugin-geojson POM_NAME=Mapbox Android GeoJson Plugin POM_DESCRIPTION=Mapbox Android GeoJson Plugin diff --git a/plugin-localization/gradle.properties b/plugin-localization/gradle.properties index 4941617e9..c0788e5d3 100644 --- a/plugin-localization/gradle.properties +++ b/plugin-localization/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.2.0 +VERSION_NAME=0.3.0-SNAPSHOT POM_ARTIFACT_ID=mapbox-android-plugin-localization POM_NAME=Mapbox Android Localization Plugin POM_DESCRIPTION=Mapbox Android Localization Plugin diff --git a/plugin-offline/gradle.properties b/plugin-offline/gradle.properties index dec5f2548..f098f9991 100644 --- a/plugin-offline/gradle.properties +++ b/plugin-offline/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.1.0 +VERSION_NAME=0.2.0-SNAPSHOT POM_ARTIFACT_ID=mapbox-android-plugin-offline POM_NAME=Mapbox Android Offline Plugin POM_DESCRIPTION=Mapbox Android Offline Plugin diff --git a/plugin-places/gradle.properties b/plugin-places/gradle.properties index 3fc852446..791a5213b 100644 --- a/plugin-places/gradle.properties +++ b/plugin-places/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.3.0 +VERSION_NAME=0.4.0-SNAPSHOT POM_ARTIFACT_ID=mapbox-android-plugin-places POM_NAME=Mapbox Android Places Plugin POM_DESCRIPTION=Mapbox Android Places Plugin diff --git a/plugin-traffic/gradle.properties b/plugin-traffic/gradle.properties index 5ee441746..425b575fa 100644 --- a/plugin-traffic/gradle.properties +++ b/plugin-traffic/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.5.0 +VERSION_NAME=0.6.0-SNAPSHOT POM_ARTIFACT_ID=mapbox-android-plugin-traffic POM_NAME=Mapbox Android Traffic Plugin POM_DESCRIPTION=Mapbox Android Traffic Plugin