Skip to content

Commit 9d0aae0

Browse files
Version packages
1 parent 114927e commit 9d0aae0

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/clean-badgers-tie.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @frontside/hydraphql
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- d35d38a: Add postTransform option to allow apply custom transformations after schema mapping
8+
39
## 0.1.2
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@frontside/hydraphql",
33
"description": "Tool that DRY and then Hydrate your GraphQL schema",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"type": "module",
66
"main": "dist/cjs/index.js",
77
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)