diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index cab321855..325893e36 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -1,6 +1,6 @@ -# SDK Geoportail 2D/3D, version 3.1.8 +# SDK Geoportail 2D/3D, version 3.1.9 -**22/06/2021 : version 3.1.8** +**30/06/2021 : version 3.1.9** > Release SDK Geoportail 2D/3D ## Summary @@ -13,15 +13,13 @@ * [Changed] - - mise à jour ext-gp-ol-3.0.18 (#81) - - mise à jour ext-gp-itowns-2.3.3 et iTowns 2.33 (#79) + - mise à jour ext-gp-ol-3.0.19 (#82) * [Removed] * [Fixed] - - fix de la saisie main levee du profil alti (#80) - - fix chargement des labels vecteur tuilé après switch 2D->3D (#79) + - fix visuel vignette du profil alti (#82) * [Deprecated] diff --git a/package.json b/package.json index 5b714665b..42e096b4e 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "geoportal-sdk", - "version": "3.1.8", - "date": "22/06/2021", - "SDK2DVersion": "3.1.8", - "SDK3DVersion": "3.1.8", + "version": "3.1.9", + "date": "30/06/2021", + "SDK2DVersion": "3.1.9", + "SDK3DVersion": "3.1.9", "description": "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries", "main": "dist/2d/GpSDK2D-src.js, dist/3d/GpSDK3d-src.js", "module": "src/SDK2D.js, src/SDK3D.js", @@ -72,7 +72,7 @@ "expose-loader": "^0.7.5", "fs-extra": "^9.0.0", "geoportal-extensions-itowns": "2.3.3", - "geoportal-extensions-openlayers": "3.0.18", + "geoportal-extensions-openlayers": "3.0.19", "handlebars": "^4.7.5", "handlebars-layouts": "^3.1.4", "html-webpack-plugin": "^4.0.4",