From 7585563c1b981679c63a9cd330c44368752353a6 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 15 Feb 2024 09:37:07 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @davinci/example-next-api-mongoose@2.2.12 - @davinci/mongoose@2.5.0 --- examples/api-mongoose/CHANGELOG.md | 8 ++++++++ examples/api-mongoose/package-lock.json | 2 +- examples/api-mongoose/package.json | 4 ++-- packages/mongoose/CHANGELOG.md | 17 +++++++++++++++++ packages/mongoose/package-lock.json | 2 +- packages/mongoose/package.json | 2 +- 6 files changed, 30 insertions(+), 5 deletions(-) diff --git a/examples/api-mongoose/CHANGELOG.md b/examples/api-mongoose/CHANGELOG.md index 06f1e431..881c87d2 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.2.12](https://github.com/HPInc/davinci/compare/@davinci/example-next-api-mongoose@2.2.11...@davinci/example-next-api-mongoose@2.2.12) (2024-02-15) + +**Note:** Version bump only for package @davinci/example-next-api-mongoose + + + + + ## [2.2.11](https://github.com/HPInc/davinci/compare/@davinci/example-next-api-mongoose@2.2.10...@davinci/example-next-api-mongoose@2.2.11) (2023-10-16) **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 d662477b..1c810fa9 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.2.11", + "version": "2.2.12", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/api-mongoose/package.json b/examples/api-mongoose/package.json index 2060d666..41895d64 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.2.11", + "version": "2.2.12", "private": true, "description": "", "main": "index.js", @@ -15,7 +15,7 @@ "@davinci/core": "^2.12.0", "@davinci/http-server": "^3.9.1", "@davinci/http-server-fastify": "^2.5.4", - "@davinci/mongoose": "^2.4.7", + "@davinci/mongoose": "^2.5.0", "@davinci/reflector": "^2.3.0", "fastify": "^4.10.2", "mongoose": "^6.6.4" diff --git a/packages/mongoose/CHANGELOG.md b/packages/mongoose/CHANGELOG.md index aada851b..5125a09c 100644 --- a/packages/mongoose/CHANGELOG.md +++ b/packages/mongoose/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.5.0](https://github.com/HPInc/davinci/compare/@davinci/mongoose@2.4.7...@davinci/mongoose@2.5.0) (2024-02-15) + + +### Bug Fixes + +* fix tests ([6211174](https://github.com/HPInc/davinci/commit/62111742fd031a7ede5fa7862bed1f1d5de4e007)) + + +### Features + +* make required option work for arrays ([2d19c62](https://github.com/HPInc/davinci/commit/2d19c62ede11ff780259bb19bf0f93f182adb407)) +* **mongoose:** add support for nested properties with name "type" ([e6ca7a1](https://github.com/HPInc/davinci/commit/e6ca7a11080be73eb39e39221f0295f03f387e62)) + + + + + ## [2.4.7](https://github.com/HPInc/davinci/compare/@davinci/mongoose@2.4.6...@davinci/mongoose@2.4.7) (2023-10-16) **Note:** Version bump only for package @davinci/mongoose diff --git a/packages/mongoose/package-lock.json b/packages/mongoose/package-lock.json index 967e91d2..5a85a0cc 100644 --- a/packages/mongoose/package-lock.json +++ b/packages/mongoose/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/mongoose", - "version": "2.4.7", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/mongoose/package.json b/packages/mongoose/package.json index c69d6520..59652e6f 100644 --- a/packages/mongoose/package.json +++ b/packages/mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/mongoose", - "version": "2.4.7", + "version": "2.5.0", "description": "Integration with Mongoose ODM", "author": "HP", "license": "MIT",