diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index 4d8f0dbc..e4392728 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -1,5 +1,6 @@ + # Extension Geoportail OpenLayers, version __VERSION__ **__DATE__** @@ -7,18 +8,12 @@ ## Summary -Ajout d'exemples avec l'appel de *Gp.Services.getConfig()* et ajout de methodes de nettoyage sur les widgets de calcul - ## Changelog * [Added] - - ajout de méthodes de nettoyage pour les controles d'itineraire, d'isochrone, et de profil alti - * [Changed] - - Ajout d'exemples avec l'appel de *Gp.Services.getConfig()* - * [Deprecated] * [Removed] diff --git a/build/scripts/release/geoportal-extensions-leaflet-2.3.3.tgz b/build/scripts/release/geoportal-extensions-leaflet-2.3.3.tgz new file mode 100644 index 00000000..0fce8278 Binary files /dev/null and b/build/scripts/release/geoportal-extensions-leaflet-2.3.3.tgz differ diff --git a/build/scripts/release/package-leaflet.json b/build/scripts/release/package-leaflet.json index 63056106..da436d33 100644 --- a/build/scripts/release/package-leaflet.json +++ b/build/scripts/release/package-leaflet.json @@ -1,20 +1,23 @@ { + "version" : "2.3.3", + "main" : "dist/GpPluginLeaflet-src.js", "repository" : { - "url" : "https://github.com/IGNF/geoportal-extensions.git", - "type" : "git" + "type" : "git", + "url" : "https://github.com/IGNF/geoportal-extensions.git" }, - "date" : "01/06/2023", - "bugs" : {}, - "keywords" : [ - "geoportail", - "plugin", - "javascript", - "leaflet", - "publish" - ], - "homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html", - "types" : "src/Leaflet/index.d.ts", + "name" : "geoportal-extensions-leaflet", "devDependencies" : {}, + "dependencies" : { + "geoportal-access-lib" : "3.3.2", + "leaflet" : "1.7.1", + "proj4" : "2.7.5", + "sortablejs" : "1.8.4", + "proj4leaflet" : "1.0.2", + "leaflet-draw" : "1.0.4", + "loglevel" : "1.6.6", + "xmldom" : "^0.1.27", + "node-fetch" : "^2.6.1" + }, "files" : [ "dist/", "src/", @@ -22,25 +25,22 @@ "README.md", "package.json" ], - "description" : "French Geoportal Extension for Leaflet", - "name" : "geoportal-extensions-leaflet", - "main" : "dist/GpPluginLeaflet-src.js", - "version" : "2.2.9", + "directories" : {}, "scripts" : {}, + "types" : "src/Leaflet/index.d.ts", "peerDependencies" : {}, - "directories" : {}, + "date" : "21/07/2023", "license" : "CECILL-B", - "module" : "src/Leaflet/index.js", - "dependencies" : { - "sortablejs" : "1.8.4", - "node-fetch" : "^2.6.1", - "xmldom" : "^0.1.27", - "proj4leaflet" : "1.0.2", - "leaflet" : "1.7.1", - "leaflet-draw" : "1.0.4", - "geoportal-access-lib" : "3.3.1", - "loglevel" : "1.6.6", - "proj4" : "2.7.5" - }, - "bundleDependencies" : [] + "bundleDependencies" : [], + "keywords" : [ + "geoportail", + "plugin", + "javascript", + "leaflet", + "publish" + ], + "homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html", + "description" : "French Geoportal Extension for Leaflet", + "bugs" : {}, + "module" : "src/Leaflet/index.js" } diff --git a/doc/CHANGELOG-openlayers.md b/doc/CHANGELOG-openlayers.md index 0b6aaca6..0a8661dc 100644 --- a/doc/CHANGELOG-openlayers.md +++ b/doc/CHANGELOG-openlayers.md @@ -159,6 +159,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [Extension Geoportail OpenLayers, version 3.3.1](#extension-geoportail-openlayers-version-331) * [Summary](#summary-47) * [Changelog](#changelog-44) +- [Extension Geoportail OpenLayers, version 3.3.2](#extension-geoportail-openlayers-version-332) + * [Summary](#summary-48) + * [Changelog](#changelog-45) @@ -1824,3 +1827,31 @@ new ol.layer.Tile({ * [Security] --- +# Extension Geoportail OpenLayers, version 3.3.2 + +**21/07/2023** +> Release Extension Geoportail openlayers + +## Summary + +Ajout d'exemples avec l'appel de *Gp.Services.getConfig()* et ajout de methodes de nettoyage sur les widgets de calcul + +## Changelog + +* [Added] + + - ajout de méthodes de nettoyage pour les controles d'itineraire, d'isochrone, et de profil alti + +* [Changed] + + - Ajout d'exemples avec l'appel de *Gp.Services.getConfig()* + +* [Deprecated] + +* [Removed] + +* [Fixed] + +* [Security] + +--- diff --git a/package.json b/package.json index 1ef3fb88..96b1951f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "2.8.3", "date": "21/07/2023", "leafletExtName": "French Geoportal Extension for Leaflet", - "leafletExtVersion": "2.3.2", + "leafletExtVersion": "2.3.3", "olExtName": "French Geoportal Extension for OpenLayers", "olExtVersion": "3.3.2", "itownsExtName": "French Geoportal Extension for Itowns",