From 28a2f4d6946d9ed0679787d88732de89b47c9e93 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Mon, 16 Aug 2021 15:02:13 +0000 Subject: [PATCH] chore(release): 13.4.4 [skip ci] ## [13.4.4](https://github.com/5app/base5-ui/compare/v13.4.3...v13.4.4) (2021-08-16) ### Bug Fixes * **SelectionTable:** Fix selection duplicates, [#151](https://github.com/5app/base5-ui/issues/151) ([8c0f732](https://github.com/5app/base5-ui/commit/8c0f7323e06f5e7c7d80e3e7a22269e134271740)) * **SelectionTable:** Fix stuck modifier keys after switching tabs, noissue ([f3a57c6](https://github.com/5app/base5-ui/commit/f3a57c6108d4a3c7b34fd4ee665c8407cfa3899e)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f424a6b8..23ed6d89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [13.4.4](https://github.com/5app/base5-ui/compare/v13.4.3...v13.4.4) (2021-08-16) + + +### Bug Fixes + +* **SelectionTable:** Fix selection duplicates, [#151](https://github.com/5app/base5-ui/issues/151) ([8c0f732](https://github.com/5app/base5-ui/commit/8c0f7323e06f5e7c7d80e3e7a22269e134271740)) +* **SelectionTable:** Fix stuck modifier keys after switching tabs, noissue ([f3a57c6](https://github.com/5app/base5-ui/commit/f3a57c6108d4a3c7b34fd4ee665c8407cfa3899e)) + ## [13.4.3](https://github.com/5app/base5-ui/compare/v13.4.2...v13.4.3) (2021-08-11) diff --git a/package.json b/package.json index 327f01f1..3817224a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "13.4.3", + "version": "13.4.4", "description": "5app's reusable UI component library", "main": "index.js", "types": "dist/index.d.ts",