Skip to content

Commit 0b802fe

Browse files
github-actions[bot]IlyaSemenov
authored andcommitted
Version Packages
1 parent 555419a commit 0b802fe

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/thirty-weeks-teach.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/objection/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# objection-graphql-resolver
22

3+
## 7.5.1
4+
5+
### Patch Changes
6+
7+
- 555419a: Add proper `exports` section to `package.json`. Allow native ESM import of this module.
8+
39
## 7.5.0
410

511
### Minor Changes

packages/objection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "objection-graphql-resolver",
33
"description": "objection.js plugin: resolve GraphQL query using withGraphFetched",
4-
"version": "7.5.0",
4+
"version": "7.5.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/IlyaSemenov/objection-graphql-resolver.git"

packages/orchid/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# orchid-graphql
22

3+
## 1.8.1
4+
5+
### Patch Changes
6+
7+
- 555419a: Add proper `exports` section to `package.json`. Allow native ESM import of this module.
8+
39
## 1.8.0
410

511
### Minor Changes

packages/orchid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "orchid-graphql",
33
"description": "orchid-orm plugin: resolve GraphQL query with Orchid ORM",
4-
"version": "1.8.0",
4+
"version": "1.8.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/IlyaSemenov/orchid-graphql"

0 commit comments

Comments
 (0)