From b4fd70557acc1bedd764363d5293ec27613abdc0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 27 Sep 2020 10:05:56 +0000 Subject: [PATCH] chore(release): 3.3.0-beta.7 [skip ci] # [3.3.0-beta.7](https://github.com/SoftwareBrothers/admin-bro/compare/v3.3.0-beta.6...v3.3.0-beta.7) (2020-09-27) ### Bug Fixes * clicking nav closes the sidebar ([ffc92a6](https://github.com/SoftwareBrothers/admin-bro/commit/ffc92a6fe2261673ca269f3e2d8da87eafecb276)), closes [#601](https://github.com/SoftwareBrothers/admin-bro/issues/601) ### Features * add flat module ([ec7e53d](https://github.com/SoftwareBrothers/admin-bro/commit/ec7e53dbd5cc42302f4ab749595d74835a540902)) * add isArray to PropertyOptions ([3e21cba](https://github.com/SoftwareBrothers/admin-bro/commit/3e21cba86a0f659c1ce212c6b235251ad17669be)), closes [#576](https://github.com/SoftwareBrothers/admin-bro/issues/576) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de660fc1c..faa673fc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "3.3.0-beta.6", + "version": "3.3.0-beta.7", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",