-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44b9463
commit e3aeb56
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
packages/graphql-codegen-typed-document-nodes/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- header --> | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
<!-- version:0.1.0 --> | ||
## 0.1.0 (2024-10-16) | ||
|
||
<!-- changelog --> | ||
### ✨ Features | ||
|
||
- generate typed nodes ([44b9463](https://github.com/Wroud/foundation/commit/44b9463)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "graphql-codegen-typed-document-nodes", | ||
"description": "A custom GraphQL Code Generator plugin to generate typed document nodes for TypeScript operations and fragments. Provides enhanced type safety with generated exports for GraphQL queries, mutations, and fragments.", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"type": "module", | ||
"packageManager": "[email protected]", | ||
"license": "MIT", | ||
|