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 ardsh committed Jan 8, 2024
1 parent 164870e commit 43cdf3f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/sweet-deers-laugh.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# slonik-trpc

## 0.15.2

### Patch Changes

- 164870e: Added index in virtual field resolve args

BREAKING CHANGE: Removed `virtualFieldLoaders` option.

Also, don't forget to enable `orFilterFilter: true` in `makeQueryLoader` options if you want to keep using the `OR` filters. They're disabled by default now.

## 0.15.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slonik-trpc",
"version": "0.15.1",
"version": "0.15.2",
"description": "Slonik tRPC loader",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 43cdf3f

Please sign in to comment.