From 4bb8c9b84d46e4c939991c7428a1d191e6523062 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 18 Jun 2021 16:39:01 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2021-06-18) ### Bug Fixes * bump admin version ([6c279ec](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/6c279ece587e12f09f86f4de89ad1f8c813f55f0)) * check if string param is numeric before converting to Number ([988381f](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/988381f340fe2510a5f7a792de87991ce3d5c4b3)) * error when filter reference columns ([ca2d40b](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/ca2d40bb3d84aa8703616434c068a695931e6116)) * filtering by enums ([da5d8ad](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/da5d8add9e7452fdd645502b2d51d2f9aea4f330)) * fix issue with references not working properly without setting RelationId ([8d3f892](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/8d3f8924b1dda4e51806c50df238c032b3cf2042)) * fix tests, change relationships behavior ([7d5a4b8](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/7d5a4b860aed33a0b0ed0e0f73514c17f889281b)) * reference tables should not be sortable ([d051783](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/d05178309ea6d6f9c6e8c2e5a8f7fd3d9f44c0a2)), closes [SoftwareBrothers/admin-bro#320](https://github.com/SoftwareBrothers/admin-bro/issues/320) * support string type primary keys ([75baade](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/75baade9e8727f77836b5d8c718cc1d7acd03a3b)) * Tests ([95faf53](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/95faf53a0d921fccac50532c8b4b3456e0bd5d6e)) * upate admin-bro version ([d773e3c](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/d773e3c31ae386bf7d83eb2f0f468c6452d411c9)) * wrong publication setting ([78fb6f3](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/78fb6f32d6274cc0c464a745b81ff84accc4e53d)) ### chore * rebrand AdminBro to AdminJS ([15b4a5f](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/15b4a5f4bb13ae90d8b15a1ce1854bbfdd74ec3c)) ### Code Refactoring * :zap: rename package to @admin-bro/typeorm ([d7b0f4f](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/d7b0f4fc3e9a3374ce6e5c3e1c4ad1f77ab70330)) ### Features * add support for mixed type ([438b617](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/438b61765627658bc9fc741521e7da03a3201277)) * Allow embedded entities ([52330ea](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/52330eac763e572cb591ecaa8d0caea182f4be11)) * Allow passing custom filters to typeorm adapter ([c186fdd](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/c186fdd88ff81b7125c6fd35a92461eecd778f1d)) * allow to clear reference values ([f60e61d](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/f60e61ddc6fe3b510457e571df982ec37cf1eb12)) * boolean field ([11d3ffb](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/11d3ffb7be31cdb067392c36160b539b186b7f9c)) * bring back admin-bro ([1021a45](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/1021a453eeb30b2e2daa286b29ae7b9512a02544)) * bump admin-bro ([d33acdb](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/d33acdb051e585fce65c8b71a72913c10279a1b4)) * Detect array of numbers ([f75decc](https://github.com/SoftwareBrothers/adminjs-typeorm/commit/f75decc575c504eed5e633c8c36d0bb50cddb2a3)) ### 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` * users should now rename package to @admin-bro/typeorm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f6940a7..af095705 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/typeorm", - "version": "1.5.0", + "version": "1.0.0", "description": "TypeORM adapter for AdminJS", "keywords": [ "typeorm",