Skip to content

Commit

Permalink
Merge pull request #214 from brainstormforce/version-bump-1.3.0
Browse files Browse the repository at this point in the history
Bump version to `v1.3.0` and updated change log and readme
  • Loading branch information
vrundakansara authored Dec 16, 2024
2 parents a9e5d94 + 6b8f70b commit 9a1fd99
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand All @@ -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
```

<br />

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.
Expand Down
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"force-ui": "1.2.2"
"force-ui": "1.3.0"
}

0 comments on commit 9a1fd99

Please sign in to comment.