From d4a702aa7e1addb8587bbb660c60abc7063c60c6 Mon Sep 17 00:00:00 2001 From: jedrasik <100847695+jedrasik@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:39:01 +0200 Subject: [PATCH] [FIX] Update version in package.json (#725) --- 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 17a7c8a6..4402b88a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nordcloud/gnui", - "version": "10.2.0", + "version": "10.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nordcloud/gnui", - "version": "10.2.0", + "version": "10.4.0", "license": "MIT", "dependencies": { "@types/styled-system": "^5.1.22", diff --git a/package.json b/package.json index 5d2fa776..cae2a6cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nordcloud/gnui", "description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products", - "version": "10.3.1", + "version": "10.4.0", "license": "MIT", "repository": { "type": "git",