From 05792037a4513679d31bf39a7b2f7ff803ab9d2d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 28 Sep 2022 18:54:14 +0000 Subject: [PATCH] chore(release): 3.2.0 [skip ci] # [3.2.0](https://github.com/bonuz-market/bonuz-ui/compare/v3.1.0...v3.2.0) (2022-09-28) ### Bug Fixes * **components:** navigation: make cursor pointer ([4609304](https://github.com/bonuz-market/bonuz-ui/commit/4609304ac0ffc588ccd1fc6444f923306dc32e60)) * **components:** navigation: style fixes ([cdfa98d](https://github.com/bonuz-market/bonuz-ui/commit/cdfa98d6f838cba2440d906641aa740c29cb573d)) ### Features * **components:** footer: navigation changes ([bfaeec5](https://github.com/bonuz-market/bonuz-ui/commit/bfaeec53c8e8e7e42755f764ca2ade357f60fa16)) * **components:** header: navigation changes ([0a9d7a8](https://github.com/bonuz-market/bonuz-ui/commit/0a9d7a816fb3536b57d875eb0871123ea0201136)) * **components:** navigation: add mega menu ([ddc8c8e](https://github.com/bonuz-market/bonuz-ui/commit/ddc8c8e3239fff89d54f26367dc2289e83c2e7ee)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23aac53..383c133 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bonuz/bonuz-ui", - "version": "3.1.0", + "version": "3.2.0", "scripts": { "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook",