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

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.4.1...v6.0.0) (2019-09-20)

### Features

* Simplify Table, remove JS column fitting ([d5263b3](d5263b3))

### BREAKING CHANGES

* Removes minWidth on Column and Table, which
can be replaced by the media-query-based props
`mobileViewBreakpoint` and `hideBelowBreakpoint`
  • Loading branch information
semantic-release-bot committed Sep 20, 2019
1 parent defb0df commit c6bdde0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [6.0.0](https://github.com/5app/base5-ui/compare/v5.4.1...v6.0.0) (2019-09-20)


### Features

* Simplify Table, remove JS column fitting ([d5263b3](https://github.com/5app/base5-ui/commit/d5263b3))


### BREAKING CHANGES

* Removes minWidth on Column and Table, which
can be replaced by the media-query-based props
`mobileViewBreakpoint` and `hideBelowBreakpoint`

## [5.4.1](https://github.com/5app/base5-ui/compare/v5.4.0...v5.4.1) (2019-09-19)


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

0 comments on commit c6bdde0

Please sign in to comment.