From 08e0f3b52a2562e9ce04b186822becd6dcd85fba Mon Sep 17 00:00:00 2001 From: william garrity Date: Fri, 4 Sep 2026 19:01:43 -0400 Subject: [PATCH] chore(release): v0.8.0 Minor release: ~25 PRs since v0.7.3 adding new components (Accordion, Sparkline, CopyButton, ClampedText, FreshnessBadge, ReadingProgressBar, GlossaryTooltip, SectionSpyNav, SourceTip, FilterSummaryBar, Kbd + KeyboardShortcutsOverlay, OzwellChat, customizable Dashboard, composer editor & dockable panel), Select multiple/required, floating labels, DataVis perspectives, and the AG Grid deprecation (#385). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e303bb1b..54b2118d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mieweb/ui", - "version": "0.7.3", + "version": "0.8.0", "description": "A themeable, accessible React component library built with Tailwind CSS", "author": "Medical Informatics Engineering, Inc.", "license": "SEE LICENSE IN LICENSE",