Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @davinci/[email protected]
 - @davinci/[email protected]
  • Loading branch information
Circle CI committed May 6, 2020
1 parent 8629a64 commit 113740e
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
8 changes: 8 additions & 0 deletions examples/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.

## [0.9.3](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2020-05-06)

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





## [0.9.2](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2020-05-06)

**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.

4 changes: 2 additions & 2 deletions examples/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@davinci/example-graphql",
"version": "0.9.2",
"version": "0.9.3",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,7 +13,7 @@
"license": "ISC",
"dependencies": {
"@davinci/core": "^0.17.1",
"@davinci/graphql": "^0.12.1",
"@davinci/graphql": "^0.12.2",
"@davinci/mongoose": "^0.14.2",
"debug": "^4.1.1",
"express": "4.16.4",
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.

## [0.12.2](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2020-05-06)

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





## [0.12.1](https://github.com/HPInc/davinci/compare/@davinci/[email protected]...@davinci/[email protected]) (2020-05-06)

**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.

2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@davinci/graphql",
"version": "0.12.1",
"version": "0.12.2",
"description": "Framework for rapid and consistent API development",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 113740e

Please sign in to comment.