From a3f078a61f482175f9d0e4067e4badd63c4567d4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 31 Oct 2020 21:56:59 +0000 Subject: [PATCH] chore(release): 3.3.0-beta.36 [skip ci] # [3.3.0-beta.36](https://github.com/SoftwareBrothers/admin-bro/compare/v3.3.0-beta.35...v3.3.0-beta.36) (2020-10-31) ### Bug Fixes * **babel:** add babel plugin for styled components ([fa9fb8f](https://github.com/SoftwareBrothers/admin-bro/commit/fa9fb8fcaa97886d20c6d221a50247ab8581fb16)) * **bundle:** exit with no zero code on bundle error ([29cabb1](https://github.com/SoftwareBrothers/admin-bro/commit/29cabb11c231147b1ea660fd50a59f729d04975d)) * **bundle:** fix babel input paths ([b516e9f](https://github.com/SoftwareBrothers/admin-bro/commit/b516e9f78b59aa5a4840238f66e6bc62a9ed3a4c)) * **bundle:** move to default import ([2660f56](https://github.com/SoftwareBrothers/admin-bro/commit/2660f5601d93354e10efadbe8262a1f2c4a6cba5)) ### Features * **bundle:** allow any external dependecy in custom components ([f069b70](https://github.com/SoftwareBrothers/admin-bro/commit/f069b70d95570e689519e567b4f49ca452c4dee7)) * **bundle:** migrate to new rollup plugins ([3ef7f0b](https://github.com/SoftwareBrothers/admin-bro/commit/3ef7f0b8e180a37c8ce5bd8cfd0efc1f8bd97e7c)) * **bundler:** allow use jsnext modules ([922e2f7](https://github.com/SoftwareBrothers/admin-bro/commit/922e2f752e8eef6f4222079c2ccb062ba8ceb24a)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d9b662ef..5c925b460 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "3.3.0-beta.35", + "version": "3.3.0-beta.36", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",