From d273f709a2836bdfaf669d36a5081d092b08d0c6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Oct 2020 16:10:35 +0000 Subject: [PATCH] chore(release): 3.3.0-beta.23 [skip ci] # [3.3.0-beta.23](https://github.com/SoftwareBrothers/admin-bro/compare/v3.3.0-beta.22...v3.3.0-beta.23) (2020-10-13) ### Bug Fixes * edit action updates context.record ([d18f296](https://github.com/SoftwareBrothers/admin-bro/commit/d18f296ea15d4d5ec7a7baa87395285422f8b5c6)) * new action populates record before returning ([19dd439](https://github.com/SoftwareBrothers/admin-bro/commit/19dd439e1d0a174dbc7811cbfde597f95a5414d1)) * remove useEffect causing useRecord to reset ([8760ab0](https://github.com/SoftwareBrothers/admin-bro/commit/8760ab0911e4bae8d4105e38c69c6de73d09c0fd)), closes [#624](https://github.com/SoftwareBrothers/admin-bro/issues/624) * rename data to context ([3d19230](https://github.com/SoftwareBrothers/admin-bro/commit/3d192300eaf2a707f12679737838beaf39938f0b)) ### Features * add new options to useRecord hook ([323ea9a](https://github.com/SoftwareBrothers/admin-bro/commit/323ea9aa458508e45ba592929c395bcd0ca90b65)) * handling onverriding params in BaseRecord ([3dd1747](https://github.com/SoftwareBrothers/admin-bro/commit/3dd17479de43f5e36dd37d2cf058cb26dc90f877)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 979ff6014..0781beef9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "3.3.0-beta.22", + "version": "3.3.0-beta.23", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",