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 Oct 23, 2023
1 parent 2f28c2b commit 8d3eebc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/shiny-papayas-drop.md

This file was deleted.

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

## 1.3.2

### Patch Changes

- 2f28c2b: Support `modelField` in addition to `tableField` as per docs (fix #33).

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-orm/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.3.1",
"version": "1.3.2",
"author": "Ilya Semenov",
"license": "MIT",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/objection-graphql-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# objection-graphql-resolver

## 7.2.2

### Patch Changes

- 2f28c2b: Support `modelField` in addition to `tableField` as per docs (fix #33).

## 7.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/objection-graphql-resolver/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.2.1",
"version": "7.2.2",
"repository": {
"type": "git",
"url": "https://github.com/IlyaSemenov/objection-graphql-resolver.git"
Expand Down

0 comments on commit 8d3eebc

Please sign in to comment.