Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-beta.2](v4.0.0-beta.1...v4.0.0-beta.2) (2023-04-05)

### chore

* update packages for esm ([c0dbb0d](c0dbb0d))

### Features

* change to ECMAScript modules, replaced AdminJS.bundle with ComponentLoader, ([bb3a542](bb3a542))
* replaced AdminJS.bundle to ComponentLoader ([aa2a3c0](aa2a3c0))

### BREAKING CHANGES

* The package won't support CJS anymore.
  • Loading branch information
semantic-release-bot committed Apr 5, 2023
1 parent c1efdb6 commit 86a306b
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/upload",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit 86a306b

Please sign in to comment.