Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.17.5...v7.0.0) (2020-01-30)

### Features

* Added tolerance prop to ViewMoreText ([4ee4768](4ee4768))

### BREAKING CHANGES

* Renamed prop truncateBy to maxLength and
made it a required prop.
  • Loading branch information
5app-Machine committed Jan 30, 2020
1 parent 0b137de commit 72cbd6c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [7.0.0](https://github.com/5app/base5-ui/compare/v6.17.5...v7.0.0) (2020-01-30)


### Features

* Added tolerance prop to ViewMoreText ([4ee4768](https://github.com/5app/base5-ui/commit/4ee4768d3ae89551a7cc48c0f39cd2df83f4e05e))


### BREAKING CHANGES

* Renamed prop truncateBy to maxLength and
made it a required prop.

## [6.17.5](https://github.com/5app/base5-ui/compare/v6.17.4...v6.17.5) (2020-01-23)


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": "base5-ui",
"version": "6.17.5",
"version": "7.0.0",
"description": "5app's reusable UI component library",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 72cbd6c

Please sign in to comment.