From dc19588ddb8900e8a522cd2df7ea78b1d6ae3d48 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 23 Sep 2020 19:55:15 +0000 Subject: [PATCH] chore(release): 3.3.0-beta.2 [skip ci] # [3.3.0-beta.2](https://github.com/SoftwareBrothers/admin-bro/compare/v3.3.0-beta.1...v3.3.0-beta.2) (2020-09-23) ### Bug Fixes * improve styling for a section in edit component ([6dea8c0](https://github.com/SoftwareBrothers/admin-bro/commit/6dea8c09b35a86f2bebd15d9e41b86e946f488f0)) * pssing params to richtext ([fd6a3b1](https://github.com/SoftwareBrothers/admin-bro/commit/fd6a3b185f94d673f3d871bebecaa0d34c7473d1)), closes [#603](https://github.com/SoftwareBrothers/admin-bro/issues/603) ### Features * change show components ([20cc6a6](https://github.com/SoftwareBrothers/admin-bro/commit/20cc6a6e49b55affb2ced950511bbf665e01480f)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c54a4f916..305dda883 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "3.3.0-beta.1", + "version": "3.3.0-beta.2", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",