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 Dec 10, 2024
1 parent 0ca55fb commit cad95bb
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/clean-hounds-unite.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/pretty-laws-explode.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/objection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# objection-graphql-resolver

## 7.5.0

### Minor Changes

- 0ca55fb: Refactor cursor pagination:

- Expect explicit list of fields to sort on.
- If not provided, take the list of sort fields from the query itself.
- Fix crash on naming clash when e.g. paginating over `id` with subquery also having `id`.

### Patch Changes

- 8d7c54c: Run subquery modify prior to applying pagination.

## 7.4.0

### Minor 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.4.0",
"version": "7.5.0",
"repository": {
"type": "git",
"url": "https://github.com/IlyaSemenov/objection-graphql-resolver.git"
Expand Down
14 changes: 14 additions & 0 deletions packages/orchid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# orchid-graphql

## 1.8.0

### Minor Changes

- 0ca55fb: Refactor cursor pagination:

- Expect explicit list of fields to sort on.
- If not provided, take the list of sort fields from the query itself.
- Fix crash on naming clash when e.g. paginating over `id` with subquery also having `id`.

### Patch Changes

- 8d7c54c: Run subquery modify prior to applying pagination.

## 1.7.0

### Minor 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.7.0",
"version": "1.8.0",
"repository": {
"type": "git",
"url": "https://github.com/IlyaSemenov/orchid-graphql"
Expand Down

0 comments on commit cad95bb

Please sign in to comment.