Skip to content

Commit

Permalink
Merge branch 'release-3.5.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed May 16, 2024
2 parents 2845cfe + f00e109 commit 97185a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "geoportal-sdk",
"version": "3.5.2",
"date": "15/05/2024",
"SDK2DVersion": "3.5.2",
"SDK3DVersion": "3.5.2",
"version": "3.5.3",
"date": "16/05/2024",
"SDK2DVersion": "3.5.3",
"SDK3DVersion": "3.5.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",
Expand Down
4 changes: 2 additions & 2 deletions scripts/release/package-SDK2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
],
"module" : "src/SDK2D.js",
"author" : "IGNF",
"version" : "3.5.2",
"version" : "3.5.3",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-sdk.git"
},
"name" : "@ignf-geoportal/sdk-2d",
"description" : "French Geoportal SDK based on OpenLayers (2D)",
"license" : "CECILL-B",
"date" : "15/05/2024",
"date" : "16/05/2024",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"directories" : {},
"bugs" : {
Expand Down
6 changes: 3 additions & 3 deletions scripts/release/package-SDK3D.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date" : "15/05/2024",
"date" : "16/05/2024",
"author" : "IGNF",
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
Expand All @@ -11,7 +11,7 @@
"ol" : "6.9.0",
"xmldom" : "^0.1.27",
"geoportal-extensions-openlayers" : "3.4.3",
"geoportal-extensions-itowns" : "2.5.0",
"geoportal-extensions-itowns" : "2.5.1",
"node-fetch" : "^2.6.1"
},
"license" : "CECILL-B",
Expand All @@ -23,7 +23,7 @@
"url" : "https://github.com/IGNF/geoportal-sdk.git",
"type" : "git"
},
"version" : "3.5.2",
"version" : "3.5.3",
"files" : [
"dist/",
"src/",
Expand Down

0 comments on commit 97185a7

Please sign in to comment.