Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and srenatus committed Jan 21, 2025
1 parent 53be03c commit 594fffc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/dry-kiwis-marry.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/ucast-prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @styra/ucast-prisma

## 0.0.8

### Patch Changes

- 8a6007d: ucast-prisma: switch to non-concise AND encoding of conjuncts

This isn't as concise as before, but it's free of edge cases.
Also, as far as I can tell from the [Prisma docs](https://www.prisma.io/docs/orm/reference/prisma-client-reference#and), it doesn't
matter if multiple conditions are wrapped in AND or not.

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ucast-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@styra/ucast-prisma",
"version": "0.0.7",
"version": "0.0.8",
"repository": {
"type": "git",
"url": "https://github.com/StyraInc/opa-typescript.git",
Expand Down

0 comments on commit 594fffc

Please sign in to comment.