From cfad74c095f67b4b3ecf572aa46b8a042d3d1b28 Mon Sep 17 00:00:00 2001 From: Chris Whited Date: Thu, 7 Aug 2025 11:37:18 -1000 Subject: [PATCH] publish(create-hypergraph): publish 0.4.4 --- .changeset/cold-bears-film.md | 6 ------ apps/create-hypergraph/CHANGELOG.md | 5 +++++ apps/create-hypergraph/package.json | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .changeset/cold-bears-film.md diff --git a/.changeset/cold-bears-film.md b/.changeset/cold-bears-film.md deleted file mode 100644 index df671d54..00000000 --- a/.changeset/cold-bears-film.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"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/CHANGELOG.md b/apps/create-hypergraph/CHANGELOG.md index 14495c62..b59d4993 100644 --- a/apps/create-hypergraph/CHANGELOG.md +++ b/apps/create-hypergraph/CHANGELOG.md @@ -1,5 +1,10 @@ # create-hypergraph +## 0.4.4 +### Patch Changes + +- 72f8874: Bump to templates > @graphprotocol/hypergraph-react to latest version for usePublishToPublicSpace fix + ## 0.4.3 ### Patch Changes diff --git a/apps/create-hypergraph/package.json b/apps/create-hypergraph/package.json index b9a8974e..176ef4b7 100644 --- a/apps/create-hypergraph/package.json +++ b/apps/create-hypergraph/package.json @@ -1,6 +1,6 @@ { "name": "create-hypergraph", - "version": "0.4.3", + "version": "0.4.4", "description": "CLI toolchain to scaffold a Hypergraph-enabled application with a given template.", "type": "module", "bin": {