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 20, 2024
1 parent 9664bc5 commit 6259c1c
Show file tree
Hide file tree
Showing 6 changed files with 24 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.14](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2024-02-20)

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





## [2.2.13](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
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.13",
"version": "2.2.14",
"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.6.0",
"@davinci/mongoose": "^2.7.0",
"@davinci/reflector": "^2.3.0",
"fastify": "^4.10.2",
"mongoose": "^6.6.4"
Expand Down
11 changes: 11 additions & 0 deletions packages/mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@davinci/[email protected]) (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/[email protected]...@davinci/[email protected]) (2024-02-15)


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.6.0",
"version": "2.7.0",
"description": "Integration with Mongoose ODM",
"author": "HP",
"license": "MIT",
Expand Down

0 comments on commit 6259c1c

Please sign in to comment.