From 94a7ad8cf5dde5e850224d058368f4e406909d1c Mon Sep 17 00:00:00 2001 From: Orr Gottlieb Date: Wed, 30 Jun 2021 15:25:33 +0300 Subject: [PATCH] fix: remove role from button in the menu button --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c775d9666b..3c1d99bfd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "0.3.48", + "version": "0.3.49", "description": "Official monday.com UI resources for application development in React.js", "main": "dist/main.js", "scripts": { @@ -167,4 +167,4 @@ "not and_qq > 0", "not and_uc > 0" ] -} \ No newline at end of file +}