Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @davinci/[email protected]
 - @davinci/[email protected]
  • Loading branch information
CircleCI committed Feb 15, 2024
1 parent 71b6a1d commit 7585563
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 5 deletions.
8 changes: 8 additions & 0 deletions examples/api-mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@davinci/[email protected]) (2024-02-15)

**Note:** Version bump only for package @davinci/example-next-api-mongoose





## [2.2.11](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2023-10-16)

**Note:** Version bump only for package @davinci/example-next-api-mongoose
Expand Down
2 changes: 1 addition & 1 deletion examples/api-mongoose/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/api-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@davinci/example-next-api-mongoose",
"version": "2.2.11",
"version": "2.2.12",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -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"
Expand Down
17 changes: 17 additions & 0 deletions packages/mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@davinci/[email protected]) (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/[email protected]...@davinci/[email protected]) (2023-10-16)

**Note:** Version bump only for package @davinci/mongoose
Expand Down
2 changes: 1 addition & 1 deletion packages/mongoose/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@davinci/mongoose",
"version": "2.4.7",
"version": "2.5.0",
"description": "Integration with Mongoose ODM",
"author": "HP",
"license": "MIT",
Expand Down

0 comments on commit 7585563

Please sign in to comment.