Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 25, 2024
1 parent aadc82c commit 9798bf3
Show file tree
Hide file tree
Showing 17 changed files with 64 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/lemon-bees-live.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

## 2.1.9

### Patch Changes

- Updated dependencies [aadc82c]
- @pothos/plugin-prisma@4.3.0
- @pothos/plugin-prisma-utils@1.2.0
- @pothos/plugin-scope-auth@4.1.0

## 2.1.8

### 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": "2.1.8",
"version": "2.1.9",
"name": "@pothos-examples/complex-app",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/prisma-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pothos-examples/relay

## 3.1.8

### Patch Changes

- Updated dependencies [aadc82c]
- @pothos/plugin-prisma@4.3.0

## 3.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/prisma-federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "3.1.7",
"version": "3.1.8",
"name": "@pothos-examples/prisma-federation",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/prisma-relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pothos-examples/prisma-relay

## 3.1.8

### Patch Changes

- Updated dependencies [aadc82c]
- @pothos/plugin-prisma@4.3.0

## 3.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/prisma-relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "3.1.7",
"version": "3.1.8",
"name": "@pothos-examples/prisma-relay",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/prisma-smart-subscriptions-apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pothos-examples/prisma-smart-subscriptions-apollo

## 3.1.6

### Patch Changes

- Updated dependencies [aadc82c]
- @pothos/plugin-prisma@4.3.0

## 3.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/prisma-smart-subscriptions-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "3.1.5",
"version": "3.1.6",
"name": "@pothos-examples/prisma-smart-subscriptions-apollo",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/prisma-subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pothos-examples/prisma-subscriptions

## 3.1.5

### Patch Changes

- Updated dependencies [aadc82c]
- @pothos/plugin-prisma@4.3.0

## 3.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/prisma-subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "3.1.4",
"version": "3.1.5",
"name": "@pothos-examples/prisma-subscriptions",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pothos-examples/relay

## 3.1.5

### Patch Changes

- Updated dependencies [aadc82c]
- @pothos/plugin-prisma@4.3.0

## 3.1.4

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

## 0.5.0

### Minor Changes

- aadc82c: export client cache so it can be reset during request

## 0.4.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-drizzle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pothos/plugin-drizzle",
"version": "0.4.7",
"version": "0.5.0",
"description": "A Pothos plugin for drizzle",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.3.0

### Minor Changes

- aadc82c: export client cache so it can be reset during request

## 4.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pothos/plugin-prisma",
"version": "4.2.2",
"version": "4.3.0",
"description": "A Pothos plugin for more efficient integration with prisma",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
Expand Down

0 comments on commit 9798bf3

Please sign in to comment.