-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(changeset): catch up with changesets
- Loading branch information
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
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,11 @@ | ||
--- | ||
"grafast": patch | ||
"graphile-build-pg": patch | ||
"graphile-build": patch | ||
"@grafserv/persisted": patch | ||
"postgraphile": patch | ||
"@dataplan/pg": patch | ||
--- | ||
|
||
Exported version no longer uses 'require' hack, instead it's added at build | ||
time. Packages now export `version`. |
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,6 @@ | ||
--- | ||
"graphile-build-pg": patch | ||
"postgraphile": patch | ||
--- | ||
|
||
More accurate database identifier parser used in a couple places. |
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,6 @@ | ||
--- | ||
"graphile-build-pg": patch | ||
"postgraphile": patch | ||
--- | ||
|
||
Possible to set the modifier of an argument type via `@arg0modifier` smart tag |