Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-korolev committed Sep 23, 2022
1 parent 2d34451 commit ae71304
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
8 changes: 8 additions & 0 deletions packages/api/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.2.13](https://github.com/artem-korolev/prismajs-mongodb-graphql-aws-lambda-starter-kit/compare/[email protected]@0.2.13) (2022-09-23)

**Note:** Version bump only for package api





## [0.2.12](https://github.com/artem-korolev/prismajs-mongodb-graphql-aws-lambda-starter-kit/compare/[email protected]@0.2.12) (2022-09-23)

**Note:** Version bump only for package api
Expand Down
4 changes: 2 additions & 2 deletions packages/api/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/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.2.12",
"version": "0.2.13",
"private": "true",
"description": "",
"source": "src/server.ts",
Expand Down Expand Up @@ -67,6 +67,6 @@
"dotenv": "^16.0.2",
"graphql": "^16.6.0",
"nexus": "^1.3.0",
"prisma-client": "^1.6.7"
"prisma-client": "^1.6.8"
}
}
11 changes: 11 additions & 0 deletions packages/prisma-client/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.6.8](https://github.com/artem-korolev/prismajs-mongodb-graphql-aws-lambda-starter-kit/compare/[email protected]@1.6.8) (2022-09-23)


### Bug Fixes

* **deploy:** parcel command fix ([2d34451](https://github.com/artem-korolev/prismajs-mongodb-graphql-aws-lambda-starter-kit/commit/2d34451738db51c16bd701b4eb3e9b4d3e42dffb))





## [1.6.7](https://github.com/artem-korolev/prismajs-mongodb-graphql-aws-lambda-starter-kit/compare/[email protected]@1.6.7) (2022-09-23)

**Note:** Version bump only for package prisma-client
Expand Down
4 changes: 2 additions & 2 deletions packages/prisma-client/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/prisma-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma-client",
"version": "1.6.7",
"version": "1.6.8",
"private": "true",
"description": "",
"source": "src/index.ts",
Expand Down

0 comments on commit ae71304

Please sign in to comment.