Skip to content

Commit 543ceca

Browse files
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

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/sequelize",
3-
"version": "1.2.1",
3+
"version": "2.0.0",
44
"description": "Sequelize adapter for AdminJS",
55
"main": "build/index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)