Commit 543ceca
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.2.1...v2.0.0) (2021-06-18)
### chore
* rebrand AdminBro to AdminJS ([6421a9b](6421a9b))
### BREAKING CHANGES
* AdminBro has been rebranded to AdminJS. All package and repository names had been updated.
# Migration Guide
1. Update your dependencies to use new `adminjs` packages.
- `admin-bro` -> `adminjs` for the core package
- `@admin-bro/<package name>` -> `@adminjs/<package name>` for other modules
2. Update your custom CSS classes:
- `.admin-bro_<component name>` -> `.adminjs_<component name>` (example: `.adminjs_Box`)
3. Search your project for `admin-bro` occurrences - most likely they will have to be updated to `adminjs`1 parent 4097b2a commit 543ceca
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments