From 478490eb80c5d5e8abed53bae482e4472bea0e66 Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Thu, 10 Oct 2024 21:50:25 +0200 Subject: [PATCH] Prepare for 2.0.18 --- docs/changelog.md | 5 +++++ docs/en/changelog.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index e47316c1..6ff84530 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,11 @@
+#### 2.0.18 (2024-10-10) + +- Correction d'un bug de typage des champs lors de l'import d'un fichier CSV pour les champs contenant des valeurs numériques avec des zéros et des NA, introduced in 2.0.16 + (Corrige 143). + #### 2.0.17 (2024-10-10) - Correction d'un bug, pas totalement corrigé précédemment, sur le redessin des champignons lors de la modification de la taille de référence d'un demi-cercle. diff --git a/docs/en/changelog.md b/docs/en/changelog.md index 6c522105..96a09029 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -2,6 +2,11 @@
+#### 2.0.18 (2024-10-10) + +- Fix a field typing issue when importing a CSV file for fields containing numeric values with zeros and NA, introduced in 2.0.16 + (Fixes 143). + #### 2.0.17 (2024-10-10) - Fix a bug, not fully fixed previously, on the redrawing of mushrooms when changing the reference size of a semicircle. diff --git a/package-lock.json b/package-lock.json index 2820a85d..0b470794 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magrit", - "version": "2.0.17", + "version": "2.0.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "magrit", - "version": "2.0.17", + "version": "2.0.18", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 4b37a336..1f3ca755 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magrit", - "version": "2.0.17", + "version": "2.0.18", "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",