From 72514b3bcc525f2dbf39a0cfa697716fa2b557cc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 7 Aug 2020 10:26:47 +0000 Subject: [PATCH] chore(release): 3.0.0-beta.10 [skip ci] # [3.0.0-beta.10](https://github.com/SoftwareBrothers/admin-bro/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2020-08-07) ### Bug Fixes * move RegisteredAdapters to globak scope ([0325a2a](https://github.com/SoftwareBrothers/admin-bro/commit/0325a2ac967f67114651d7b3e17f4df901b4b388)) ### Features * improve performance of text inputs ([82f6db4](https://github.com/SoftwareBrothers/admin-bro/commit/82f6db47ec8a5ea18757880a20c00af79659c041)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a6361d85..129c10f7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "3.0.0-beta.9", + "version": "3.0.0-beta.10", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",