Skip to content

Commit

Permalink
Merge pull request #645 from Esri/beta6
Browse files Browse the repository at this point in the history
📦 2.0.0-beta.6
  • Loading branch information
jgravois committed Sep 23, 2015
2 parents aa3cdaa + eb9979c commit 910472b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: node_js
before_install: npm install -g grunt-cli
sudo: false
node_js:
- "0.12"
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### [Upcoming changes][unreleased]

### [2.0.0-beta.6](v2.0.0-beta.6)

### Fixed

* Improved NationalGeographic and Gray attribution #612
Expand Down Expand Up @@ -344,7 +346,8 @@ None
* Add DarkGray and DarkGrayLabels to BasemapLayer. #190
* An attributionControl on maps is now required when using BasemapLayer. #159

[unreleased]: https://github.com/esri/esri-leaflet/compare/v2.0.0-beta.5...HEAD
[unreleased]: https://github.com/esri/esri-leaflet/compare/v2.0.0-beta.6...HEAD
[v2.0.0-beta.6]: https://github.com/esri/esri-leaflet/compare/v2.0.0-beta.5...v2.0.0-beta.6
[v2.0.0-beta.5]: https://github.com/esri/esri-leaflet/compare/v2.0.0-beta.4...v2.0.0-beta.5
[v2.0.0-beta.4]: https://github.com/esri/esri-leaflet/compare/v2.0.0-beta.3...v2.0.0-beta.4
[v2.0.0-beta.3]: https://github.com/esri/esri-leaflet/compare/v2.0.0-beta.2...v2.0.0-beta.3
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esri-leaflet",
"version": "v2.0.0-beta.5",
"version": "v2.0.0-beta.6",
"main": "dist/esri-leaflet.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esri-leaflet",
"description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services.",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"bugs": {
"url": "https://github.com/esri/esri-leaflet/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/EsriLeaflet.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export var VERSION = '2.0.0-beta.5';
export var VERSION = '2.0.0-beta.6';

// import base
export { Support } from './Support';
Expand Down

0 comments on commit 910472b

Please sign in to comment.