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 Oct 31, 2024
1 parent ce6cf75 commit 12d0125
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .changeset/nasty-ravens-pay.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- 73b18d1: ucastToPrisma takes primary table to project conditions

Previously, the conversion logic for OR conditions was faulty.
It's not possible to properly translate OR conditions to Prisma
query filters without knowing the primary table of the query.

That table is now passed as an argument to ucastToPrisma.

## 0.0.2

### 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.2",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "https://github.com/StyraInc/opa-typescript.git",
Expand Down

0 comments on commit 12d0125

Please sign in to comment.