From 04eb33abb64fc771eea1107a0b60f993b7e9060f Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Mon, 2 Aug 2021 14:41:32 +0000 Subject: [PATCH] chore(release): 13.3.0 [skip ci] # [13.3.0](https://github.com/5app/base5-ui/compare/v13.2.2...v13.3.0) (2021-08-02) ### Bug Fixes * **Table:** Fix table header rendering, [#143](https://github.com/5app/base5-ui/issues/143) ([a17639f](https://github.com/5app/base5-ui/commit/a17639f6029971bb3dbb75c18fd42602cb466a22)) * **Table:** Remove data-selectable attribute ([c150b32](https://github.com/5app/base5-ui/commit/c150b3206ea1a3d26c18ecf9b35635afdf258f7d)) * Fix passed through custom props, [#143](https://github.com/5app/base5-ui/issues/143) ([1fa9057](https://github.com/5app/base5-ui/commit/1fa90579a21cfd4128d3726e3e9ec4d33ad3c60d)) ### Features * **Table:** Add SelectionTable tests, [#143](https://github.com/5app/base5-ui/issues/143) ([06ae63b](https://github.com/5app/base5-ui/commit/06ae63bd6db187b1a2d1f58675754668b31fe3a4)) * New SelectionTable component ([041fa0e](https://github.com/5app/base5-ui/commit/041fa0efa40b5b3200ec037fc27e93dd04869346)) * New TabIndexContext helpers ([b8b4210](https://github.com/5app/base5-ui/commit/b8b421042a3aa034070a63db66c23f7c14cee4d6)) * New usePrevious hook ([5024056](https://github.com/5app/base5-ui/commit/50240561f456456dbc2838f3329fab14b76e5be9)) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ed1522..bc3958fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [13.3.0](https://github.com/5app/base5-ui/compare/v13.2.2...v13.3.0) (2021-08-02) + + +### Bug Fixes + +* **Table:** Fix table header rendering, [#143](https://github.com/5app/base5-ui/issues/143) ([a17639f](https://github.com/5app/base5-ui/commit/a17639f6029971bb3dbb75c18fd42602cb466a22)) +* **Table:** Remove data-selectable attribute ([c150b32](https://github.com/5app/base5-ui/commit/c150b3206ea1a3d26c18ecf9b35635afdf258f7d)) +* Fix passed through custom props, [#143](https://github.com/5app/base5-ui/issues/143) ([1fa9057](https://github.com/5app/base5-ui/commit/1fa90579a21cfd4128d3726e3e9ec4d33ad3c60d)) + + +### Features + +* **Table:** Add SelectionTable tests, [#143](https://github.com/5app/base5-ui/issues/143) ([06ae63b](https://github.com/5app/base5-ui/commit/06ae63bd6db187b1a2d1f58675754668b31fe3a4)) +* New SelectionTable component ([041fa0e](https://github.com/5app/base5-ui/commit/041fa0efa40b5b3200ec037fc27e93dd04869346)) +* New TabIndexContext helpers ([b8b4210](https://github.com/5app/base5-ui/commit/b8b421042a3aa034070a63db66c23f7c14cee4d6)) +* New usePrevious hook ([5024056](https://github.com/5app/base5-ui/commit/50240561f456456dbc2838f3329fab14b76e5be9)) + ## [13.2.2](https://github.com/5app/base5-ui/compare/v13.2.1...v13.2.2) (2021-06-22) diff --git a/package.json b/package.json index e57e07ee..3590fec1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "13.2.2", + "version": "13.3.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {