From eda49f40d5ba6d9c7c1b54470c2968aa07078706 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Wed, 5 May 2021 15:36:38 +0000 Subject: [PATCH] chore(release): 13.1.2 [skip ci] ## [13.1.2](https://github.com/5app/base5-ui/compare/v13.1.1...v13.1.2) (2021-05-05) ### Bug Fixes * **utils:** Improve getScrollParent ([944fa64](https://github.com/5app/base5-ui/commit/944fa647ad044d35e2cae30bf29eb5ce989f757d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db7c8b2c..bd770f36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.1.2](https://github.com/5app/base5-ui/compare/v13.1.1...v13.1.2) (2021-05-05) + + +### Bug Fixes + +* **utils:** Improve getScrollParent ([944fa64](https://github.com/5app/base5-ui/commit/944fa647ad044d35e2cae30bf29eb5ce989f757d)) + ## [13.1.1](https://github.com/5app/base5-ui/compare/v13.1.0...v13.1.1) (2021-03-30) diff --git a/package.json b/package.json index a5669f80..02a6143a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "13.1.1", + "version": "13.1.2", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {