From f3f3505b23e39afe591bc41105e33c3a52a95dc7 Mon Sep 17 00:00:00 2001 From: GOMA Date: Fri, 18 Jul 2025 10:11:45 +0200 Subject: [PATCH] 1.1.0 -> 1.1.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d17a71..049219b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "visua", - "version": "1.0.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "visua", - "version": "1.0.0", + "version": "1.1.1", "license": "UNLICENSED", "devDependencies": { "sass": "^1.89.2" diff --git a/package.json b/package.json index cff019a..6e9d7ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cellule-financiere-pmo/visua", - "version": "1.1.0", + "version": "1.1.1", "description": "This project defines the visual foundations of the design system and establishes a strategy for structuring styles to guarantee their reusability in the design of graphic interfaces.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"