From 8fdd6e84383f8166085de3e43dd7031ea1d31521 Mon Sep 17 00:00:00 2001 From: Andrea Stagi Date: Thu, 2 Jan 2025 17:09:10 +0100 Subject: [PATCH] chore: update version --- css/_variables.css | 2 +- package-lock.json | 2 +- package.json | 2 +- scss/_variables.scss | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/_variables.css b/css/_variables.css index 70739de..06bd113 100644 --- a/css/_variables.css +++ b/css/_variables.css @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 27 Nov 2024 14:31:52 GMT + * Generated on Thu, 02 Jan 2025 16:09:16 GMT */ :root { diff --git a/package-lock.json b/package-lock.json index d9a9fdf..cab9743 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "design-tokens-italia", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 40aa299..d503b30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "design-tokens-italia", - "version": "1.2.0", + "version": "1.2.1", "description": "Design Tokens italiani", "author": "Presidenza del Consiglio dei Ministri", "main": "index.js", diff --git a/scss/_variables.scss b/scss/_variables.scss index 0120c82..9e1f9eb 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 27 Nov 2024 14:31:52 GMT +// Generated on Thu, 02 Jan 2025 16:09:16 GMT $icon-size-xxl: 64px; $icon-size-xl: 48px;