From 788c8bc8e8753d5df9f026307d98d0e22abd9c46 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 30 Sep 2020 18:14:08 +0000 Subject: [PATCH] chore(release): 3.3.0-beta.10 [skip ci] # [3.3.0-beta.10](https://github.com/SoftwareBrothers/admin-bro/compare/v3.3.0-beta.9...v3.3.0-beta.10) (2020-09-30) ### Bug Fixes * export missing PropertyType ([1063365](https://github.com/SoftwareBrothers/admin-bro/commit/10633657beffa8a989f291874ed776ec7e5e178d)) * sidebar width when content was too big ([18265b7](https://github.com/SoftwareBrothers/admin-bro/commit/18265b7f1f438d4d46318f6546bd50ec193489ac)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 896980f26..a6fc784a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "3.3.0-beta.9", + "version": "3.3.0-beta.10", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",