Skip to content

Commit 3f75010

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.1...v2.0.0) (2021-11-19) ### Bug Fixes * use correct secret value for NPM_TOKEN in CI ([e92567c](e92567c)) ### chore * rebrand AdminBro to AdminJS ([395eb95](395eb95)) ### 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 e92567c commit 3f75010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adminjs/logger",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"main": "lib/index.js",
55
"types": "types/index.d.ts",
66
"private": false,

0 commit comments

Comments
 (0)