From b1ec76f590fb0228f69a2410f7cdadd0e137d631 Mon Sep 17 00:00:00 2001 From: Manu Sunny Date: Wed, 9 Feb 2022 12:15:48 +0530 Subject: [PATCH] fix(uodated unbxdcore): update the js core updated js core handles all kind of facet values --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 989a3aca..6703fe4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unbxd-ui/react-search-sdk", - "version": "1.0.10", + "version": "1.0.12", "description": "Unbxd React Search JS SDK", "main": "public/dist/js/reactSearch.js", "files": [ @@ -124,7 +124,7 @@ "@semantic-release/git": "^9.0.0", "@semantic-release/release-notes-generator": "^9.0.1", "@storybook/theming": "^6.2.9", - "@unbxd-ui/unbxd-search-core": "^0.4.1", + "@unbxd-ui/unbxd-search-core": "^0.4.2", "prop-types": "^15.7.2", "semantic-release": "^17.3.0" },