diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index 478be656d..810f3851b 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -11,12 +11,16 @@ ## Summary +Changements mineurs sur les problématiques d'accessibilité + ## Changelog * [Added] * [Changed] + - merge feature-accessibilite (#313) + * [Deprecated] * [Removed] @@ -32,6 +36,7 @@ + # Extension Geoportail Leaflet, version __VERSION__ **__DATE__** @@ -39,16 +44,12 @@ ## Summary -Changements mineurs sur les problématiques d'accessibilité - ## Changelog * [Added] * [Changed] - - merge feature-accessibilite (#313) - * [Deprecated] * [Removed] @@ -64,6 +65,7 @@ Changements mineurs sur les problématiques d'accessibilité + # Extension Geoportail Itowns, version __VERSION__ **__DATE__** @@ -71,16 +73,12 @@ Changements mineurs sur les problématiques d'accessibilité ## Summary -Changements mineurs sur les problématiques d'accessibilité - ## Changelog * [Added] * [Changed] -- merge feature-accessibilite (#313) - * [Deprecated] * [Removed] diff --git a/doc/CHANGELOG-itowns.md b/doc/CHANGELOG-itowns.md index 6b078ef43..067f361ea 100644 --- a/doc/CHANGELOG-itowns.md +++ b/doc/CHANGELOG-itowns.md @@ -64,6 +64,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [Extension Geoportail Itowns, version 2.3.4](#extension-geoportail-itowns-version-234) * [Summary](#summary-18) * [Changelog](#changelog-17) +- [Extension Geoportail Itowns, version 2.3.5](#extension-geoportail-itowns-version-235) + * [Summary](#summary-19) + * [Changelog](#changelog-18) @@ -503,3 +506,29 @@ Utilisation de plusieurs clefs * [Security] --- +# Extension Geoportail Itowns, version 2.3.5 + +**13/01/2022** +> Release Extension Geoportail itowns + +## Summary + +Changements mineurs sur les problématiques d'accessibilité + +## Changelog + +* [Added] + +* [Changed] + +- merge feature-accessibilite (#313) + +* [Deprecated] + +* [Removed] + +* [Fixed] + +* [Security] + +--- diff --git a/doc/CHANGELOG-leaflet.md b/doc/CHANGELOG-leaflet.md index 81158dfc2..f4d3217f5 100644 --- a/doc/CHANGELOG-leaflet.md +++ b/doc/CHANGELOG-leaflet.md @@ -66,6 +66,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [Extension Geoportail Leaflet, version 2.2.1](#extension-geoportail-leaflet-version-221) * [Summary](#summary-18) * [Changelog](#changelog-15) +- [Extension Geoportail Leaflet, version 2.2.2](#extension-geoportail-leaflet-version-222) + * [Summary](#summary-19) + * [Changelog](#changelog-16) @@ -581,3 +584,29 @@ Utilisation de plusieurs clefs * [Security] --- +# Extension Geoportail Leaflet, version 2.2.2 + +**13/01/2022** +> Release Extension Geoportail leaflet + +## Summary + +Changements mineurs sur les problématiques d'accessibilité + +## Changelog + +* [Added] + +* [Changed] + + - merge feature-accessibilite (#313) + +* [Deprecated] + +* [Removed] + +* [Fixed] + +* [Security] + +--- diff --git a/package.json b/package.json index 13fa56c2b..a0ff9b6f3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "leafletExtName": "French Geoportal Extension for Leaflet", "leafletExtVersion": "2.2.2", "olExtName": "French Geoportal Extension for OpenLayers", - "olExtVersion": "3.2.4", + "olExtVersion": "3.2.5", "itownsExtName": "French Geoportal Extension for Itowns", "itownsExtVersion": "2.3.5", "main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",