From 61434992350ce4728b5d56266edd3bd93b42d186 Mon Sep 17 00:00:00 2001 From: jaieds <87969327+jaieds@users.noreply.github.com> Date: Thu, 27 Mar 2025 23:09:58 +0600 Subject: [PATCH] Bump version and update the changelog --- README.md | 4 ++-- changelog.txt | 2 +- package-lock.json | 4 ++-- package.json | 2 +- version.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dfd305e1..7564175f 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.5.0" + "@bsf/force-ui": "git+https://github.com/brainstormforce/force-ui#1.5.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.5.0 +npm i -S @bsf/force-ui@git+https://github.com/brainstormforce/force-ui.git#1.5.1 ```
diff --git a/changelog.txt b/changelog.txt index f935851c..89e06159 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -Version 1.5.1 - xth x, 2025 +Version 1.5.1 - 28th March, 2025 - Improvement - Introduced the `areaChartWrapper` prop in the AreaChart component to allow for better customization options. - Improvement - Removed the group selector from the Tabs component to simplify style overrides. - Improvement - Introduced a new prop to handle the Sidebar's default collapse state when collapsible is set to false. diff --git a/package-lock.json b/package-lock.json index cbdaf511..02866213 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bsf/force-ui", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bsf/force-ui", - "version": "1.5.0", + "version": "1.5.1", "license": "ISC", "dependencies": { "@emotion/is-prop-valid": "^1.3.0", diff --git a/package.json b/package.json index 5192e615..a10b846c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bsf/force-ui", - "version": "1.5.0", + "version": "1.5.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 3b7733d0..2275fdc4 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "force-ui": "1.5.0" + "force-ui": "1.5.1" }