Skip to content

Commit

Permalink
Merge branch 'release-leaflet-2.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Jul 1, 2020
2 parents 9fc880d + 453d1f1 commit 36b3a94
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@

# Extension Geoportail Leaflet, version 2.1.6

**29/06/2020**
**01/07/2020**
> Release Extension Geoportail Leaflet
## Summary

* mise à jour des dépendances (#263)
Mise à jour des dépendances (#263) et correctifs mineurs

## Changelog

Expand Down
Binary file not shown.
Binary file not shown.
62 changes: 31 additions & 31 deletions build/scripts/release/package-leaflet.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"directories" : {},
"author" : "IGNF",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"leaflet",
"publish"
],
"main" : "dist/GpPluginLeaflet-src.js",
"module" : "src/Leaflet/index.js",
"scripts" : {},
"name" : "geoportal-extensions-leaflet",
"bundleDependencies" : [],
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html",
"license" : "CECILL-B",
"devDependencies" : {},
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"scripts" : {},
"date" : "02/04/2020",
"bugs" : {},
"module" : "src/Leaflet/index.js",
"version" : "2.1.6",
"peerDependencies" : {},
"dependencies" : {
"sortablejs" : "1.8.4",
"proj4leaflet" : "1.0.2",
"loglevel" : "1.6.6",
"leaflet-draw" : "1.0.4",
"geoportal-access-lib" : "2.1.6",
"leaflet" : "1.5.1",
"proj4" : "2.6.0"
},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"dependencies" : {
"proj4leaflet" : "1.0.2",
"leaflet-draw" : "1.0.4",
"sortablejs" : "1.8.4",
"loglevel" : "1.6.6",
"leaflet" : "1.5.1",
"proj4" : "2.6.0",
"geoportal-access-lib" : "2.1.6"
},
"devDependencies" : {},
"name" : "geoportal-extensions-leaflet",
"description" : "French Geoportal Extension for Leaflet",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"leaflet",
"publish"
],
"main" : "dist/GpPluginLeaflet-src.js",
"directories" : {},
"peerDependencies" : {},
"bundleDependencies" : [],
"version" : "2.1.5",
"author" : "IGNF",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html",
"license" : "CECILL-B"
"bugs" : {},
"date" : "01/07/2020",
"description" : "French Geoportal Extension for Leaflet"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "geoportal-extensions",
"description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries",
"version": "2.2.15",
"date": "29/06/2020",
"date": "01/07/2020",
"leafletExtName": "French Geoportal Extension for Leaflet",
"leafletExtVersion": "2.1.5",
"leafletExtVersion": "2.1.6",
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.0.11",
"itownsExtName": "French Geoportal Extension for Itowns",
Expand Down

0 comments on commit 36b3a94

Please sign in to comment.