Skip to content

Commit

Permalink
chore(release): update packages versions (#280)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 24, 2024
1 parent 454d1df commit 891bcfb
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 30 deletions.
19 changes: 0 additions & 19 deletions .changeset/forty-crabs-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-emus-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-stingrays-heal.md

This file was deleted.

26 changes: 26 additions & 0 deletions packages/typescript-resolver-files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @eddeee888/gcg-typescript-resolver-files

## 0.9.0

### Minor Changes

- 454d1df: Add resolverGeneration 'minimal' mode

`minimal` is the equivalent of:

```json
{
"query": "*",
"mutation": "*",
"subscription": "*",
"scalar": "*",
"object": "",
"union": "",
"interface": ""
}
```

- 454d1df: Implement file auto-wireup if detected at the right filesystem location

### Patch Changes

- c48e8c6: Update internals to avoid parsing schema twice

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-resolver-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eddeee888/gcg-typescript-resolver-files",
"version": "0.8.1",
"version": "0.9.0",
"repository": {
"type": "git",
"url": "https://github.com/eddeee888/graphql-code-generator-plugins.git",
Expand Down

0 comments on commit 891bcfb

Please sign in to comment.