Skip to content

Commit 68106b8

Browse files
authored
Merge pull request #1590 from hayes/changeset-release/main
chore: update versions
2 parents f5b11ba + f1452f8 commit 68106b8

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/drizzle-beta-update.md

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

.changeset/giant-wolves-look.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.16.2
4+
5+
### Patch Changes
6+
7+
- ab0af70: Update to support drizzle-orm 1.0.0-beta.10
8+
39
## 0.16.1
410

511
### Patch 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.16.1",
3+
"version": "0.16.2",
44
"description": "A Pothos plugin for drizzle",
55
"main": "./lib/index.js",
66
"types": "./dts/index.d.ts",

packages/plugin-errors/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.9.0
4+
5+
### Minor Changes
6+
7+
- 8ad5769: Add builder.errorUnion method and support for item errors in nested lists
8+
39
## 4.8.0
410

511
### Minor Changes

packages/plugin-errors/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-errors",
3-
"version": "4.8.0",
3+
"version": "4.9.0",
44
"description": "A Pothos plugin for adding typed errors into your schema",
55
"main": "./lib/index.js",
66
"types": "./dts/index.d.ts",

0 commit comments

Comments
 (0)