From 328bd4cd8ce257b8dc4997196ed397a7471d0288 Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Wed, 11 Sep 2024 21:21:48 +0200 Subject: [PATCH] Prepare for 2.0.10 release --- docs/changelog.md | 8 ++++++++ docs/en/changelog.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 08b969fb..acbb5d87 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,14 @@
+#### 2.0.10 (2024-09-11) + +- Correction mineure dans la traduction française. + +- Rétablissement de la fonctionnalité permettant de représenter les variables de stock avec valeurs négatives autrement qu'avec 2 + couleurs matérialisant les valeurs positives et négatives (i.e avec une variable qualitative ou avec une variable quantitative relative + lorsque présentes dans le jeu de données). + #### 2.0.9 (2024-09-05) - Nouvelle fonctionnalité permettant de choisir une variable pour le numérateur et pour le dénominateur lors de la création de cartes lissées (Corrige 135). diff --git a/docs/en/changelog.md b/docs/en/changelog.md index 2aa51331..030f3b7d 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -2,6 +2,14 @@
+#### 2.0.10 (2024-09-11) + +- Minor fixes in french translation. + +- Restore functionality to represent stock variables with negative values other than + with 2 colors representing positive and negative values (i.e. with a qualitative variable or + with a relative quantitative variable when present in the dataset). + #### 2.0.9 (2024-09-05) - New functionality to select numerator / denominator for smoothed maps (Fixes 135) diff --git a/package-lock.json b/package-lock.json index 0b3c9e53..827ee360 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magrit", - "version": "2.0.8", + "version": "2.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "magrit", - "version": "2.0.8", + "version": "2.0.10", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index b64ef591..97e0ebb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magrit", - "version": "2.0.9", + "version": "2.0.10", "description": "Magrit is a thematic and statistical cartography application that lets you create and export a wide range of static maps.", "author": { "name": "Matthieu Viry",