From 5666974a3c65b77c58225d4401afdf1dc0206f02 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Sep 2019 15:53:31 +0000 Subject: [PATCH] chore(release): 5.3.0 [skip ci] # [5.3.0](https://github.com/5app/base5-ui/compare/v5.2.0...v5.3.0) (2019-09-19) ### Features * Added mobile view mode to Table ([f2129e3](https://github.com/5app/base5-ui/commit/f2129e3)) * Added role attributes to Table elements ([9dbbead](https://github.com/5app/base5-ui/commit/9dbbead)) * New subtitle prop for Table columns ([63b2076](https://github.com/5app/base5-ui/commit/63b2076)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c1946e..47bdd9fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [5.3.0](https://github.com/5app/base5-ui/compare/v5.2.0...v5.3.0) (2019-09-19) + + +### Features + +* Added mobile view mode to Table ([f2129e3](https://github.com/5app/base5-ui/commit/f2129e3)) +* Added role attributes to Table elements ([9dbbead](https://github.com/5app/base5-ui/commit/9dbbead)) +* New subtitle prop for Table columns ([63b2076](https://github.com/5app/base5-ui/commit/63b2076)) + # [5.2.0](https://github.com/5app/base5-ui/compare/v5.1.0...v5.2.0) (2019-09-17) diff --git a/package.json b/package.json index 7c67ae79..f09ed913 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "5.2.0", + "version": "5.3.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {