From c996464acd28abe4976d4a06b7f2645a3d18993e Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Tue, 15 Dec 2020 15:27:53 +0000 Subject: [PATCH] chore(release): 11.26.0 [skip ci] # [11.26.0](https://github.com/5app/base5-ui/compare/v11.25.0...v11.26.0) (2020-12-15) ### Features * **utils:** New scrollIntoViewIfNeeded function ([4620d35](https://github.com/5app/base5-ui/commit/4620d35c44c868ad4a8702753825ebe3cc91d612)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b49f3bd..51365cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [11.26.0](https://github.com/5app/base5-ui/compare/v11.25.0...v11.26.0) (2020-12-15) + + +### Features + +* **utils:** New scrollIntoViewIfNeeded function ([4620d35](https://github.com/5app/base5-ui/commit/4620d35c44c868ad4a8702753825ebe3cc91d612)) + # [11.25.0](https://github.com/5app/base5-ui/compare/v11.24.0...v11.25.0) (2020-12-09) diff --git a/package.json b/package.json index bf7558f6..bcfabd71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "11.25.0", + "version": "11.26.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {