Skip to content

Commit

Permalink
Version Packages (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
valtyr and github-actions[bot] authored May 16, 2023
1 parent 299de40 commit c41ff30
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-yaks-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-snails-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-chicken-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-fans-vanish.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# prisma-kysely

## 1.4.0

### Minor Changes

- 3288b72: Support @map statement for enum values (Thank you @jvandenaardweg 🔥🇳🇱)
- 299de40: Adds support for Kysely's `GeneratedAlways` through a new config parameter `readOnlyIds`. The generated type file no longer includes and exports the `Generated` generic.
- 66019e8: Brings back support for implicit many to many models after DMMF changes introduced in new version of Prisma

### Patch Changes

- 2659cc3: Now using narrower types for enum objects bringing `prisma-kysely`'s enums in line with `prisma-client-js` (Thank you @jvandenaardweg 🎉)

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": {
"url": "https://github.com/valtyr/prisma-kysely"
},
"version": "1.3.0",
"version": "1.4.0",
"main": "dist/generator.js",
"files": [
"dist"
Expand Down

0 comments on commit c41ff30

Please sign in to comment.