From a94b3be110300eca1b097d5288a16f122f88f2ec Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 4 Aug 2023 18:08:40 +0000 Subject: [PATCH 1/4] reset DRAFT_CHANGELOG --- DRAFT_CHANGELOG.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index 52ac01f01..cfc60e76e 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -6,24 +6,16 @@ ## Summary -Amélioration de la gestion des couches ajoutées directement via OpenLayers. - ## Changelog * [Added] * [Changed] - - mise à jour extension Gp pour openlayers en version 3.3.3 - - mise à jour extension Gp pour itowns en version 2.4.3 - * [Removed] * [Fixed] - - amélioration de la gestion des couches ajoutées directement via openlayers (#107) - - correction sur les couches COMPUTE (a8f6d9fb7115c5a82dc3b6c43ae09bfbf14f45d0) - * [Deprecated] * [Security] From 9d7615bd74eb1a098d985b38503dfe4e70e6b3b9 Mon Sep 17 00:00:00 2001 From: elias couppe Date: Mon, 28 Aug 2023 15:44:08 +0200 Subject: [PATCH 2/4] update(package): update ext-ol 3.3.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 934c3927f..0271182b1 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "expose-loader": "^0.7.5", "fs-extra": "^9.0.0", "geoportal-extensions-itowns": "2.4.3", - "geoportal-extensions-openlayers": "3.3.3", + "geoportal-extensions-openlayers": "3.3.4", "handlebars": "^4.7.5", "handlebars-layouts": "^3.1.4", "html-webpack-plugin": "^4.0.4", From 57bfb446c224354070d17fe8eb12ecb547018045 Mon Sep 17 00:00:00 2001 From: elias couppe Date: Mon, 28 Aug 2023 15:45:23 +0200 Subject: [PATCH 3/4] =?UTF-8?q?update(changelog):=20mise=20=C3=A0=20jour?= =?UTF-8?q?=20du=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DRAFT_CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index cfc60e76e..5615b73e5 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -6,12 +6,16 @@ ## Summary +Mise à jour des extensions Géoportail pour OpenLayers en version 3.3.4 + ## Changelog * [Added] * [Changed] + - ext-ol 3.3.4 + * [Removed] * [Fixed] From 7f24f8701125a15ef0e0fd172ad1465b8306b300 Mon Sep 17 00:00:00 2001 From: elias couppe Date: Mon, 28 Aug 2023 15:47:19 +0200 Subject: [PATCH 4/4] update(package): release 3.4.3 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0271182b1..816dff091 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "geoportal-sdk", - "version": "3.4.2", - "date": "04/08/2023", - "SDK2DVersion": "3.4.2", - "SDK3DVersion": "3.4.2", + "version": "3.4.3", + "date": "28/08/2023", + "SDK2DVersion": "3.4.3", + "SDK3DVersion": "3.4.3", "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",