From 594fffcb13fb31d7fe38437f0466dad44387fcdc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Jan 2025 09:15:10 +0000 Subject: [PATCH] Version Packages --- .changeset/dry-kiwis-marry.md | 9 --------- packages/ucast-prisma/CHANGELOG.md | 10 ++++++++++ packages/ucast-prisma/package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/dry-kiwis-marry.md diff --git a/.changeset/dry-kiwis-marry.md b/.changeset/dry-kiwis-marry.md deleted file mode 100644 index f34d65d3..00000000 --- a/.changeset/dry-kiwis-marry.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@styra/ucast-prisma": patch ---- - -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. diff --git a/packages/ucast-prisma/CHANGELOG.md b/packages/ucast-prisma/CHANGELOG.md index 9507048c..8736f235 100644 --- a/packages/ucast-prisma/CHANGELOG.md +++ b/packages/ucast-prisma/CHANGELOG.md @@ -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 diff --git a/packages/ucast-prisma/package.json b/packages/ucast-prisma/package.json index f4cf4642..a1adb548 100644 --- a/packages/ucast-prisma/package.json +++ b/packages/ucast-prisma/package.json @@ -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",