From ab09d04f4a96b8d14cce9471c2fbcddb31bba848 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Fri, 7 Feb 2020 10:55:13 +0000 Subject: [PATCH] chore(release): 7.2.0 [skip ci] # [7.2.0](https://github.com/5app/base5-ui/compare/v7.1.0...v7.2.0) (2020-02-07) ### Features * **Table:** New clickable column headers ([2628d6b](https://github.com/5app/base5-ui/commit/2628d6bb49baec49cd049ca7413e62b46f5c95bf)) * **Table:** Replaced prop isHeading with rowHeader ([64352b6](https://github.com/5app/base5-ui/commit/64352b6949f3b046476d7e92c57b7429573af89d)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa220eb0..b10b0ec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [7.2.0](https://github.com/5app/base5-ui/compare/v7.1.0...v7.2.0) (2020-02-07) + + +### Features + +* **Table:** New clickable column headers ([2628d6b](https://github.com/5app/base5-ui/commit/2628d6bb49baec49cd049ca7413e62b46f5c95bf)) +* **Table:** Replaced prop isHeading with rowHeader ([64352b6](https://github.com/5app/base5-ui/commit/64352b6949f3b046476d7e92c57b7429573af89d)) + # [7.1.0](https://github.com/5app/base5-ui/compare/v7.0.0...v7.1.0) (2020-02-05) diff --git a/package.json b/package.json index 19365696..fe18451f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "7.1.0", + "version": "7.2.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {