From a0f978b46e045bca11d8127002da059d07f0f102 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Sep 2019 16:31:02 +0000 Subject: [PATCH] chore(release): 5.4.1 [skip ci] ## [5.4.1](https://github.com/5app/base5-ui/compare/v5.4.0...v5.4.1) (2019-09-19) ### Bug Fixes * Don't use transparent bg for mobile table ([eea0bc6](https://github.com/5app/base5-ui/commit/eea0bc6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd2d1b13..bbd01c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.4.1](https://github.com/5app/base5-ui/compare/v5.4.0...v5.4.1) (2019-09-19) + + +### Bug Fixes + +* Don't use transparent bg for mobile table ([eea0bc6](https://github.com/5app/base5-ui/commit/eea0bc6)) + # [5.4.0](https://github.com/5app/base5-ui/compare/v5.3.0...v5.4.0) (2019-09-19) diff --git a/package.json b/package.json index d8a6d083..3c84baef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "5.4.0", + "version": "5.4.1", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {