Skip to content

Commit

Permalink
Merge pull request #939 from hayes/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
hayes committed Jun 15, 2023
2 parents 82f40bc + d0d9f28 commit 31e2c41
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/smooth-oranges-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-swans-heal.md

This file was deleted.

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

## 1.5.19

### Patch Changes

- Updated dependencies [2d2edce6]
- @pothos/plugin-prisma-utils@0.9.0
- @pothos/plugin-prisma@3.52.0
- @pothos/plugin-relay@3.43.0

## 1.5.18

### 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.5.18",
"version": "1.5.19",
"name": "@pothos-examples/complex-app",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-complexity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @giraphql/plugin-complexity

## 3.13.0

### Minor Changes

- 2f23a1af: fix bug when limits are zero

## 3.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-complexity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pothos/plugin-complexity",
"version": "3.12.1",
"version": "3.13.0",
"description": "A Pothos plugin for defining and limiting complexity of queries",
"main": "./lib/index.js",
"types": "./dts/index.d.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.9.0

### Minor Changes

- 2d2edce6: Allow `mode` field in generated Prisma filter types

## 0.8.2

### Patch 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.8.2",
"version": "0.9.0",
"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 31e2c41

@vercel
Copy link

@vercel vercel bot commented on 31e2c41 Jun 15, 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.