From e9bff1b2370f4e3e22dc1119e2e51132662e8ed6 Mon Sep 17 00:00:00 2001 From: Jaied Al Sabid <87969327+jaieds@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:13:14 +0600 Subject: [PATCH 1/3] Bumped the version and updated the changelog --- README.md | 4 ++-- changelog.txt | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e2296c3..9061ebfa 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Using Force UI as a dependency in package.json - ```json "dependencies": { - "@bsf/force-ui": "git+https://github.com/brainstormforce/force-ui#1.4.0" + "@bsf/force-ui": "git+https://github.com/brainstormforce/force-ui#1.4.1" } ``` @@ -28,7 +28,7 @@ npm install Or you can directly run the following command to install the package - ```bash -npm i -S @bsf/force-ui@git+https://github.com/brainstormforce/force-ui.git#1.4.0 +npm i -S @bsf/force-ui@git+https://github.com/brainstormforce/force-ui.git#1.4.1 ```
diff --git a/changelog.txt b/changelog.txt index 2bfaab5e..e29fb57d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -Version x.x.x - xth x, 2025 +Version 1.4.1 - 10th February, 2025 - Improvement: Show active preset with background color in the DatePicker component. - Improvement: Introduced a new property in the Select component for personalized search beyond the component. diff --git a/package.json b/package.json index fecd8f64..dd4ef481 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bsf/force-ui", - "version": "1.4.0", + "version": "1.4.1", "description": "Library of components for the BSF project", "main": "./dist/force-ui.js", "module": "./dist/force-ui.js", From 0aa075b565daadb593736d4e94c26a2c8b23f179 Mon Sep 17 00:00:00 2001 From: Jaied Al Sabid <87969327+jaieds@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:26:02 +0600 Subject: [PATCH 2/3] Update version.json --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index c06da17c..47b1ee9d 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "force-ui": "1.4.0" + "force-ui": "1.4.1" } From 1401a886f4130ab9ede17de425f8dd1d193e8d20 Mon Sep 17 00:00:00 2001 From: Jaied Al Sabid <87969327+jaieds@users.noreply.github.com> Date: Mon, 10 Feb 2025 11:17:24 +0600 Subject: [PATCH 3/3] Update package-lock.json --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1fc3726d..5cd8c786 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bsf/force-ui", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bsf/force-ui", - "version": "1.4.0", + "version": "1.4.1", "license": "ISC", "dependencies": { "@emotion/is-prop-valid": "^1.3.0",