From 4fe54e4dac5144a9c8dbaaaeca36d7a45de648ce Mon Sep 17 00:00:00 2001 From: Raj Gupta <150777419+Raj-G07@users.noreply.github.com> Date: Fri, 28 Nov 2025 00:48:05 +0530 Subject: [PATCH] Fix changes --- CHANGELOG.md | 3 +-- libs/ui/.storybook/main.js | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c33e2868..2a29b5054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased - ### Added - Update Storybook and Cypress version @@ -16,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Eliminated `uuid` in favor of using `randomUUID` from `node:crypto` -- Upgraded `color` from version `5.0.0` to `5.0.3 +- Upgraded `color` from version `5.0.0` to `5.0.3` ### Fixed diff --git a/libs/ui/.storybook/main.js b/libs/ui/.storybook/main.js index 28917d62b..e7d1378c7 100644 --- a/libs/ui/.storybook/main.js +++ b/libs/ui/.storybook/main.js @@ -1,4 +1,3 @@ -// This file has been automatically migrated to valid ESM format by Storybook. import { createRequire } from 'node:module'; import { dirname, join } from 'node:path';