Skip to content

Commit

Permalink
Merge pull request #1239 from hayes/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
hayes authored Jul 10, 2024
2 parents b458504 + ea06e14 commit f010e18
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/yellow-beers-count.md

This file was deleted.

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

## 2.0.2

### Patch Changes

- Updated dependencies [d4f7705]
- @pothos/plugin-simple-objects@4.0.1
- @pothos/plugin-prisma@4.0.1

## 2.0.1

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

## 4.0.1

### Patch Changes

- d4f7705: Allow extending interfaces without re-defining all fields

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-simple-objects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pothos/plugin-simple-objects",
"version": "4.0.0",
"version": "4.0.1",
"description": "A Pothos plugin for defining objects and interfaces without ts definitions for those types",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
Expand Down

0 comments on commit f010e18

Please sign in to comment.