diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index 7e879fae..79b3c058 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -9,18 +9,26 @@ ## Summary +Mise à jour de la bibliothèque d'accès et corrections diverses + ## Changelog * [Added] * [Changed] + - mise à jour de la bibliothèque d'accès en version 3.4.6 + * [Deprecated] * [Removed] * [Fixed] + - Mauvais rendu profil alti en cas de boucle (#384) + - Mauvais rendu du profil altimétrique sur les petits tracés (#385) + - Coquille dans la config webpack (#382) + * [Security] --- diff --git a/package.json b/package.json index 4d81db7b..6a4402d2 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "geoportal-extensions", "description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries", - "version": "3.0.4", - "date": "05/06/2024", + "version": "3.0.5", + "date": "26/12/2024", "leafletExtName": "French Geoportal Extension for Leaflet", "leafletExtVersion": "2.4.1", "olExtName": "French Geoportal Extension for OpenLayers", - "olExtVersion": "3.4.4", + "olExtVersion": "3.4.5", "itownsExtName": "French Geoportal Extension for Itowns", "itownsExtVersion": "2.5.1", "main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js", @@ -74,7 +74,7 @@ "dependencies": { "@mapbox/mapbox-gl-style-spec": "13.20.1", "eventbusjs": "0.2.0", - "geoportal-access-lib": "3.4.2", + "geoportal-access-lib": "3.4.6", "itowns": "2.38.2", "leaflet": "1.9.4", "leaflet-draw": "1.0.4",