Skip to content

Commit 0e04c74

Browse files
authored
Merge pull request #1614 from hayes/changeset-release/main
chore: update versions
2 parents e8c02e5 + 815f22c commit 0e04c74

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/drizzle-selection-false-columns.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/plugin-drizzle/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pothos/plugin-drizzle
22

3+
## 0.17.1
4+
5+
### Patch Changes
6+
7+
- e8c02e5: Fix column selection merging to respect `false` values. Columns explicitly set to `false` in a selection are no longer added to the query.
8+
39
## 0.17.0
410

511
### Minor Changes

packages/plugin-drizzle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pothos/plugin-drizzle",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "A Pothos plugin for drizzle",
55
"main": "./lib/index.js",
66
"types": "./dts/index.d.ts",

0 commit comments

Comments
 (0)