Skip to content

Commit

Permalink
release: v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chengpeiquan committed Jan 3, 2025
1 parent f4e221e commit bef108a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.4.4](https://github.com/remanufacturing/react-truncate/compare/v0.4.3...v0.4.4) (2025-01-03)


### Bug Fixes

* **ShowMore:** Ensure onTruncate callback is called in ShowMore component ([f4e221e](https://github.com/remanufacturing/react-truncate/commit/f4e221e4f07ea90bac1271e9bd15443e1f1377d5))



## [0.4.3](https://github.com/remanufacturing/react-truncate/compare/v0.4.2...v0.4.3) (2024-10-22)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img src="https://img.shields.io/npm/v/@re-dev/react-truncate?color=29c1e9&label=npm" />
</a>
<a href="https://www.npmjs.com/package/@re-dev/react-truncate" target="__blank">
<img src="https://img.shields.io/npm/dt/@re-dev/react-truncate?color=29c1e9&label=downloads" />
<img src="https://img.shields.io/npm/dy/@re-dev/react-truncate?color=29c1e9&label=downloads" />
</a>
<a href="https://truncate.js.org" target="__blank">
<img src="https://img.shields.io/static/v1?label=&message=docs%20%26%20demos&color=29c1e9" />
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": "@re-dev/react-truncate",
"version": "0.4.3",
"version": "0.4.4",
"description": "Provides `Truncate`, `MiddleTruncate` and `ShowMore` React components for truncating multi-line spans and adding an ellipsis.",
"author": "chengpeiquan <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit bef108a

Please sign in to comment.