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]
 - @davinci/[email protected]
 - @davinci/[email protected]
 - @davinci/[email protected]
 - @davinci/[email protected]
  • Loading branch information
CircleCI committed Oct 3, 2022
1 parent f8a7adf commit cb18a7d
Show file tree
Hide file tree
Showing 18 changed files with 75 additions and 21 deletions.
11 changes: 11 additions & 0 deletions examples/graphql/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.

## [1.2.16](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2022-10-03)


### Bug Fixes

* missing davinciCtx changes in examples ([364bf9d](https://github.com/HPInc/davinci/commit/364bf9d6cb3c32cec8aecd2086fdbd37c6b2d46b))





## [1.2.15](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2022-06-15)

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

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

8 changes: 4 additions & 4 deletions examples/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@davinci/example-graphql",
"version": "1.2.15",
"version": "1.2.16",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -12,9 +12,9 @@
"author": "HP",
"license": "MIT",
"dependencies": {
"@davinci/core": "^1.10.2",
"@davinci/graphql": "^1.5.13",
"@davinci/mongoose": "^0.18.0",
"@davinci/core": "^1.10.3",
"@davinci/graphql": "^1.5.14",
"@davinci/mongoose": "^0.18.1",
"debug": "^4.1.1",
"express": "4.16.4",
"lodash": "4.17.21",
Expand Down
8 changes: 8 additions & 0 deletions examples/rest-custom-ajv/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.

## [0.16.15](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2022-10-03)

**Note:** Version bump only for package @davinci/example-rest-custom-ajv





## [0.16.14](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2022-06-15)

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

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

6 changes: 3 additions & 3 deletions examples/rest-custom-ajv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@davinci/example-rest-custom-ajv",
"version": "0.16.14",
"version": "0.16.15",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -12,8 +12,8 @@
"author": "HP",
"license": "MIT",
"dependencies": {
"@davinci/core": "^1.10.2",
"@davinci/mongoose": "^0.18.0",
"@davinci/core": "^1.10.3",
"@davinci/mongoose": "^0.18.1",
"debug": "^4.1.1",
"express": "4.16.4",
"lodash": "4.17.21",
Expand Down
8 changes: 8 additions & 0 deletions examples/rest/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.

## [0.15.15](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2022-10-03)

**Note:** Version bump only for package @davinci/example-rest





## [0.15.14](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2022-06-15)

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

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

6 changes: 3 additions & 3 deletions examples/rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@davinci/example-rest",
"version": "0.15.14",
"version": "0.15.15",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -12,8 +12,8 @@
"author": "HP",
"license": "MIT",
"dependencies": {
"@davinci/core": "^1.10.2",
"@davinci/mongoose": "^0.18.0",
"@davinci/core": "^1.10.3",
"@davinci/mongoose": "^0.18.1",
"debug": "^4.1.1",
"express": "4.16.4",
"lodash": "4.17.21",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.

## [1.10.3](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2022-10-03)

**Note:** Version bump only for package @davinci/core





## [1.10.2](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2022-04-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@davinci/core",
"version": "1.10.2",
"version": "1.10.3",
"description": "Framework for rapid and consistent API development",
"main": "build-cjs/index.js",
"module": "build-esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql/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.

## [1.5.14](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2022-10-03)

**Note:** Version bump only for package @davinci/graphql





## [1.5.13](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2022-04-13)

**Note:** Version bump only for package @davinci/graphql
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/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 packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@davinci/graphql",
"version": "1.5.13",
"version": "1.5.14",
"description": "Framework for rapid and consistent API development",
"main": "build-cjs/index.js",
"module": "build-esm/index.js",
Expand All @@ -18,7 +18,7 @@
"author": "HP",
"license": "MIT",
"dependencies": {
"@davinci/core": "^1.10.2",
"@davinci/core": "^1.10.3",
"@davinci/reflector": "^1.1.1",
"bluebird": "^3.7.2",
"debug": "^4.1.1",
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.

## [0.18.1](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2022-10-03)


### Bug Fixes

* rename context to davinciCtx ([a6bb1d6](https://github.com/HPInc/davinci/commit/a6bb1d644508ea5275d5242dd681d902bc7791f4))





# [0.18.0](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2022-06-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.

4 changes: 2 additions & 2 deletions packages/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@davinci/mongoose",
"version": "0.18.0",
"version": "0.18.1",
"description": "Integration with Mongoose ODM",
"author": "HP",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"mongoose": "^6.6.2"
},
"optionalDependencies": {
"@davinci/core": "^1.10.2"
"@davinci/core": "^1.10.3"
},
"devDependencies": {
"@davinci/core": "^1.0.0",
Expand Down

0 comments on commit cb18a7d

Please sign in to comment.