Skip to content

Commit 31b09fa

Browse files
chore(release): update packages versions (#249)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4ab8016 commit 31b09fa

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/five-guests-marry.md

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

packages/typescript-resolver-files/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @eddeee888/gcg-typescript-resolver-files
22

3+
## 0.7.5
4+
5+
### Patch Changes
6+
7+
- 4ab8016: Use TypeScript typechecker to collect type properties
8+
9+
Previously, we manually walked through the program to collect properties of types. This is problematic as there are lots of ways to declare mappers that we cannot manually handle. On top of this, type property properties can be handled natively correctly by TypeScript typechecker.
10+
11+
Note: class declaration private properties are picked up by TypeScript typechecker, which could be problematic. We are keeping that case as-is.
12+
313
## 0.7.4
414

515
### Patch Changes

packages/typescript-resolver-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eddeee888/gcg-typescript-resolver-files",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/eddeee888/graphql-code-generator-plugins.git",

0 commit comments

Comments
 (0)