Skip to content

Commit

Permalink
Merge branch 'release-itowns-2.2.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Jul 1, 2020
2 parents 36b3a94 + b0d4d4b commit 9f7c045
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 33 deletions.
14 changes: 7 additions & 7 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

# Extension Geoportail Itowns, version 2.2.10

**29/06/2020**
**01/07/2020**
> Release Extension Geoportail Itowns
## Summary
Expand All @@ -53,23 +53,23 @@

- ajout de la commande : npm run eslint (#263)
- ajout d'un guide sur les bonnes pratiques de dev (0e396cce78ccbcb0691f9a4f2f73cd7a43d57b5f)
- ajout d'un controle d'exageration du relief, boostRelief control (#268)
- ajout d'un controle d'exageration du relief, boostRelief control (#268)

* [Changed]

- refacto exemples : ajout des couches après initialisation de la carte (e43dc1fb675b54c9777b8726a9110584c0cca5e1)
- refacto exemples : ajout des couches après initialisation de la carte (e43dc1fb675b54c9777b8726a9110584c0cca5e1)

* [Deprecated]

* [Removed]

- suppression des tests en mode console (#263)
- suppression de la couverture du code (#263)
- suppression des tests en mode console (#263)
- suppression de la couverture du code (#263)

* [Fixed]

- fix des tests unitaires (#264)
- fix de la position des widgets à l'initialisation (#265)
- fix des tests unitaires (#264)
- fix de la position des widgets à l'initialisation (#265)

* [Security]

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
50 changes: 25 additions & 25 deletions build/scripts/release/package-itowns.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"license" : "CECILL-B",
"bugs" : {},
"description" : "French Geoportal Extensions for iTowns",
"author" : "IGNF",
"scripts" : {},
"date" : "01/07/2020",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"keywords" : [
"geoportail",
"plugin",
"javascript",
"Itowns"
],
"dependencies" : {
"loglevel" : "1.6.6",
"three.meshline" : "1.2.0",
"itowns" : "2.19.0",
"request" : "^2.83.0",
"three" : "0.113.2",
"proj4" : "2.6.0",
"three.meshline" : "1.2.0",
"loglevel" : "1.6.6",
"sortablejs" : "1.8.4",
"xmldom" : "^0.1.27",
"geoportal-access-lib" : "2.1.6",
"proj4" : "2.6.0",
"sortablejs" : "1.8.4"
"itowns" : "2.19.0",
"request" : "^2.83.0"
},
"version" : "2.2.9",
"name" : "geoportal-extensions-itowns",
"main" : "dist/GpPluginItowns-src.js",
"date" : "02/04/2020",
"peerDependencies" : {},
"directories" : {},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"devDependencies" : {},
"module" : "src/Itowns/index.js",
"bundleDependencies" : [],
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
]
],
"module" : "src/Itowns/index.js",
"bugs" : {},
"directories" : {},
"name" : "geoportal-extensions-itowns",
"bundleDependencies" : [],
"scripts" : {},
"author" : "IGNF",
"description" : "French Geoportal Extensions for iTowns",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"peerDependencies" : {},
"version" : "2.2.10",
"license" : "CECILL-B",
"devDependencies" : {}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.0.11",
"itownsExtName": "French Geoportal Extension for Itowns",
"itownsExtVersion": "2.2.9",
"itownsExtVersion": "2.2.10",
"main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",
"module": "src/Leaflet/index.js, src/OpenLayers/index.js, src/Itowns/index.js",
"directories": {},
Expand Down

0 comments on commit 9f7c045

Please sign in to comment.