From e111660e488c15d992a1056799a984278f9670e5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Sep 2022 18:21:46 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] # [3.1.0](https://github.com/bonuz-market/bonuz-ui/compare/v3.0.5...v3.1.0) (2022-09-26) ### Features * **components:** accordionItem: fix story typo ([3302000](https://github.com/bonuz-market/bonuz-ui/commit/330200098f5b4b6873fd58985d90ecaa022dc2a2)) * **components:** add icons ([3444a08](https://github.com/bonuz-market/bonuz-ui/commit/3444a08c2a598d1c2043445b167e54eeee00e993)) * **components:** atoms: add accordion item ([f58267f](https://github.com/bonuz-market/bonuz-ui/commit/f58267f097c11873f7e50ad717692fde6f658795)) * **components:** molecules: add accordion ([7721548](https://github.com/bonuz-market/bonuz-ui/commit/77215481bc96ef4898a05b129418a5db77fc2373)) * **components:** navigation: add dropdown chevron ([2c57bfe](https://github.com/bonuz-market/bonuz-ui/commit/2c57bfe675291055126fe8bc61ede8a6ecb32d31)) * **components:** refactor navigation and add sub menu support ([5588e89](https://github.com/bonuz-market/bonuz-ui/commit/5588e897e878de522e23edde0b5cd1c26f112f84)) * **styles:** variables: add new color ([f8970b5](https://github.com/bonuz-market/bonuz-ui/commit/f8970b53f390eb176d94a0a70a8371177d6a7820)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ec8974..23aac53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bonuz/bonuz-ui", - "version": "3.0.5", + "version": "3.1.0", "scripts": { "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook",