Releases: artem-korolev/prismajs-mongodb-graphql-aws-lambda-starter-kit
Releases · artem-korolev/prismajs-mongodb-graphql-aws-lambda-starter-kit
v1.2.2
1.2.2 (2022-06-10)
Bug Fixes
- Prisma + RollUp: Since Prisma Client is not only based on JavaScript code, but also relies on the query engine binary file to be available, you need to make sure that your bundled code has access to the binary file (a64a0e8)
v1.2.1
1.2.1 (2022-06-09)
Bug Fixes
- Cloud application: fix location of prisma-client module (7473772)
v1.2.0
1.2.0 (2022-06-09)
Features
- Project structure: separate prisma-client project into two separate projects; (b17d86c)
v1.1.0
1.1.0 (2022-06-06)
Features
- Prisma Client: updating versions 3.12.0 -> 3.14.0 (668770b)
v1.0.11
1.0.11 (2022-06-06)
Bug Fixes
- documentation: fixing typos and adding few words to VSCode dictionary (71e5ba2)
v1.0.10
1.0.10 (2022-06-05)
Bug Fixes
- prisma-client: I'm making a change in Lerna subproject, and wanna see this to be included inside root project's changelog (and increasing its version also) (45c466f)
v1.0.9
1.0.9 (2022-06-05)
Bug Fixes
- ci/cd: experementing with semantic-release (cc702c1)
- readme: testing semantic release flows to setup CI/CD in conjunction together with Lerna (edfa596)
- trying to fix broken pipeline (121451e)
v1.0.8
1.0.8 (2022-06-03)
Bug Fixes
- lerna: unchanged projects are published bug (63d7dc1)
v1.0.7
1.0.7 (2022-06-03)
Bug Fixes
- lerna: trying to fetch all git tags and commits for proper lerna fuinction (2a63198)
v1.0.6
1.0.6 (2022-06-03)
Bug Fixes
- lerna: lerna and semantic-release requires
all_commits
and all_tags
to be set in actions/checkout@v2 plugin for proper functioning (242941b)