From 0b66fc6669ae4d2c11c199d3392387beb078024b Mon Sep 17 00:00:00 2001 From: DeBio DevOps <92095923+debiodevops@users.noreply.github.com> Date: Wed, 30 Nov 2022 20:00:56 +0700 Subject: [PATCH] chore(main): release 2.3.0 (#463) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..25505781 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## [2.3.0](https://github.com/debionetwork/debio-backend/compare/2.2.5...2.3.0) (2022-11-23) + + +### Features + +* add region and country full state name ([#457](https://github.com/debionetwork/debio-backend/issues/457)) ([ec5ee88](https://github.com/debionetwork/debio-backend/commit/ec5ee88639c2f783728b1a86979cd9f1a0a39547)) +* endpoint menstrual calendar ([#484](https://github.com/debionetwork/debio-backend/issues/484)) ([b8d25ef](https://github.com/debionetwork/debio-backend/commit/b8d25ef594b632c64f5c00c843e0e14c8548b0f1)) +* move conversion to backend ([#481](https://github.com/debionetwork/debio-backend/issues/481)) ([c251566](https://github.com/debionetwork/debio-backend/commit/c251566f9234f7e60f4313aa67f769caf0e6006b)) +* Pinata endpoint ([#476](https://github.com/debionetwork/debio-backend/issues/476)) ([ea923a0](https://github.com/debionetwork/debio-backend/commit/ea923a0240d9c4e6a5d98bf0e0f5843e41edf406)) + + +### Bug Fixes + +* API /email/registered-genetic-analyst/{genetic_analyst_id} for send email to DAOGenics ([#449](https://github.com/debionetwork/debio-backend/issues/449)) ([d153c77](https://github.com/debionetwork/debio-backend/commit/d153c778f8e49dacdccc05f45922937ecc2f8c07)) +* env and genetic analyst register template ([#483](https://github.com/debionetwork/debio-backend/issues/483)) ([84adf69](https://github.com/debionetwork/debio-backend/commit/84adf69bb810fd290c5e3b1887a853bc9af737cc)) +* genetic analyst register template and data object ([#456](https://github.com/debionetwork/debio-backend/issues/456)) ([43cfe83](https://github.com/debionetwork/debio-backend/commit/43cfe83167aa32594525e33d22363af8f83926da)) +* lab service not show ([#475](https://github.com/debionetwork/debio-backend/issues/475)) ([b1f8be4](https://github.com/debionetwork/debio-backend/commit/b1f8be4a50efcf642787dea828f26930da6b387e)) +* lab substrate api ([#472](https://github.com/debionetwork/debio-backend/issues/472)) ([72b6695](https://github.com/debionetwork/debio-backend/commit/72b66952e5faf52ab2aadb6c6c1a413faed0c56f)) +* menstrual cycle log endpoint ([#490](https://github.com/debionetwork/debio-backend/issues/490)) ([f3643d5](https://github.com/debionetwork/debio-backend/commit/f3643d50fa6354faa2850373341ee4f72633f872)) +* menstrual cycle log endpoint response ([#489](https://github.com/debionetwork/debio-backend/issues/489)) ([bfd2886](https://github.com/debionetwork/debio-backend/commit/bfd28867f57b84a4a1f2408b86b09f6c7591d771)) +* raw query for complex find data in table ([#494](https://github.com/debionetwork/debio-backend/issues/494)) ([ccae6a7](https://github.com/debionetwork/debio-backend/commit/ccae6a71df3e7be0a45b4e8e5d35df90b6336cf9)) +* remove process.env and change to gcloud secret manager ([#453](https://github.com/debionetwork/debio-backend/issues/453)) ([2213d59](https://github.com/debionetwork/debio-backend/commit/2213d59cbfad93d304a777b671e5b4f1172fe091)) +* result lab services ([#492](https://github.com/debionetwork/debio-backend/issues/492)) ([14492e3](https://github.com/debionetwork/debio-backend/commit/14492e31460bb1134e2dc3957f7ab4871fd7c581)) +* update order from updated to created ([#441](https://github.com/debionetwork/debio-backend/issues/441)) ([9e672e3](https://github.com/debionetwork/debio-backend/commit/9e672e317775e7770b7978a025286d096d93734f)) diff --git a/package-lock.json b/package-lock.json index af603545..a7fcde56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "debio-backend", - "version": "2.2.5", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "debio-backend", - "version": "2.2.5", + "version": "2.3.0", "license": "AGPL-3.0", "dependencies": { "@debionetwork/nestjs-gcloud-secret-manager": "0.0.3", diff --git a/package.json b/package.json index a41317a4..6b4f7476 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debio-backend", - "version": "2.2.5", + "version": "2.3.0", "private": true, "license": "AGPL-3.0", "author": "DeBio Dev Team ",