From 9aae6f5b2e1012b153f686755f2d33958897ed7d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 20 Mar 2023 09:22:25 +0000 Subject: [PATCH] chore(release): 7.0.0-beta-v7.1 [skip ci] # [7.0.0-beta-v7.1](https://github.com/SoftwareBrothers/adminjs/compare/v6.8.6...v7.0.0-beta-v7.1) (2023-03-20) ### Bug Fixes * component translations ([de63619](https://github.com/SoftwareBrothers/adminjs/commit/de63619bfacd424fb83dcbbf2047242f899cbda1)) * initial locale problem after changing languages ([#1431](https://github.com/SoftwareBrothers/adminjs/issues/1431)) ([c127b8b](https://github.com/SoftwareBrothers/adminjs/commit/c127b8be7943530867eecc81aed162cb8eb82965)) * resource translations ([#1436](https://github.com/SoftwareBrothers/adminjs/issues/1436)) ([aec39d1](https://github.com/SoftwareBrothers/adminjs/commit/aec39d14f182b36a2692e0d1361de9359300ecd5)) ### chore * rewrite package to esmodules ([#1442](https://github.com/SoftwareBrothers/adminjs/issues/1442)) ([c811f2e](https://github.com/SoftwareBrothers/adminjs/commit/c811f2eab2391b3ff41610b2ea1c157684a78a17)) ### Features * add language selector ([#1342](https://github.com/SoftwareBrothers/adminjs/issues/1342))([@jwasiak](https://github.com/jwasiak)) ([8e6044c](https://github.com/SoftwareBrothers/adminjs/commit/8e6044c6695dbafbb3eba4cd929bc21becd873c8)) * components translations ([#1417](https://github.com/SoftwareBrothers/adminjs/issues/1417)) ([36ec1ea](https://github.com/SoftwareBrothers/adminjs/commit/36ec1ead183dbe044bb3ff3ff3a6e60f2e3083b7)) * improve i18n configuration ([#1444](https://github.com/SoftwareBrothers/adminjs/issues/1444)) ([1731eb2](https://github.com/SoftwareBrothers/adminjs/commit/1731eb2a6edc160aea7fe473d4334456b0e2212d)) * useModal hook can handle all Modal props ([#1428](https://github.com/SoftwareBrothers/adminjs/issues/1428)) ([8642d63](https://github.com/SoftwareBrothers/adminjs/commit/8642d631fdc3022e90ff32db6f7396fb090f3eb7)) ### BREAKING CHANGES * The package won't support CJS anymore --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06c723593..2d9d424f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adminjs", - "version": "6.8.6", + "version": "7.0.0-beta-v7.1", "description": "Admin panel for apps written in node.js", "type": "module", "exports": {