From 12cf16dbb8119d0984637d961c8ee79b6afab505 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Aug 2020 11:40:13 +0000 Subject: [PATCH] chore(release): 3.0.0-beta.8 [skip ci] # [3.0.0-beta.8](https://github.com/SoftwareBrothers/admin-bro/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2020-08-06) ### Bug Fixes * error when use AdminBro.bundle form an another package ([2ada007](https://github.com/SoftwareBrothers/admin-bro/commit/2ada0075c5d26f68b28243739c67d82c8cc32083)) * error when xxxProperties were empty in merge ([1db1235](https://github.com/SoftwareBrothers/admin-bro/commit/1db1235ecea730505788f9c32d6e95d32633c54c)) ### improvement * remove not needed BaseResource#name ([4848a2d](https://github.com/SoftwareBrothers/admin-bro/commit/4848a2d41cf705cff44bc384bd3e26af0b967391)) ### BREAKING CHANGES * now base resource does not have a name() property --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64a0ff57f..336620b81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "3.0.0-beta.7", + "version": "3.0.0-beta.8", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",