From a1e478448776afd64dac52cabbb420f994328751 Mon Sep 17 00:00:00 2001 From: Andrew Patton Date: Tue, 14 Nov 2023 22:41:38 -0800 Subject: [PATCH] :arrow_up: Release @acusti/dropdown v0.33.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit changes include: • fix clicking to open a dropdown where the dropdown body overlayps the dropdown trigger (without this fix, the dropdown will close from the mouseup of the opening click) --- packages/dropdown/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dropdown/package.json b/packages/dropdown/package.json index 94b39e54..93821fdd 100644 --- a/packages/dropdown/package.json +++ b/packages/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@acusti/dropdown", - "version": "0.32.0", + "version": "0.33.0", "description": "React component that renders a dropdown with a trigger and supports searching, keyboard access, and more", "keywords": [ "react",