Skip to content

Commit

Permalink
Bumped version and updated the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jaieds committed Jan 8, 2025
1 parent 649d369 commit 0520091
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.3.5"
"@bsf/force-ui": "git+https://github.com/brainstormforce/force-ui#1.3.6"
}
```

Expand All @@ -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.3.5
npm i -S @bsf/force-ui@git+https://github.com/brainstormforce/force-ui.git#1.3.6
```

<br />
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.3.6 - 8th January, 2025
- Improvement: Optimized the component item search logic and reorganized props for improved usability.
- Fixed: LineChart component Tooltip does not show the required information.

Version 1.3.5 - 6th January, 2025
- Improvement: Display a light blue color on hover when selecting a date range.

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.3.5",
"version": "1.3.6",
"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.3.5"
"force-ui": "1.3.6"
}

0 comments on commit 0520091

Please sign in to comment.