From fbe829650144209572fac9ed4d5576e1ad19293d Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Mon, 9 Dec 2024 16:44:27 +0100 Subject: [PATCH] Prepare for 2.1.2 release --- docs/changelog.md | 6 +++--- docs/en/changelog.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index c037c333..7c1efdad 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -12,10 +12,10 @@ Magrit ne suit pas strictement les règles du *semantic versioning* (versionneme ::: -#### 2.1.2 (unreleased) +#### 2.1.2 (2024-12-09) -- Ajout de la possibilité de créer des liens graduées (taille selon la classe après discrétisation) en addition des liens proportionnels - et des liens avec une taille fixe. +- Ajout de la possibilité de créer des cartes de liens gradués (taille selon la classe après discrétisation) en addition des liens proportionnels + et des liens avec une taille fixe (l'option était indiquée comme existante dans la documentation mais n'était pas proposée dans l'interface). - Ajout d'une taille minimum pour les liens proportionnels (afin de faciliter la visualisation des liens avec des valeurs très faibles). diff --git a/docs/en/changelog.md b/docs/en/changelog.md index 71b07486..465621c6 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -12,10 +12,10 @@ Magrit does not strictly follow the rules of *semantic versioning* (in the form ::: -#### 2.1.2 (unreleased) +#### 2.1.2 (2024-12-09) - Add the possibility of creating graduated links (size according to class after classification) in addition to proportional links - and fixed-size links. + and fixed-size links (the option was indicated as existing in the documentation but was not proposed in the interface). - Add a minimum size for proportional links (to ease the visualization of links with very small values). diff --git a/package-lock.json b/package-lock.json index f0924fcc..8ab79d59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magrit", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "magrit", - "version": "2.1.1", + "version": "2.1.2", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 0cc304a5..5e179946 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magrit", - "version": "2.1.1", + "version": "2.1.2", "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",