diff --git a/.changeset/cold-bears-film.md b/.changeset/cold-bears-film.md new file mode 100644 index 00000000..df671d54 --- /dev/null +++ b/.changeset/cold-bears-film.md @@ -0,0 +1,6 @@ +--- +"create-hypergraph": patch +--- + +Bump to templates > @graphprotocol/hypergraph-react to latest version for usePublishToPublicSpace fix + \ No newline at end of file diff --git a/apps/create-hypergraph/src/Cli.ts b/apps/create-hypergraph/src/Cli.ts index bb392e2c..56d5399e 100644 --- a/apps/create-hypergraph/src/Cli.ts +++ b/apps/create-hypergraph/src/Cli.ts @@ -75,7 +75,7 @@ const createHypergraphApp = Command.make('create-hypergraph-app', { export const run = Command.run(createHypergraphApp, { name: 'create-hypergraph-app', - version: '0.4.1', + version: '0.4.4', }); // ========================