diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e108742..8ad6d23f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ea5f2c42..fe190db2 100644 --- a/package.json +++ b/package.json @@ -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": {