From 6b8f70bfdd10ae1a66828040b7ed59a3931a3d25 Mon Sep 17 00:00:00 2001 From: Jaied Al Sabid <87969327+jaieds@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:46:39 +0600 Subject: [PATCH] Bump version and updated change log and readme --- README.md | 8 +++++++- changelog.txt | 3 ++- package.json | 2 +- version.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 81ffbcb6..00889988 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.2.2" + "@bsf/force-ui": "git+https://github.com/brainstormforce/force-ui#1.3.0" } ``` @@ -25,6 +25,12 @@ And run the following command to install the package - 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.3.0 +``` +
2. Once you install @bsf/force-ui you need to wrap your tailwind css configurations with the `withTW()` function coming from @bsf/force-ui/withTW. diff --git a/changelog.txt b/changelog.txt index 4a314439..b6356c0b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,5 @@ -Version x.x.x - x x, x +Version 1.3.0 - 16th December, 2024 +- New - Table component. - Fixed - Asterisk missing on required input label. Version 1.2.2 - 4th December, 2024 diff --git a/package.json b/package.json index 28c9c5b9..a0f65682 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bsf/force-ui", - "version": "1.2.2", + "version": "1.3.0", "description": "Library of components for the BSF project", "main": "./dist/force-ui.js", "module": "./dist/force-ui.js", diff --git a/version.json b/version.json index 7fd3c879..675a1b15 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "force-ui": "1.2.2" + "force-ui": "1.3.0" }