Skip to content

Commit

Permalink
Merge pull request #1077 from hayes/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
hayes authored Nov 1, 2023
2 parents 8598e34 + 6f00d11 commit 8d4d2b0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/silent-wasps-sell.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/complex-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pothos-examples/complex-app

## 1.6.13

### Patch Changes

- Updated dependencies [8598e34f]
- @pothos/plugin-prisma-utils@0.12.1

## 1.6.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/complex-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "1.6.12",
"version": "1.6.13",
"name": "@pothos-examples/complex-app",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-prisma-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pothos/plugin-prisma-utils

## 0.12.1

### Patch Changes

- 8598e34f: Allow filters to set null for equals, is and isNot

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-prisma-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pothos/plugin-prisma-utils",
"version": "0.12.0",
"version": "0.12.1",
"description": "A Pothos plugin containing utility functions for building prisma inputs",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
Expand Down

1 comment on commit 8d4d2b0

@vercel
Copy link

@vercel vercel bot commented on 8d4d2b0 Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.