From 79b323c14cc737710116fadca46be05c6ac79e26 Mon Sep 17 00:00:00 2001 From: Richard Zampieri Date: Sat, 21 Oct 2023 16:11:01 -0700 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 69 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..7107703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,68 @@ + + +## 0.1.0 (2023-10-21) + + +### Features + +* add all prisma types, modifiers, functions ([87b0e04](https://github.com/expressots/prisma-provider/commit/87b0e04b85ce6e2007c123020cfecce7c0c95475)) +* add base repository types ([1e60e5a](https://github.com/expressots/prisma-provider/commit/1e60e5a67bd907f264114215bf4714f040308482)) +* add ci-cd and tests ([640bbcb](https://github.com/expressots/prisma-provider/commit/640bbcb87dcca682ec526e35fc357d53c38888bc)) +* add cli ([568db96](https://github.com/expressots/prisma-provider/commit/568db969b91ca2ba312b8cc6fdf65162228540f4)) +* add community standard docs ([0ff951d](https://github.com/expressots/prisma-provider/commit/0ff951d6fd451947ccf1f592af6ad56e861c2b3d)) +* add community standard docs ([957b3aa](https://github.com/expressots/prisma-provider/commit/957b3aa644688877db37ac223086fd071b9e3617)) +* add github workflow ([b1ce6f7](https://github.com/expressots/prisma-provider/commit/b1ce6f7a96f21345397ecf34e9353038a0347d3c)) +* add prisma generate command after codegen script ([92b204e](https://github.com/expressots/prisma-provider/commit/92b204ebe741becf8f6add81f54cebc5f0e67441)) +* add release version command ([2aa3015](https://github.com/expressots/prisma-provider/commit/2aa30153f21a336d6662182de7b1b48dfd130b85)) +* add required and optional 1-1 and 1-n relation fields ([45d949a](https://github.com/expressots/prisma-provider/commit/45d949a875ee24ffa62cb09816e3c0804b7087ef)) +* build settings ([75656bf](https://github.com/expressots/prisma-provider/commit/75656bfc6ebff2d7a5454e0add707b4c3e254fba)) +* bump @commitlint/cli from 17.7.1 to 17.7.2 ([4eb710c](https://github.com/expressots/prisma-provider/commit/4eb710c7f1c7d9746df485a03059ad198fa4a84d)) +* bump @prisma/client from 4.16.1 to 5.4.1 ([3f45146](https://github.com/expressots/prisma-provider/commit/3f45146afd2f5330acc270584326d554bdd8ae44)) +* bump @typescript-eslint/eslint-plugin from 5.60.1 to 5.62.0 ([448ea36](https://github.com/expressots/prisma-provider/commit/448ea369e9a536b4f3eb5b61e4c84cfc60e67047)) +* bump @typescript-eslint/parser from 5.60.1 to 5.62.0 ([13f9eab](https://github.com/expressots/prisma-provider/commit/13f9eab14f3f3615bf3cbcc7e5b3826a6fa0ee4b)) +* bump eslint from 8.44.0 to 8.50.0 ([5a9db28](https://github.com/expressots/prisma-provider/commit/5a9db2851940bef95b20ac060c71e8be38af6f19)) +* bump eslint-config-prettier from 8.8.0 to 9.0.0 ([a89ed8b](https://github.com/expressots/prisma-provider/commit/a89ed8b4bbca1896bc46f3388d9a5e928b048755)) +* bump jest and @types/jest ([d5ba5ea](https://github.com/expressots/prisma-provider/commit/d5ba5eadae07e836eea6e327fdad104319acbd11)) +* bump prettier from 2.8.8 to 3.0.3 ([72aaa58](https://github.com/expressots/prisma-provider/commit/72aaa580fde55918d4947005deda7a12d1a18204)) +* bump prisma from 4.16.1 to 5.4.1 ([527f9a9](https://github.com/expressots/prisma-provider/commit/527f9a9e01a1878e140e46a0be606afb916a30b1)) +* bump typescript from 5.0.4 to 5.2.2 ([ae8215f](https://github.com/expressots/prisma-provider/commit/ae8215fa2d70c7f0253bac4b8be42068cc8099f7)) +* change project descripton ([eea758d](https://github.com/expressots/prisma-provider/commit/eea758dac6e8bc8d2c8d7a8aaa32443443c65048)) +* create prismaCliente model extractor to be used in baseRepository ([#7](https://github.com/expressots/prisma-provider/issues/7)) ([73af5d9](https://github.com/expressots/prisma-provider/commit/73af5d916adfa2b52ee5bf1d6b05371b02f8f8dc)) +* initial prisma provider ([f0c23a6](https://github.com/expressots/prisma-provider/commit/f0c23a645b039033470916b8a18eab89ff9b7499)) +* **juliano-soares:** change readme ([4700369](https://github.com/expressots/prisma-provider/commit/47003697fd950949091e49c9268e42c8fca763a0)) +* test relation ([#6](https://github.com/expressots/prisma-provider/issues/6)) ([45c1bd0](https://github.com/expressots/prisma-provider/commit/45c1bd0250faf3cf0cdc9a4ec46b7ad4ec6eb2e1)) +* update proj structure ([51323ff](https://github.com/expressots/prisma-provider/commit/51323ffdce92e0ab9f4d2f64982fefeb83024b31)) + + +### Bug Fixes + +* add .prisma in prisma schema file ([937492d](https://github.com/expressots/prisma-provider/commit/937492d08a55e9fcd19b4d94f62e47b71cfe5dfb)) +* add relationship helper ([baf0ebf](https://github.com/expressots/prisma-provider/commit/baf0ebfd69a2a83d01ad65955658ceb71a5ebfd4)) +* change relation gen to remove Id ([0fd092e](https://github.com/expressots/prisma-provider/commit/0fd092eb6782b6d8e270d8a9c9d0acc2232ee05e)) +* change schemaName ([162db60](https://github.com/expressots/prisma-provider/commit/162db60e44fa4fc45198487d17543e66de735431)) +* change the source path for prisma ([e99384a](https://github.com/expressots/prisma-provider/commit/e99384a29f870a0741f47d374dbd5bfd1507c741)) +* check generation of enums and types without decorator ([7ea46f2](https://github.com/expressots/prisma-provider/commit/7ea46f2d7f6bb60f81f582d2a4acd4c707e70789)) +* double [@id](https://github.com/id) ([4358d66](https://github.com/expressots/prisma-provider/commit/4358d66960ed5a5912c9e9b0d1414ecac19f59fe)) +* error if a class is not exported ([494088a](https://github.com/expressots/prisma-provider/commit/494088a9bf6335681108f0f7cd10c8f3ea553d00)) +* generate two classes in the same file ([82422e1](https://github.com/expressots/prisma-provider/commit/82422e146745a7ddf6bc12a39bf1cd6dd29a6865)) +* glob sync not finding entities files ([2adc847](https://github.com/expressots/prisma-provider/commit/2adc847b222512445341db859d3b93ae1a631e5d)) +* import class ([f4d8950](https://github.com/expressots/prisma-provider/commit/f4d8950e2a1f593b09dcbaa634ba84632d1bf294)) +* lock package versions ([3b21546](https://github.com/expressots/prisma-provider/commit/3b215469e6594cb9a9d737de3c7a993091d5d7f5)) +* makes ignore commented classes ([0439d9c](https://github.com/expressots/prisma-provider/commit/0439d9ca5a873cd451496d7234eac567f0c20372)) +* naming field elements fields ([089dadf](https://github.com/expressots/prisma-provider/commit/089dadfaa846b966d1f46182dca5682b6a5228c8)) +* naming field elements fields ([3fca4b8](https://github.com/expressots/prisma-provider/commit/3fca4b88cb7b224ed127af5b78e45ac03296178e)) +* naming field elements for many to many explicit ([2114fb0](https://github.com/expressots/prisma-provider/commit/2114fb0fc4ec3e186a15d35b73b4bc5da70e7733)) +* remove class validator package ([94280a1](https://github.com/expressots/prisma-provider/commit/94280a1fadf66aa70caa27ca68f9b0bb3fc1f633)) +* remove demo folder from the lib ([9771528](https://github.com/expressots/prisma-provider/commit/9771528a69cfd806affacb1cb6389fe573404b81)) +* remove model ([560657e](https://github.com/expressots/prisma-provider/commit/560657e6e37036db788e5118990b6cadd8a83564)) +* remove publish script ([594e76e](https://github.com/expressots/prisma-provider/commit/594e76ec95a76c897018b29e0bc136e1fd6e698a)) +* replace global path divider to '/' ([1148e34](https://github.com/expressots/prisma-provider/commit/1148e34b0ecac9af7ddaf604aa95edcac474783a)) +* terminal directory including sourceRoot in path ([18a64fc](https://github.com/expressots/prisma-provider/commit/18a64fccbd1b75c5604a5c7f4e9bd3fa7185c941)) +* ts errors in base repository types ([985a8a0](https://github.com/expressots/prisma-provider/commit/985a8a0f9d478ea59ab92a0787caecf45eb15201)) +* update build script, husky config, lint and format ([bc03db8](https://github.com/expressots/prisma-provider/commit/bc03db8929ce0466a82ff68feb9924e7adbf6785)) +* update readme logo ([16476aa](https://github.com/expressots/prisma-provider/commit/16476aabe37cc77042e8ae363e2f8d2cd54035fd)) + + +### Code Refactoring + +* relation generator ([eb0a584](https://github.com/expressots/prisma-provider/commit/eb0a584a3cad409982210b8d08734a682b08f206)) \ No newline at end of file diff --git a/package.json b/package.json index 5780092..8cdb4ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expressots/prisma", - "version": "0.0.1-rc1", + "version": "0.1.0", "description": "Expressots - Prisma provider (@prisma)", "author": "Richard Zampieri", "keywords": [