From 12ca14e066b6d1d25cb399a7eef46e297add7584 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Thu, 23 Jan 2020 16:42:16 +0000 Subject: [PATCH] chore(release): 6.17.5 [skip ci] ## [6.17.5](https://github.com/5app/base5-ui/compare/v6.17.4...v6.17.5) (2020-01-23) ### Bug Fixes * **Table:** Remove outdated isLoading prop ([a889b41](https://github.com/5app/base5-ui/commit/a889b415ae4f572b9d1463491b022b28b5306ec5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b41e3f5..82099dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.17.5](https://github.com/5app/base5-ui/compare/v6.17.4...v6.17.5) (2020-01-23) + + +### Bug Fixes + +* **Table:** Remove outdated isLoading prop ([a889b41](https://github.com/5app/base5-ui/commit/a889b415ae4f572b9d1463491b022b28b5306ec5)) + ## [6.17.4](https://github.com/5app/base5-ui/compare/v6.17.3...v6.17.4) (2020-01-15) diff --git a/package.json b/package.json index 3b75b83a..466defff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "6.17.4", + "version": "6.17.5", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {