From 32b7095d3ec542aee07f955193d918d52f2e1f97 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Wed, 25 Aug 2021 15:38:01 +0000 Subject: [PATCH] chore(release): 13.4.6 [skip ci] ## [13.4.6](https://github.com/5app/base5-ui/compare/v13.4.5...v13.4.6) (2021-08-25) ### Bug Fixes * **SelectionTable:** Fix making IDs unique after TS compilation, noissue ([6199809](https://github.com/5app/base5-ui/commit/6199809dd92b02960e908aff0faef089022536bc)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17b5e5a0..2e52fda2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.4.6](https://github.com/5app/base5-ui/compare/v13.4.5...v13.4.6) (2021-08-25) + + +### Bug Fixes + +* **SelectionTable:** Fix making IDs unique after TS compilation, noissue ([6199809](https://github.com/5app/base5-ui/commit/6199809dd92b02960e908aff0faef089022536bc)) + ## [13.4.5](https://github.com/5app/base5-ui/compare/v13.4.4...v13.4.5) (2021-08-25) diff --git a/package.json b/package.json index 1ab4349a..2ed532eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "13.4.5", + "version": "13.4.6", "description": "5app's reusable UI component library", "main": "index.js", "types": "dist/index.d.ts",