From 3f75010a7a421515ab083798ec90f3094d15f916 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 Nov 2021 09:58:44 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/SoftwareBrothers/adminjs-logger/compare/v1.0.1...v2.0.0) (2021-11-19) ### Bug Fixes * use correct secret value for NPM_TOKEN in CI ([e92567c](https://github.com/SoftwareBrothers/adminjs-logger/commit/e92567c7b0cd831e2cefe6d4a0407ea9f8133e10)) ### chore * rebrand AdminBro to AdminJS ([395eb95](https://github.com/SoftwareBrothers/adminjs-logger/commit/395eb95e824df813bf4cc11e0a1f6626101cf0b3)) ### 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/` -> `@adminjs/` for other modules 2. Update your custom CSS classes: - `.admin-bro_` -> `.adminjs_` (example: `.adminjs_Box`) 3. Search your project for `admin-bro` occurrences - most likely they will have to be updated to `adminjs` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5866599..4773d60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/logger", - "version": "1.0.1", + "version": "2.0.0", "main": "lib/index.js", "types": "types/index.d.ts", "private": false,