Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and IlyaSemenov committed Jun 21, 2024
1 parent d527653 commit 5d33b01
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/selfish-drinks-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-tomatoes-raise.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/orchid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# orchid-graphql

## 1.6.0

### Minor Changes

- d527653: Type graph resolve result as `Promise<T>` instead of `Query`.
- d527653: Return `Promise<undefined>` instead of `undefined` for non-requested fields.

## 1.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/orchid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "orchid-graphql",
"description": "orchid-orm plugin: resolve GraphQL query with Orchid ORM",
"version": "1.5.2",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/IlyaSemenov/orchid-graphql"
Expand Down

0 comments on commit 5d33b01

Please sign in to comment.