Skip to content

Commit

Permalink
Prepare for 0.13.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Feb 17, 2023
1 parent 326e3c8 commit 5c90b1e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======


0.13.2 (2023-02-17)
-------------------

- Rewind rings of polygons before displaying layers in the map (to avoid some rendering issues with some geometries and d3.js).

0.13.1 (2023-01-05)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minify": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production ./node_modules/webpack/bin/webpack.js",
"watch": "NODE_OPTIONS=--openssl-legacy-provider ./node_modules/webpack/bin/webpack.js --watch"
},
"version": "0.13.1",
"version": "0.13.2",
"node": ">=18.0.0",
"dependencies": {
"@turf/turf": "^6.5.0",
Expand Down
4 changes: 4 additions & 0 deletions documentation/src/changelog_fr.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Historique des versions et des changements effectués

#### 0.13.2 (2023-02-17)

- Rembobine les anneaux des polygones avant d'afficher les couches dans la carte (pour éviter certains problèmes de rendu avec certaines géométries et d3.js).

#### 0.13.1 (2023-01-05)

- Mise à jour de go-cart-wasm pour utiliser la version 0.3.0 (corrige un problème de boucle infinie sur certains jeux de données)
Expand Down
2 changes: 1 addition & 1 deletion magrit_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.13.1'
__version__ = '0.13.2'

0 comments on commit 5c90b1e

Please sign in to comment.