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

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0](v8.3.0...v9.0.0) (2020-04-30)

### Features

* **Table:** Add new prop `title` to Column, [#79](#79) ([7fe11b4](7fe11b4))

### BREAKING CHANGES

* **Table:** The old name prop on Column instances was changed
to title and needs to be updated accordingly.
  • Loading branch information
5app-Machine committed Apr 30, 2020
1 parent b8441d9 commit d88f63e
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 @@
# [9.0.0](https://github.com/5app/base5-ui/compare/v8.3.0...v9.0.0) (2020-04-30)


### Features

* **Table:** Add new prop `title` to Column, [#79](https://github.com/5app/base5-ui/issues/79) ([7fe11b4](https://github.com/5app/base5-ui/commit/7fe11b48c7d427276f268f01f081e83ac2791e60))


### BREAKING CHANGES

* **Table:** The old name prop on Column instances was changed
to title and needs to be updated accordingly.

# [8.3.0](https://github.com/5app/base5-ui/compare/v8.2.3...v8.3.0) (2020-04-24)


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

0 comments on commit d88f63e

Please sign in to comment.