From 075e2129ca34375d8d2adb48036d0907a157bba1 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Mon, 19 Feb 2024 15:09:16 +0100 Subject: [PATCH] chore: bump to release next version (#384) # Motivation There was quite few improvements since last release, therefore I want to publish a new version. # Changes - bump version to 4.1.0 --- 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 66c575d0..d5a17ac1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dfinity/gix-components", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dfinity/gix-components", - "version": "4.0.0", + "version": "4.1.0", "license": "Apache-2.0", "dependencies": { "dompurify": "^3.0.8", diff --git a/package.json b/package.json index 33de9ea7..d7a2ed19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/gix-components", - "version": "4.0.0", + "version": "4.1.0", "license": "Apache-2.0", "scripts": { "dev": "npm run i18n && vite dev",