From 76a02862d8522ffba2661db237fe11fe35d7aa9f Mon Sep 17 00:00:00 2001 From: Jaied Al Sabid <87969327+jaieds@users.noreply.github.com> Date: Tue, 6 May 2025 16:44:22 +0600 Subject: [PATCH 1/2] Bump version to `v1.7.1` --- README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- version.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 23d36aff..ce3a287d 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.7.0" + "@bsf/force-ui": "git+https://github.com/brainstormforce/force-ui#1.7.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.7.0 +npm i -S @bsf/force-ui@git+https://github.com/brainstormforce/force-ui.git#1.7.1 ```
diff --git a/package-lock.json b/package-lock.json index b643b0ad..93c88535 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bsf/force-ui", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bsf/force-ui", - "version": "1.7.0", + "version": "1.7.1", "license": "ISC", "dependencies": { "@emotion/is-prop-valid": "^1.3.0", diff --git a/package.json b/package.json index f4bf30b0..052cdd62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bsf/force-ui", - "version": "1.7.0", + "version": "1.7.1", "description": "Library of components for the BSF project", "main": "./dist/force-ui.cjs.js", "module": "./dist/force-ui.es.js", diff --git a/version.json b/version.json index 9060a142..7dd8c88f 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "force-ui": "1.7.0" + "force-ui": "1.7.1" } From 8cbb4bf4e7e739a6a9146cc8f9b13ff8acabc812 Mon Sep 17 00:00:00 2001 From: Jaied Al Sabid <87969327+jaieds@users.noreply.github.com> Date: Tue, 6 May 2025 16:45:27 +0600 Subject: [PATCH 2/2] Update changelog.txt --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index a7e99edf..2c02d596 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -Version 1.7.1 - xth May, 2025 +Version 1.7.1 - 6th May, 2025 - Improvement - Atom - EditorInput: Eliminated the margin-right from the EditorInput token/badge to enhance layout consistency and visual alignment. Version 1.7.0 - 5th May, 2025