diff --git a/examples/api-mongoose/CHANGELOG.md b/examples/api-mongoose/CHANGELOG.md index b137869c..ebb65c7c 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.14](https://github.com/HPInc/davinci/compare/@davinci/example-next-api-mongoose@2.2.13...@davinci/example-next-api-mongoose@2.2.14) (2024-02-20) + +**Note:** Version bump only for package @davinci/example-next-api-mongoose + + + + + ## [2.2.13](https://github.com/HPInc/davinci/compare/@davinci/example-next-api-mongoose@2.2.12...@davinci/example-next-api-mongoose@2.2.13) (2024-02-15) **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 bf25db62..ae416a5f 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.13", + "version": "2.2.14", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/api-mongoose/package.json b/examples/api-mongoose/package.json index de8e0a78..044f1c9f 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.13", + "version": "2.2.14", "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.6.0", + "@davinci/mongoose": "^2.7.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 f137d223..b4e71790 100644 --- a/packages/mongoose/CHANGELOG.md +++ b/packages/mongoose/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.7.0](https://github.com/HPInc/davinci/compare/@davinci/mongoose@2.6.0...@davinci/mongoose@2.7.0) (2024-02-20) + + +### Features + +* allow mongoose 8 ([72609e1](https://github.com/HPInc/davinci/commit/72609e10bbbe8d8398c1425644dd54f13df80ad0)) + + + + + # [2.6.0](https://github.com/HPInc/davinci/compare/@davinci/mongoose@2.5.0...@davinci/mongoose@2.6.0) (2024-02-15) diff --git a/packages/mongoose/package-lock.json b/packages/mongoose/package-lock.json index afc07572..03cf9316 100644 --- a/packages/mongoose/package-lock.json +++ b/packages/mongoose/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/mongoose", - "version": "2.6.0", + "version": "2.7.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/mongoose/package.json b/packages/mongoose/package.json index 92cca81a..45d4d28a 100644 --- a/packages/mongoose/package.json +++ b/packages/mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/mongoose", - "version": "2.6.0", + "version": "2.7.0", "description": "Integration with Mongoose ODM", "author": "HP", "license": "MIT",