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 0379ba7 commit 0f5c6d2
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/selfish-drinks-flow.md

This file was deleted.

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

This file was deleted.

10 changes: 10 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# graphql-orm

## 1.5.0

### Minor Changes

- f3f5f31: Type graph resolve result as `Promise<T>` instead of `Query`.

### Patch Changes

- e802bea: Return `Promise<undefined>` instead of `undefined` for non-requested fields.

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "graphql-orm",
"description": "Common base for objection-graphql-resolver and orchid-graphql",
"private": true,
"version": "1.4.1",
"version": "1.5.0",
"author": "Ilya Semenov",
"license": "MIT",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/objection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# objection-graphql-resolver

## 7.4.0

### Minor Changes

- f3f5f31: Type graph resolve result as `Promise<T>` instead of `Query`.

### Patch Changes

- e802bea: Return `Promise<undefined>` instead of `undefined` for non-requested fields.

## 7.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/objection/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "objection-graphql-resolver",
"description": "objection.js plugin: resolve GraphQL query using withGraphFetched",
"version": "7.3.1",
"version": "7.4.0",
"repository": {
"type": "git",
"url": "https://github.com/IlyaSemenov/objection-graphql-resolver.git"
Expand Down

0 comments on commit 0f5c6d2

Please sign in to comment.