Skip to content

Commit

Permalink
chore(release): 7.0.0-beta-v7.1 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0-beta-v7.1](v6.8.6...v7.0.0-beta-v7.1) (2023-03-20)

### Bug Fixes

* component translations ([de63619](de63619))
* initial locale problem after changing languages ([#1431](#1431)) ([c127b8b](c127b8b))
* resource translations ([#1436](#1436)) ([aec39d1](aec39d1))

### chore

* rewrite package to esmodules ([#1442](#1442)) ([c811f2e](c811f2e))

### Features

* add language selector ([#1342](https://github.com/SoftwareBrothers/adminjs/issues/1342))([@jwasiak](https://github.com/jwasiak)) ([8e6044c](8e6044c))
* components translations ([#1417](#1417)) ([36ec1ea](36ec1ea))
* improve i18n configuration ([#1444](#1444)) ([1731eb2](1731eb2))
* useModal hook can handle all Modal props ([#1428](#1428)) ([8642d63](8642d63))

### BREAKING CHANGES

* The package won't support CJS anymore
  • Loading branch information
semantic-release-bot committed Mar 20, 2023
1 parent c811f2e commit 9aae6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9aae6f5

Please sign in to comment.