From 258262a432fa5d77f51cfdf11034f9ee9cad9bf9 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 1 Dec 2022 14:34:39 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @davinci/example-next-amqp@2.0.2 - @davinci/example-next-api-express@2.0.2 - @davinci/example-next-api-fastify@2.0.2 - @davinci/example-next-api-mongoose@2.0.2 - @davinci/core@2.0.2 - @davinci/health-checks@2.0.2 - @davinci/http-server-express@2.0.2 - @davinci/http-server-fastify@2.0.2 - @davinci/http-server@2.0.2 - @davinci/messaging-amqp@2.0.2 - @davinci/messaging@2.0.2 - @davinci/mongoose@2.0.2 - @davinci/openapi@2.0.2 - @davinci/reflector@2.0.2 --- examples/amqp/CHANGELOG.md | 8 ++++++++ examples/amqp/package-lock.json | 2 +- examples/amqp/package.json | 10 +++++----- examples/api-express/CHANGELOG.md | 8 ++++++++ examples/api-express/package-lock.json | 2 +- examples/api-express/package.json | 12 ++++++------ examples/api-fastify/CHANGELOG.md | 8 ++++++++ examples/api-fastify/package-lock.json | 2 +- examples/api-fastify/package.json | 12 ++++++------ examples/api-mongoose/CHANGELOG.md | 8 ++++++++ examples/api-mongoose/package-lock.json | 2 +- examples/api-mongoose/package.json | 12 ++++++------ packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package-lock.json | 2 +- packages/core/package.json | 4 ++-- packages/health-checks/CHANGELOG.md | 8 ++++++++ packages/health-checks/package-lock.json | 2 +- packages/health-checks/package.json | 10 +++++----- packages/http-server-express/CHANGELOG.md | 8 ++++++++ packages/http-server-express/package-lock.json | 2 +- packages/http-server-express/package.json | 8 ++++---- packages/http-server-fastify/CHANGELOG.md | 8 ++++++++ packages/http-server-fastify/package-lock.json | 2 +- packages/http-server-fastify/package.json | 8 ++++---- packages/http-server/CHANGELOG.md | 8 ++++++++ packages/http-server/package-lock.json | 2 +- packages/http-server/package.json | 6 +++--- packages/messaging-amqp/CHANGELOG.md | 8 ++++++++ packages/messaging-amqp/package-lock.json | 2 +- packages/messaging-amqp/package.json | 8 ++++---- packages/messaging/CHANGELOG.md | 8 ++++++++ packages/messaging/package-lock.json | 2 +- packages/messaging/package.json | 4 ++-- packages/mongoose/CHANGELOG.md | 8 ++++++++ packages/mongoose/package-lock.json | 2 +- packages/mongoose/package.json | 6 +++--- packages/openapi/CHANGELOG.md | 8 ++++++++ packages/openapi/package-lock.json | 2 +- packages/openapi/package.json | 12 ++++++------ packages/reflector/CHANGELOG.md | 8 ++++++++ packages/reflector/package-lock.json | 2 +- packages/reflector/package.json | 2 +- 42 files changed, 183 insertions(+), 71 deletions(-) diff --git a/examples/amqp/CHANGELOG.md b/examples/amqp/CHANGELOG.md index 156094f9..03f0233d 100644 --- a/examples/amqp/CHANGELOG.md +++ b/examples/amqp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.2 (2022-12-01) + +**Note:** Version bump only for package @davinci/example-next-amqp + + + + + ## [2.0.1](https://github.com/HPInc/davinci/compare/@davinci/example-next-amqp@2.0.0-next.19...@davinci/example-next-amqp@2.0.1) (2022-12-01) **Note:** Version bump only for package @davinci/example-next-amqp diff --git a/examples/amqp/package-lock.json b/examples/amqp/package-lock.json index 3f6f5659..327ff354 100644 --- a/examples/amqp/package-lock.json +++ b/examples/amqp/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-next-amqp", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/amqp/package.json b/examples/amqp/package.json index bed3d294..94526f12 100644 --- a/examples/amqp/package.json +++ b/examples/amqp/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-next-amqp", - "version": "2.0.1", + "version": "2.0.2", "private": true, "description": "", "main": "index.js", @@ -12,10 +12,10 @@ "author": "HP", "license": "MIT", "dependencies": { - "@davinci/core": "^2.0.1", - "@davinci/messaging": "^2.0.1", - "@davinci/messaging-amqp": "^2.0.1", - "@davinci/reflector": "^2.0.1", + "@davinci/core": "^2.0.2", + "@davinci/messaging": "^2.0.2", + "@davinci/messaging-amqp": "^2.0.2", + "@davinci/reflector": "^2.0.2", "amqp-connection-manager": "^4.1.9", "amqplib": "^0.10.3", "newrelic": "^9.2.0" diff --git a/examples/api-express/CHANGELOG.md b/examples/api-express/CHANGELOG.md index c8a2cd36..45bb2740 100644 --- a/examples/api-express/CHANGELOG.md +++ b/examples/api-express/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.2 (2022-12-01) + +**Note:** Version bump only for package @davinci/example-next-api-express + + + + + ## [2.0.1](https://github.com/HPInc/davinci/compare/@davinci/example-next-api-express@2.0.0-next.32...@davinci/example-next-api-express@2.0.1) (2022-12-01) **Note:** Version bump only for package @davinci/example-next-api-express diff --git a/examples/api-express/package-lock.json b/examples/api-express/package-lock.json index d022258a..40e80047 100644 --- a/examples/api-express/package-lock.json +++ b/examples/api-express/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-next-api-express", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/api-express/package.json b/examples/api-express/package.json index d8a712a5..de8e362a 100644 --- a/examples/api-express/package.json +++ b/examples/api-express/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-next-api-express", - "version": "2.0.1", + "version": "2.0.2", "private": true, "description": "", "main": "index.js", @@ -12,11 +12,11 @@ "author": "HP", "license": "MIT", "dependencies": { - "@davinci/core": "^2.0.1", - "@davinci/health-checks": "^2.0.1", - "@davinci/http-server": "^2.0.1", - "@davinci/http-server-express": "^2.0.1", - "@davinci/openapi": "^2.0.1", + "@davinci/core": "^2.0.2", + "@davinci/health-checks": "^2.0.2", + "@davinci/http-server": "^2.0.2", + "@davinci/http-server-express": "^2.0.2", + "@davinci/openapi": "^2.0.2", "ajv": "^8.11.0", "ajv-formats": "^2.1.1", "express": "^4.18.1" diff --git a/examples/api-fastify/CHANGELOG.md b/examples/api-fastify/CHANGELOG.md index 4f088091..96b646db 100644 --- a/examples/api-fastify/CHANGELOG.md +++ b/examples/api-fastify/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.2 (2022-12-01) + +**Note:** Version bump only for package @davinci/example-next-api-fastify + + + + + ## [2.0.1](https://github.com/HPInc/davinci/compare/@davinci/example-next-api-fastify@2.0.0-next.32...@davinci/example-next-api-fastify@2.0.1) (2022-12-01) **Note:** Version bump only for package @davinci/example-next-api-fastify diff --git a/examples/api-fastify/package-lock.json b/examples/api-fastify/package-lock.json index e088eab3..4427cc35 100644 --- a/examples/api-fastify/package-lock.json +++ b/examples/api-fastify/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-next-api-fastify", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/api-fastify/package.json b/examples/api-fastify/package.json index 864d6b9c..4c98cb44 100644 --- a/examples/api-fastify/package.json +++ b/examples/api-fastify/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-next-api-fastify", - "version": "2.0.1", + "version": "2.0.2", "private": true, "description": "", "main": "index.js", @@ -12,11 +12,11 @@ "author": "HP", "license": "MIT", "dependencies": { - "@davinci/core": "^2.0.1", - "@davinci/health-checks": "^2.0.1", - "@davinci/http-server": "^2.0.1", - "@davinci/http-server-fastify": "^2.0.1", - "@davinci/openapi": "^2.0.1", + "@davinci/core": "^2.0.2", + "@davinci/health-checks": "^2.0.2", + "@davinci/http-server": "^2.0.2", + "@davinci/http-server-fastify": "^2.0.2", + "@davinci/openapi": "^2.0.2", "ajv": "^8.11.0", "ajv-formats": "^2.1.1", "fastify": "^4.4.0" diff --git a/examples/api-mongoose/CHANGELOG.md b/examples/api-mongoose/CHANGELOG.md index 6fb31270..2b03c897 100644 --- a/examples/api-mongoose/CHANGELOG.md +++ b/examples/api-mongoose/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.2 (2022-12-01) + +**Note:** Version bump only for package @davinci/example-next-api-mongoose + + + + + ## [2.0.1](https://github.com/HPInc/davinci/compare/@davinci/example-next-api-mongoose@2.0.0-next.27...@davinci/example-next-api-mongoose@2.0.1) (2022-12-01) **Note:** Version bump only for package @davinci/example-next-api-mongoose diff --git a/examples/api-mongoose/package-lock.json b/examples/api-mongoose/package-lock.json index 42c2db3d..0f4f855c 100644 --- a/examples/api-mongoose/package-lock.json +++ b/examples/api-mongoose/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-next-api-mongoose", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/api-mongoose/package.json b/examples/api-mongoose/package.json index 30046619..86fecb2b 100644 --- a/examples/api-mongoose/package.json +++ b/examples/api-mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-next-api-mongoose", - "version": "2.0.1", + "version": "2.0.2", "private": true, "description": "", "main": "index.js", @@ -12,11 +12,11 @@ "author": "HP", "license": "MIT", "dependencies": { - "@davinci/core": "^2.0.1", - "@davinci/http-server": "^2.0.1", - "@davinci/http-server-fastify": "^2.0.1", - "@davinci/mongoose": "^2.0.1", - "@davinci/reflector": "^2.0.1", + "@davinci/core": "^2.0.2", + "@davinci/http-server": "^2.0.2", + "@davinci/http-server-fastify": "^2.0.2", + "@davinci/mongoose": "^2.0.2", + "@davinci/reflector": "^2.0.2", "fastify": "^4.4.0", "mongoose": "^6.6.4" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index fef9b704..df2ce495 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.2](https://github.com/HPInc/davinci/compare/@davinci/core@1.11.0...@davinci/core@2.0.2) (2022-12-01) + +**Note:** Version bump only for package @davinci/core + + + + + ## [2.0.1](https://github.com/HPInc/davinci/compare/@davinci/core@2.0.0-next.18...@davinci/core@2.0.1) (2022-12-01) **Note:** Version bump only for package @davinci/core diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index f02d509a..9995fa93 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/core", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/core/package.json b/packages/core/package.json index 35cfbd94..546627a6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/core", - "version": "2.0.1", + "version": "2.0.2", "description": "Framework for rapid and consistent API development", "main": "build-cjs/index.js", "module": "build-esm/index.js", @@ -20,7 +20,7 @@ "author": "HP", "license": "MIT", "dependencies": { - "@davinci/reflector": "^2.0.1", + "@davinci/reflector": "^2.0.2", "deepmerge": "^4.2.2", "pino": "7.9.1", "tsyringe": "^4.7.0" diff --git a/packages/health-checks/CHANGELOG.md b/packages/health-checks/CHANGELOG.md index b4db2d90..1eba132e 100644 --- a/packages/health-checks/CHANGELOG.md +++ b/packages/health-checks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.2 (2022-12-01) + +**Note:** Version bump only for package @davinci/health-checks + + + + + ## [2.0.1](https://github.com/HPInc/davinci/compare/@davinci/health-checks@2.0.0-next.28...@davinci/health-checks@2.0.1) (2022-12-01) **Note:** Version bump only for package @davinci/health-checks diff --git a/packages/health-checks/package-lock.json b/packages/health-checks/package-lock.json index 6cfc7358..5d163ddb 100644 --- a/packages/health-checks/package-lock.json +++ b/packages/health-checks/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/health-checks", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/health-checks/package.json b/packages/health-checks/package.json index 6ee5d97f..7612daaf 100644 --- a/packages/health-checks/package.json +++ b/packages/health-checks/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/health-checks", - "version": "2.0.1", + "version": "2.0.2", "description": "Framework for rapid and consistent API development", "main": "build-cjs/index.js", "module": "build-esm/index.js", @@ -20,16 +20,16 @@ "author": "HP", "license": "MIT", "dependencies": { - "@davinci/core": "^2.0.1", - "@davinci/http-server": "^2.0.1", - "@davinci/reflector": "^2.0.1", + "@davinci/core": "^2.0.2", + "@davinci/http-server": "^2.0.2", + "@davinci/reflector": "^2.0.2", "pino": "^7.11.0" }, "peerDependencies": { "@godaddy/terminus": "^4.11.1" }, "devDependencies": { - "@davinci/http-server-fastify": "^2.0.1", + "@davinci/http-server-fastify": "^2.0.2", "@godaddy/terminus": "^4.11.2" }, "gitHead": "451fc8dbdbf23b7f019391dcfce5f85c24cd40f4" diff --git a/packages/http-server-express/CHANGELOG.md b/packages/http-server-express/CHANGELOG.md index 8d5ecd46..4ab31b99 100644 --- a/packages/http-server-express/CHANGELOG.md +++ b/packages/http-server-express/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.2 (2022-12-01) + +**Note:** Version bump only for package @davinci/http-server-express + + + + + ## [2.0.1](https://github.com/HPInc/davinci/compare/@davinci/http-server-express@2.0.0-next.24...@davinci/http-server-express@2.0.1) (2022-12-01) **Note:** Version bump only for package @davinci/http-server-express diff --git a/packages/http-server-express/package-lock.json b/packages/http-server-express/package-lock.json index 66a4f861..f0448e73 100644 --- a/packages/http-server-express/package-lock.json +++ b/packages/http-server-express/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/http-server-express", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/http-server-express/package.json b/packages/http-server-express/package.json index 537bba1c..1a91c906 100644 --- a/packages/http-server-express/package.json +++ b/packages/http-server-express/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/http-server-express", - "version": "2.0.1", + "version": "2.0.2", "description": "Framework for rapid and consistent API development", "main": "build-cjs/index.js", "module": "build-esm/index.js", @@ -20,14 +20,14 @@ "author": "HP", "license": "MIT", "dependencies": { - "@davinci/http-server": "^2.0.1", - "@davinci/reflector": "^2.0.1" + "@davinci/http-server": "^2.0.2", + "@davinci/reflector": "^2.0.2" }, "peerDependencies": { "express": "^4.0.0" }, "devDependencies": { - "@davinci/core": "^2.0.1", + "@davinci/core": "^2.0.2", "axios": "^1.2.0", "body-parser": "^1.20.0", "express": "^4.18.2", diff --git a/packages/http-server-fastify/CHANGELOG.md b/packages/http-server-fastify/CHANGELOG.md index e6cbf60f..dfe544c7 100644 --- a/packages/http-server-fastify/CHANGELOG.md +++ b/packages/http-server-fastify/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.2 (2022-12-01) + +**Note:** Version bump only for package @davinci/http-server-fastify + + + + + ## [2.0.1](https://github.com/HPInc/davinci/compare/@davinci/http-server-fastify@2.0.0-next.26...@davinci/http-server-fastify@2.0.1) (2022-12-01) **Note:** Version bump only for package @davinci/http-server-fastify diff --git a/packages/http-server-fastify/package-lock.json b/packages/http-server-fastify/package-lock.json index a8912769..2ab6b0de 100644 --- a/packages/http-server-fastify/package-lock.json +++ b/packages/http-server-fastify/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/http-server-fastify", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/http-server-fastify/package.json b/packages/http-server-fastify/package.json index ca7342b4..f32c82e4 100644 --- a/packages/http-server-fastify/package.json +++ b/packages/http-server-fastify/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/http-server-fastify", - "version": "2.0.1", + "version": "2.0.2", "description": "Framework for rapid and consistent API development", "main": "build-cjs/index.js", "module": "build-esm/index.js", @@ -20,8 +20,8 @@ "author": "HP", "license": "MIT", "dependencies": { - "@davinci/http-server": "^2.0.1", - "@davinci/reflector": "^2.0.1" + "@davinci/http-server": "^2.0.2", + "@davinci/reflector": "^2.0.2" }, "peerDependencies": { "@fastify/cors": "^8.0.0", @@ -30,7 +30,7 @@ "qs": "^6.11.0" }, "devDependencies": { - "@davinci/core": "^2.0.1", + "@davinci/core": "^2.0.2", "@fastify/cors": "^8.1.1", "@fastify/static": "^6.5.0", "axios": "^1.2.0", diff --git a/packages/http-server/CHANGELOG.md b/packages/http-server/CHANGELOG.md index 9ab6b4fd..9e66cb9b 100644 --- a/packages/http-server/CHANGELOG.md +++ b/packages/http-server/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.2 (2022-12-01) + +**Note:** Version bump only for package @davinci/http-server + + + + + ## [2.0.1](https://github.com/HPInc/davinci/compare/@davinci/http-server@2.0.0-next.24...@davinci/http-server@2.0.1) (2022-12-01) **Note:** Version bump only for package @davinci/http-server diff --git a/packages/http-server/package-lock.json b/packages/http-server/package-lock.json index 2ea19fb7..0f35f6ff 100644 --- a/packages/http-server/package-lock.json +++ b/packages/http-server/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/http-server", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/http-server/package.json b/packages/http-server/package.json index 3eb3ba66..0afbd21b 100644 --- a/packages/http-server/package.json +++ b/packages/http-server/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/http-server", - "version": "2.0.1", + "version": "2.0.2", "description": "Framework for rapid and consistent API development", "main": "build-cjs/index.js", "module": "build-esm/index.js", @@ -20,8 +20,8 @@ "author": "HP", "license": "MIT", "dependencies": { - "@davinci/core": "^2.0.1", - "@davinci/reflector": "^2.0.1", + "@davinci/core": "^2.0.2", + "@davinci/reflector": "^2.0.2", "pino": "^7.11.0" }, "peerDependencies": { diff --git a/packages/messaging-amqp/CHANGELOG.md b/packages/messaging-amqp/CHANGELOG.md index 7fd8eda3..c0f9470a 100644 --- a/packages/messaging-amqp/CHANGELOG.md +++ b/packages/messaging-amqp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.2 (2022-12-01) + +**Note:** Version bump only for package @davinci/messaging-amqp + + + + + ## [2.0.1](https://github.com/HPInc/davinci/compare/@davinci/messaging-amqp@2.0.0-next.19...@davinci/messaging-amqp@2.0.1) (2022-12-01) **Note:** Version bump only for package @davinci/messaging-amqp diff --git a/packages/messaging-amqp/package-lock.json b/packages/messaging-amqp/package-lock.json index bb16573f..f10e296b 100644 --- a/packages/messaging-amqp/package-lock.json +++ b/packages/messaging-amqp/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/messaging-amqp", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/messaging-amqp/package.json b/packages/messaging-amqp/package.json index 4d2e2c9f..d04413ff 100644 --- a/packages/messaging-amqp/package.json +++ b/packages/messaging-amqp/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/messaging-amqp", - "version": "2.0.1", + "version": "2.0.2", "description": "AMQP module", "author": "HP", "license": "MIT", @@ -20,9 +20,9 @@ "cover": "nyc npm test" }, "dependencies": { - "@davinci/core": "^2.0.1", - "@davinci/messaging": "^2.0.1", - "@davinci/reflector": "^2.0.1", + "@davinci/core": "^2.0.2", + "@davinci/messaging": "^2.0.2", + "@davinci/reflector": "^2.0.2", "@fastify/deepmerge": "^1.1.0", "fast-json-stable-stringify": "^2.1.0", "pino": "^8.6.1" diff --git a/packages/messaging/CHANGELOG.md b/packages/messaging/CHANGELOG.md index 427bbab8..59591698 100644 --- a/packages/messaging/CHANGELOG.md +++ b/packages/messaging/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.2 (2022-12-01) + +**Note:** Version bump only for package @davinci/messaging + + + + + ## [2.0.1](https://github.com/HPInc/davinci/compare/@davinci/messaging@2.0.0-next.13...@davinci/messaging@2.0.1) (2022-12-01) **Note:** Version bump only for package @davinci/messaging diff --git a/packages/messaging/package-lock.json b/packages/messaging/package-lock.json index 32f70566..c19e13c1 100644 --- a/packages/messaging/package-lock.json +++ b/packages/messaging/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/messaging", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/messaging/package.json b/packages/messaging/package.json index de97c43a..970b640b 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/messaging", - "version": "2.0.1", + "version": "2.0.2", "description": "Generic messaging module", "author": "HP", "license": "MIT", @@ -21,6 +21,6 @@ }, "gitHead": "451fc8dbdbf23b7f019391dcfce5f85c24cd40f4", "dependencies": { - "@davinci/reflector": "^2.0.1" + "@davinci/reflector": "^2.0.2" } } diff --git a/packages/mongoose/CHANGELOG.md b/packages/mongoose/CHANGELOG.md index ba20126d..540bae38 100644 --- a/packages/mongoose/CHANGELOG.md +++ b/packages/mongoose/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.2](https://github.com/HPInc/davinci/compare/@davinci/mongoose@1.1.0...@davinci/mongoose@2.0.2) (2022-12-01) + +**Note:** Version bump only for package @davinci/mongoose + + + + + ## [2.0.1](https://github.com/HPInc/davinci/compare/@davinci/mongoose@2.0.0-next.20...@davinci/mongoose@2.0.1) (2022-12-01) **Note:** Version bump only for package @davinci/mongoose diff --git a/packages/mongoose/package-lock.json b/packages/mongoose/package-lock.json index e29c8812..a5d010b2 100644 --- a/packages/mongoose/package-lock.json +++ b/packages/mongoose/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/mongoose", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/mongoose/package.json b/packages/mongoose/package.json index 149697f0..d6abe0b1 100644 --- a/packages/mongoose/package.json +++ b/packages/mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/mongoose", - "version": "2.0.1", + "version": "2.0.2", "description": "Integration with Mongoose ODM", "author": "HP", "license": "MIT", @@ -20,8 +20,8 @@ "cover": "nyc npm test" }, "dependencies": { - "@davinci/core": "^2.0.1", - "@davinci/reflector": "^2.0.1", + "@davinci/core": "^2.0.2", + "@davinci/reflector": "^2.0.2", "deepmerge": "^4.2.2", "pino": "^8.6.1" }, diff --git a/packages/openapi/CHANGELOG.md b/packages/openapi/CHANGELOG.md index dcd0a5a2..14b52879 100644 --- a/packages/openapi/CHANGELOG.md +++ b/packages/openapi/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.2 (2022-12-01) + +**Note:** Version bump only for package @davinci/openapi + + + + + ## [2.0.1](https://github.com/HPInc/davinci/compare/@davinci/openapi@2.0.0-next.30...@davinci/openapi@2.0.1) (2022-12-01) **Note:** Version bump only for package @davinci/openapi diff --git a/packages/openapi/package-lock.json b/packages/openapi/package-lock.json index 7bfcad95..3dbcae64 100644 --- a/packages/openapi/package-lock.json +++ b/packages/openapi/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/openapi", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/openapi/package.json b/packages/openapi/package.json index f5747bce..445ebe75 100644 --- a/packages/openapi/package.json +++ b/packages/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/openapi", - "version": "2.0.1", + "version": "2.0.2", "description": "Framework for rapid and consistent API development", "main": "build-cjs/index.js", "module": "build-esm/index.js", @@ -20,8 +20,8 @@ "author": "HP", "license": "MIT", "dependencies": { - "@davinci/core": "^2.0.1", - "@davinci/reflector": "^2.0.1", + "@davinci/core": "^2.0.2", + "@davinci/reflector": "^2.0.2", "@fastify/deepmerge": "^1.1.0", "hyperscript": "^2.0.2", "openapi-types": "^12.0.0", @@ -31,9 +31,9 @@ "@davinci/http-server": "^2.0.0-next.11" }, "devDependencies": { - "@davinci/http-server": "^2.0.1", - "@davinci/http-server-express": "^2.0.1", - "@davinci/http-server-fastify": "^2.0.1", + "@davinci/http-server": "^2.0.2", + "@davinci/http-server-express": "^2.0.2", + "@davinci/http-server-fastify": "^2.0.2", "@types/hyperscript": "^0.0.4", "@types/swagger-ui-dist": "^3.30.1", "axios": "^1.2.0", diff --git a/packages/reflector/CHANGELOG.md b/packages/reflector/CHANGELOG.md index 9dc86ede..39e8f0ab 100644 --- a/packages/reflector/CHANGELOG.md +++ b/packages/reflector/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.2](https://github.com/HPInc/davinci/compare/@davinci/reflector@1.1.1...@davinci/reflector@2.0.2) (2022-12-01) + +**Note:** Version bump only for package @davinci/reflector + + + + + ## [2.0.1](https://github.com/HPInc/davinci/compare/@davinci/reflector@2.0.0-next.13...@davinci/reflector@2.0.1) (2022-12-01) **Note:** Version bump only for package @davinci/reflector diff --git a/packages/reflector/package-lock.json b/packages/reflector/package-lock.json index 99581b75..e37809ad 100644 --- a/packages/reflector/package-lock.json +++ b/packages/reflector/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/reflector", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/reflector/package.json b/packages/reflector/package.json index 8ecdfa63..95c3267f 100644 --- a/packages/reflector/package.json +++ b/packages/reflector/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/reflector", - "version": "2.0.1", + "version": "2.0.2", "description": "Utility module used for metadata reflection", "main": "build/index.js", "types": "build/index.d.ts",