Skip to content

Commit

Permalink
Merge pull request #1324 from hayes/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
hayes authored Oct 23, 2024
2 parents 40769a1 + e89578d commit 73d7b7c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/slow-kings-stare.md

This file was deleted.

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.5

### Patch Changes

- Updated dependencies [71a722a]
- @pothos/plugin-smart-subscriptions@4.1.1

## 3.1.4

### 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.4",
"version": "3.1.5",
"name": "@pothos-examples/prisma-smart-subscriptions-apollo",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-smart-subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.1.1

### Patch Changes

- 71a722a: Handle async subsdcribe methods

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-smart-subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pothos/plugin-smart-subscriptions",
"version": "4.1.0",
"version": "4.1.1",
"description": "A Pothos plugin for turning queries into subscriptions",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
Expand Down

0 comments on commit 73d7b7c

Please sign in to comment.