Skip to content

Commit

Permalink
📦 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed May 24, 2021
1 parent a6a46fc commit 1fd5066
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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/).

## [Unreleased][unreleased]

## [3.0.2] - 2021-05-24

### Fixed

- Do not use named exports from JSON ([info](https://webpack.js.org/migrate/5/#cleanup-the-code)) (🙏destus90🙏 [#1273](https://github.com/Esri/esri-leaflet/pull/1273))
Expand Down Expand Up @@ -781,7 +783,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/v3.0.1..HEAD
[unreleased]: https://github.com/esri/esri-leaflet/compare/v3.0.2..HEAD
[3.0.2]: https://github.com/esri/esri-leaflet/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/esri/esri-leaflet/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/esri/esri-leaflet/compare/v2.5.3...v3.0.0
[2.5.3]: https://github.com/esri/esri-leaflet/compare/v2.5.2...v2.5.3
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "3.0.1",
"version": "3.0.2",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"bugs": {
"url": "https://github.com/esri/esri-leaflet/issues"
Expand Down

0 comments on commit 1fd5066

Please sign in to comment.