From da470b2a564a8ef9993133c2d18102248f5ebc8b Mon Sep 17 00:00:00 2001 From: elias couppe Date: Tue, 14 May 2024 19:42:34 +0200 Subject: [PATCH] release ol-3.4.3 --- DRAFT_CHANGELOG.md | 4 +++- build/scripts/release/package-openlayers.json | 4 ++-- package.json | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index 67b6b2f0..5ce26d28 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -15,7 +15,7 @@ Mise à jour access-lib release 3.4.2 * [Changed] - - Access-lib 3.4.2 pour fix normalyze URL + Isodistance + - Access-lib 3.4.2 pour fix normalyze URL + Isodistance (33196fd6d85503f39c345e600645bc0493405bd5) * [Deprecated] @@ -23,6 +23,8 @@ Mise à jour access-lib release 3.4.2 * [Fixed] + - fix definitions de constructeurs (140878f91d578d008a047b3c6ef9b200743230f9) + * [Security] --- diff --git a/build/scripts/release/package-openlayers.json b/build/scripts/release/package-openlayers.json index 962dcf76..0859b7a6 100644 --- a/build/scripts/release/package-openlayers.json +++ b/build/scripts/release/package-openlayers.json @@ -6,10 +6,10 @@ "javascript", "OpenLayers" ], - "version" : "3.4.2", + "version" : "3.4.3", "types" : "src/OpenLayers/index.d.ts", "license" : "CECILL-B", - "date" : "17/04/2024", + "date" : "14/05/2024", "dependencies" : { "loglevel" : "1.6.6", "@mapbox/mapbox-gl-style-spec" : "13.20.1", diff --git a/package.json b/package.json index 838f5f50..3da1a864 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.2", - "date": "17/04/2024", + "version": "3.0.3", + "date": "14/05/2024", "leafletExtName": "French Geoportal Extension for Leaflet", "leafletExtVersion": "2.4.0", "olExtName": "French Geoportal Extension for OpenLayers", - "olExtVersion": "3.4.2", + "olExtVersion": "3.4.3", "itownsExtName": "French Geoportal Extension for Itowns", "itownsExtVersion": "2.5.0", "main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",