Skip to content

Commit

Permalink
release itowns-2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Jul 21, 2023
2 parents c22c577 + f85e971 commit 3c0cec4
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 30 deletions.
5 changes: 1 addition & 4 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,20 @@




# Extension Geoportail Leaflet, version __VERSION__

**__DATE__**
> Release Extension Geoportail leaflet
## Summary

Mise à jour de la version de la bibliothèque d'accès 3.3.2

## Changelog

* [Added]

* [Changed]

- MaJ bibliothèque d'accès 3.3.2

* [Deprecated]

* [Removed]
Expand Down
Binary file not shown.
Binary file not shown.
50 changes: 25 additions & 25 deletions build/scripts/release/package-itowns.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"peerDependencies" : {},
"scripts" : {},
"name" : "geoportal-extensions-itowns",
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"description" : "French Geoportal Extensions for iTowns",
"date" : "01/06/2023",
"directories" : {},
"scripts" : {},
"name" : "geoportal-extensions-itowns",
"version" : "2.3.11",
"license" : "CECILL-B",
"bugs" : {},
"author" : "IGNF",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"devDependencies" : {},
"description" : "French Geoportal Extensions for iTowns",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"Itowns"
],
"bundleDependencies" : [],
"peerDependencies" : {},
"types" : "src/Itowns/index.d.ts",
"main" : "dist/GpPluginItowns-src.js",
"license" : "CECILL-B",
"date" : "21/07/2023",
"version" : "2.4.2",
"module" : "src/Itowns/index.js",
"author" : "IGNF",
"devDependencies" : {},
"dependencies" : {
"loglevel" : "1.6.7",
"geoportal-access-lib" : "3.3.1",
"xmldom" : "^0.1.27",
"sortablejs" : "1.14.0",
"three" : "0.137.5",
"node-fetch" : "^2.6.1",
"proj4" : "2.7.5",
"sortablejs" : "1.14.0",
"geoportal-access-lib" : "3.3.2",
"itowns" : "2.38.2",
"three" : "0.137.5"
"loglevel" : "1.6.7",
"proj4" : "2.7.5"
},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
]
"bundleDependencies" : [],
"types" : "src/Itowns/index.d.ts",
"bugs" : {}
}
29 changes: 29 additions & 0 deletions doc/CHANGELOG-leaflet.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Extension Geoportail Leaflet, version 2.3.2](#extension-geoportail-leaflet-version-232)
* [Summary](#summary-28)
* [Changelog](#changelog-25)
- [Extension Geoportail Leaflet, version 2.3.3](#extension-geoportail-leaflet-version-233)
* [Summary](#summary-29)
* [Changelog](#changelog-26)

<!-- tocstop -->

Expand Down Expand Up @@ -961,3 +964,29 @@ var maCoucheGeoportail = L.geoportalLayer.WMTS({
* [Security]

---
# Extension Geoportail Leaflet, version 2.3.3

**21/07/2023**
> Release Extension Geoportail leaflet

## Summary

Mise à jour de la version de la bibliothèque d'accès 3.3.2
## Changelog
* [Added]
* [Changed]
- MaJ bibliothèque d'accès 3.3.2

* [Deprecated]

* [Removed]

* [Fixed]

* [Security]

---
1 change: 1 addition & 0 deletions jsdoc.1689959507162.conf.tmp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"tags":{"allowUnknownTags":true},"plugins":["plugins/markdown"],"source":{"include":["./src/OpenLayers","./src/Common","./build/jsdoc/README-openlayers.md"]},"templates":{"cleverLinks":false,"applicationName":"Geoportal Extension for OpenLayers","monospaceLinks":false,"dateFormat":"ddd MMM Do YYYY","outputSourceFiles":true,"outputSourcePath":true,"systemName":"Geoportal Extension for OpenLayers","footer":"API Reference","copyright":"Geoportail - Copyright (c) IGN, released under the CECILL-B license","navType":"inline","theme":"darkly","linenums":true,"collapseSymbols":true,"inverseNav":true,"highlightTutorialCode":false,"syntaxTheme":"default"},"markdown":{"parser":"gfm","hardwrap":true},"opts":{"template":"./build/jsdoc/jaguarjs-jsdoc","encoding":"utf8","destination":"./jsdoc/openlayers","recurse":true,"lenient":true,"verbose":true}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.3.2",
"itownsExtName": "French Geoportal Extension for Itowns",
"itownsExtVersion": "2.4.1",
"itownsExtVersion": "2.4.2",
"main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",
"types": "dist/leaflet/index.d.ts, dist/openlayers/index.d.ts, dist/itowns/index.d.ts",
"module": "src/Leaflet/index.js, src/OpenLayers/index.js, src/Itowns/index.js",
Expand Down

0 comments on commit 3c0cec4

Please sign in to comment.