Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.0...v2.0.0) (2021-06-18)

### chore

* rebrand AdminBro to AdminJS ([4592e1a](4592e1a))

### BREAKING CHANGES

* AdminBro has been rebranded to AdminJS. All package and repository names had been updated.
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`
  • Loading branch information
semantic-release-bot committed Jun 18, 2021
1 parent 0716981 commit fcd978e
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/nestjs",
"version": "1.1.0",
"version": "2.0.0",
"main": "build/index.js",
"types": "types/index.d.ts",
"private": false,
Expand Down

0 comments on commit fcd978e

Please sign in to comment.