From fd427a6ee0fedafb182f82185c975cf58c0cdb14 Mon Sep 17 00:00:00 2001 From: claudia1296 Date: Thu, 26 Sep 2024 14:05:34 -0400 Subject: [PATCH] fix: CLIN-3216 version --- packages/ui/Release.md | 3 +++ packages/ui/package-lock.json | 4 ++-- packages/ui/package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/packages/ui/Release.md b/packages/ui/Release.md index df24544d..2e6c6c60 100644 --- a/packages/ui/Release.md +++ b/packages/ui/Release.md @@ -1,3 +1,6 @@ +### 10.10.4 2024-09-26 +- fix: CLIN-3216 & CLIN-3219 fix flags style + ### 10.10.3 2024-09-26 - fix: CLIN-3217 & CLIN-3218 fix DateUtils format diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json index 86599802..1c4381f3 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ferlab/ui", - "version": "10.10.3", + "version": "10.10.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ferlab/ui", - "version": "10.10.3", + "version": "10.10.4", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@ant-design/icons": "^4.7.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 19085b80..705295b1 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@ferlab/ui", - "version": "10.10.3", + "version": "10.10.4", "description": "Core components for scientific research data portals", "publishConfig": { "access": "public"