From f2df9ad71add8625a3325133670c8eaaf6a7cf77 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Thu, 12 Nov 2020 11:17:41 -0500 Subject: [PATCH] Release v8.0.1 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 697b4b1a7..536472d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-components -## 8.0.1 IN PROGRESS +## [8.0.1](https://github.com/folio-org/stripes-components/tree/v8.0.1) (2020-11-12) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v8.0.0...v8.0.1) * Fix Dropdown moving focus when external state changes. Fixes STCOM-778. * `Datepicker` calendar weekday rendering bug. Fixes STRIPES-709. diff --git a/package.json b/package.json index cdd6a6d8d..55be643ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "8.0.0", + "version": "8.0.1", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",